DO NOT REPLY [Bug 3653] Reduce the need for the "vanished files" warning

samba-bugs at samba.org samba-bugs at samba.org
Wed Apr 22 08:51:26 GMT 2009


https://bugzilla.samba.org/show_bug.cgi?id=3653





------- Comment #15 from omry at yadan.net  2009-04-22 03:51 CST -------
I ended up using the following script for snapback2 (which exits with the same
error codes as rsync if rsync fails:

# cat /etc/cron.daily/snapback2
#! /bin/sh
OUT=`/usr/bin/snapback2 2>&1`
RET=$?
if [ "$RET" != "23" -a "$RET" != "0" -a "$RET" != 24 ]; then
    echo "$OUT"
    exit $RET
fi

this is a workaround, it would still be great to be able to tell rsync to
ignore vanished files.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list