1 |
unnilennium |
1.1 |
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 |
2 |
|
|
--- smeserver-rdiff-backup-0.0.1/root/sbin/e-smith/do_rdiff-backup 2006-05-18 13:46:02.822147163 +1000 |
3 |
|
|
+++ mezzanine_patched_smeserver-rdiff-backup-0.0.1/root/sbin/e-smith/do_rdiff-backup 2006-05-18 13:45:47.098800601 +1000 |
4 |
|
|
@@ -28,6 +28,9 @@ |
5 |
|
|
OPTIONS="--include-globbing-filelist /etc/rdiff-backup.filelist" |
6 |
|
|
|
7 |
|
|
OPTIONS="$OPTIONS --exclude /" |
8 |
|
|
+ |
9 |
|
|
+OPTIONS="$OPTIONS --print-statistics" |
10 |
|
|
+ |
11 |
|
|
OPTIONS="$OPTIONS $FORCE" |
12 |
|
|
|
13 |
|
|
REMOVE_OLDER="--remove-older-than $(/sbin/e-smith/config getprop rdiff-backup RemoveOlderThan) --force" |