diff options
author | Micah Anderson <micah@riseup.net> | 2012-03-27 11:58:18 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-03-27 11:58:18 -0400 |
commit | 79916c4c20af65063f280641f48d1f3c64a63171 (patch) | |
tree | 1f5055246f90811316ae5e44f1716886c4cdc9d4 /handlers/maildir.in | |
parent | c9aa8b1d6f809ab672032a020a476185d095de3c (diff) | |
download | backupninja-79916c4c20af65063f280641f48d1f3c64a63171.tar.gz backupninja-79916c4c20af65063f280641f48d1f3c64a63171.tar.bz2 |
remove rsyncflags and excludes from maildir handler, they are not used anywhere
Diffstat (limited to 'handlers/maildir.in')
-rw-r--r-- | handlers/maildir.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/handlers/maildir.in b/handlers/maildir.in index 912c0e6..64ac987 100644 --- a/handlers/maildir.in +++ b/handlers/maildir.in @@ -85,9 +85,6 @@ if [ $test ]; then testflags="--dry-run -v" fi -rsyncflags="$testflags -e 'ssh -p $destport -i $destid_file $sshoptions' -r -v --ignore-existing --delete --size-only --bwlimit=$speedlimit" -excludes="--exclude '.Trash/\*' --exclude '.Mistakes/\*' --exclude '.Spam/\*'" - ################################################################## ### FUNCTIONS |