search for: acad0304

Displaying 1 result from an estimated 1 matches for "acad0304".

2011 Nov 22
2
question about why rsync log doesn't include remot ip or remote host
...c -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) or %h (remote host) in the -log-format=, it just writes the literal %a or %h in those fields. Could this be because I am running scripts from the...