Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

chainprayer

macrumors 6502a
Original poster
Feb 10, 2008
638
2
I'm working on a project with a friend, and we're looking for a program that performs scheduled backups, but sends them via FTP instead of to an external drive.

The only catch is that for this project we need one program that is Mac and Windows compatible. I know there are programs that do it, but everything I find is for Mac or PC exclusively.
 
You might want to look at programs that use RSYNC. You can check it out on Wikipedia. I haven't used it under Windows but I understand there is a port.
 
rsync and you could use Automator to schedule it. Open a Terminal and run something along the lines of:

Code:
rsync -au --progress /Volumes/Source /Volumes/Destination
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.