diff -Nur -x '*.orig' -x '*.rej' smeserver-rdiff-backup-0.0.1/root/sbin/e-smith/do_rdiff-backup mezzanine_patched_smeserver-rdiff-backup-0.0.1/root/sbin/e-smith/do_rdiff-backup --- smeserver-rdiff-backup-0.0.1/root/sbin/e-smith/do_rdiff-backup 2006-05-18 13:46:02.822147163 +1000 +++ mezzanine_patched_smeserver-rdiff-backup-0.0.1/root/sbin/e-smith/do_rdiff-backup 2006-05-18 13:45:47.098800601 +1000 @@ -28,6 +28,9 @@ OPTIONS="--include-globbing-filelist /etc/rdiff-backup.filelist" OPTIONS="$OPTIONS --exclude /" + +OPTIONS="$OPTIONS --print-statistics" + OPTIONS="$OPTIONS $FORCE" REMOVE_OLDER="--remove-older-than $(/sbin/e-smith/config getprop rdiff-backup RemoveOlderThan) --force"