This link has been bookmarked by 50 people . It was first bookmarked on 08 Sep 2007, by Kelly Hair.
-
-
/home/thisuser/cron/thishost-rsync-key.
-
/home/thisuser/cron/thishost-rsync-key.pub.
- 1 more annotations...
-
-
-
Using Rsync and SSH
-
ssh-keygen -t dsa -b 2048 -f /home/thisuser/cron/thishost-rsync-key
- 1 more annotations...
-
-
Robin PowellIncludes how to set up authorized_keys to only allow the rsync commands.
-
Felipe LavĂnThis document covers using cron, ssh, and rsync to backup files over a local network or the Internet. Part of my goal is to ensure no user intervention is required when the computer is restarted (for passwords, keys, or key managers).
-
-
rsync -avz -e ssh
-
'authorized_keys'
and (on remotehost, should be 600) - 1 more annotations...
-
-
-
"ssh -i /home/thisuser/cron/thishost-rsync-key"
-
-
Elijah Lofgren$ rsync -avz -e ssh remoteuser@remotehost:/remote/dir /this/dir/
-
kvarpnessrsync over internet to backup data
-
Bruno MartinsThis document covers using cron, ssh, and rsync to backup files over a local network or the Internet. Part of my goal is to ensure no user intervention is required when the computer is restarted (for passwords, keys, or key managers).
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.