Linked by Thom Holwerda on Wed 15th Apr 2009 22:28 UTC
Thread beginning with comment 358801
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Passwordless + Secure rsync
by Hypnos on Thu 16th Apr 2009 08:05
in reply to "Passwordless + Secure rsync"
It is easy to set up rsnapshot (see my comment above) to use ssh transport.
A page specifically about this topic:
http://troy.jdmz.net/rsnapshot/
Using rsnapshot is much more convenient than using rsync alone.




Member since:
2009-04-16
If you are interested in using automated (i.e : passwordless) rsync backup while keeping it fairly secured, you might be interested in the following :
http://www.sakana.fr/blog/2008/05/07/securing-automated-rsync-over-...
so that you can make your own 1-click backup or, even better, schedule it through cron (unix/linux) or Scheduled Tasks (Windows).
Of course you can't use rsync alone to do your backups (for one thing, you once synchronized, you won't be able to have a previous version of a file, for example if it got corrupted).
The following article provides a way to get this feature and some more by using rsync + a Solaris 10 machine as the backup server :
http://www.sakana.fr/blog/2008/07/05/backups-a-personnal-implementa...