• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Backup Programs that can Encrypt and FTP

krackato

Golden Member
What are the best backup programs that Encrypt files and upload them to an FTP? I used to use Cobian Backup on the PC side and it was pretty great.
 
You could always just write your own script to upload a certain directory/file to an FTP server at specific time via cron.
 
applescript is extremely easy to write with.

What you could do is make a encrypted dmg file (using disk Utility). Then write an apple script that mounts that and copys over your data. Finally have it ftp to an off site (or do that part by hand).

Should be fairly easy. Stick it in cron and your good to go.
 
Back
Top