search for: logrsync

Displaying 2 results from an estimated 2 matches for "logrsync".

2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi, I'm trying to backup from one machine to the other (automatically via cron) using rsync and ssh password-less public key authentication. I having been trying to set this up following an article in a Linux magazine[1] by only allowing the specific rsync command to run on the remote box. I am using the following rsync command: $ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup
2009 Feb 08
1
rsync oldest files first
...g(added some line breaks for readability?): ssh 10.254.213.203 "mkdir -p /path/to/dest/" && rsync -ae "/usr/bin/hpnssh -v -o TcpRcvBufPoll=yes -o NoneEnabled=yes -o NoneSwitch=yes" --timeout=600 --partial --log-format="[%p] %t %o %f (%l/%b)" --files-from=/home/logrsync/conf/rsync_log_file_list.20090207_124642 /path/to/source 10.254.213.203:/path/to/dest 1>>/home/logrsync/logs/server_name_rsync_log_transfer_20090207_124642.log 2>&1 Side note - anyone have numbers for running rsync over ssh over a WAN? Even with several hundred megabits of bandwidth a...