jmidgley
February 19th, 2008, 06:14 PM
Hi
I was pointed to rsync as the solution to my backup needs. After much googling, I have now got it running with rsync --daemon on my ubuntu machine and "rsync -vae 'ssh -p [portnum]' john@server:/dir_there/stuff /dir_here". This command is run on an NSLU2, which is a pretty minimal NAS box modified to run Linux accessibly.
My question - as I understand it, I can either run the daemon on the box with the data and pull it from other, or run the daemon on the box *without* the data and push it from where the data is. (Finally, the question: ) which will be less work for the NSLU2? Does the daemon use less resources than the command line rsync?
Cheers
John
I was pointed to rsync as the solution to my backup needs. After much googling, I have now got it running with rsync --daemon on my ubuntu machine and "rsync -vae 'ssh -p [portnum]' john@server:/dir_there/stuff /dir_here". This command is run on an NSLU2, which is a pretty minimal NAS box modified to run Linux accessibly.
My question - as I understand it, I can either run the daemon on the box with the data and pull it from other, or run the daemon on the box *without* the data and push it from where the data is. (Finally, the question: ) which will be less work for the NSLU2? Does the daemon use less resources than the command line rsync?
Cheers
John