Displaying 1 result from an estimated 1 matches for "seic37".
2011 Nov 22
2
question about why rsync log doesn't include remot ip or remote host
...ve a backup server that I run all scripts from. It rsyncs data from four different Linux servers via cron. A sample of a script is here:
rsync -avz --log-format="%t %b %f %l %M" --delete --stats -e "ssh -i /root/rsync/authors-rsync-key" backup at mydomain.com:/disk2/www /backup/seic37 2>&1 >> /var/log/rsync/rsync.log
This works fine and I get the log file entry that shows this:
2011/11/22 13:20:51 2089 acad0304/alllibdirstaff.MYI 2048 2011/08/31-12:46:20
I would like to include the IP and/or hostname of the machine being backed up, but when I use %a (remote IP) o...