adamvk macrumors 65816 Original poster Oct 29, 2008 1,308 0 Phoenix, AZ Dec 2, 2009 #1 Is there an easy way to backup files to web server? I have my server mounted in Finder/Desktop, and I'm wondering if theres an easy way to make it backup a certain folder similar to Time Machine. Thanks.
Is there an easy way to backup files to web server? I have my server mounted in Finder/Desktop, and I'm wondering if theres an easy way to make it backup a certain folder similar to Time Machine. Thanks.
belvdr macrumors 603 Aug 15, 2005 5,945 1,372 Dec 3, 2009 #3 angelwatt said: Look into rsync (and Grsync). Click to expand... I second this. If you're crossing insecure links, you can even have it run through the ssh daemon to secure it. For a simple rsync, you would do the following in Terminal: Code: rsync -av /path/to/source /path/to/server
angelwatt said: Look into rsync (and Grsync). Click to expand... I second this. If you're crossing insecure links, you can even have it run through the ssh daemon to secure it. For a simple rsync, you would do the following in Terminal: Code: rsync -av /path/to/source /path/to/server
adamvk macrumors 65816 Original poster Oct 29, 2008 1,308 0 Phoenix, AZ Dec 10, 2009 #4 Forgot all about this thread until now. I wish Macrumors had an option to email me when a thread is replied to. Thanks for the application advice.
Forgot all about this thread until now. I wish Macrumors had an option to email me when a thread is replied to. Thanks for the application advice.