Backup Programs that can Encrypt and FTP

krackato

Golden Member
Aug 10, 2000
1,058
0
0
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.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You could always just write your own script to upload a certain directory/file to an FTP server at specific time via cron.
 

krackato

Golden Member
Aug 10, 2000
1,058
0
0
Maybe you could write your own script. I am capable of banging 2 coconuts together.
 

sourceninja

Diamond Member
Mar 8, 2005
8,805
65
91
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.
 

ASK THE COMMUNITY