search for: pogtv

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

Did you mean: pogtvs
2004 Jun 27
1
Trouble with rsync inside fcron: buffer overflow in recv_exclude_list
...bit internal inums <snipped license> sh-2.05b$ cat /usr/local/sbin/mail_backup #!/bin/sh touch /tmp/mail_backup-rsync >& /dev/null date >> /tmp/mail_backup-rsync mkdir /md7/mail_backup/`date "+%H"` >& /dev/null /usr/bin/rsync --delete-after --max-delete=1 -pogtvS /var/spool/mail/* /md7/mail_backup/`date "+%H"`/ ----- Forwarded message from fcron <root> ----- To: root@hvs Subject: Output of fcron job: '/usr/local/sbin/mail_backup' From: fcron <root> Date: Sun, 27 Jun 2004 21:20:00 +0200 ERROR: buffer overflow in recv_exclud...
2007 Aug 03
2
DO NOT REPLY [Bug 4856] New: Filenames are displayed before successful transfer in verbose mode
...com.au QAContact: rsync-qa@samba.org Rsync displays the filenames to be transfered before a successful transfer occurs. This can cause issues when analysing output for auditing. To replicate: On node a: mkdir -p /tmp/qq/ touch /tmp/qq/zzz On node b: mkdir -p /tmp/qq On node a: rsync -pogtv --rsh="ssh -2" -T /tmp/qq/temp /tmp/qq/* b:/tmp/qq |while read file ; do echo "**** $file" ; done Note that file zzz appears to have been transferred, when it in fact has not. Can the file be displayed only after successful transfer? -- Configure bugmail: https://bugzilla.s...