Skip to content

Add --delete-excluded as a default rsync option

Ben Morrice requested to merge deleteexcluded into master

Without this erroneous stuff like .~tmp~ directories could remain in the destination rsync target

This is due to the behaviour of --exclude which not only excludes files from the source, but also excludes the deletion of files from the destination target directory

Edited by Ben Morrice

Merge request reports