From: Micah Anderson Date: Tue, 27 Mar 2012 15:58:18 +0000 (-0400) Subject: remove rsyncflags and excludes from maildir handler, they are not used anywhere X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=79916c4c20af65063f280641f48d1f3c64a63171;p=backupninja.git remove rsyncflags and excludes from maildir handler, they are not used anywhere --- 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