killerlipz
01-24-2012, 08:19 PM
I am planning to get a cheap vps as a backup vps.. I have read that doing rsync would be the best method...
How do you do it?
How do you do it?
![]() | View Full Version : How to rsync? killerlipz 01-24-2012, 08:19 PM I am planning to get a cheap vps as a backup vps.. I have read that doing rsync would be the best method... How do you do it? hoststopuk 01-25-2012, 12:37 AM I am planning to get a cheap vps as a backup vps.. I have read that doing rsync would be the best method... How do you do it? This depends on the contents you need to backup. Use "man rsync" to understand the options. You can then configure the backups accordingly. JanusHost 01-25-2012, 12:43 AM Google rsnapshot once you feel comfortable using rsync and it's various cmd line options barbus 01-25-2012, 04:34 AM Yes, probably rsync is the simplest way to do that. bqinternet 01-25-2012, 10:52 AM Google rsnapshot once you feel comfortable using rsync and it's various cmd line options I usually suggest using Rdiff-backup instead. Rsnapshot uses an inefficient method of creating the snapshot, which takes up extra time, puts a lot of load on the storage system, and complicates filesystem maintenance. |