mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
remove rsyncflags and excludes from maildir handler, they are not used anywhere
This commit is contained in:
parent
c9aa8b1d6f
commit
79916c4c20
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user