Sync behaviour on exclude

Background:

Had a rclone sync job from A to B set up and running smoothly.

To optimize space usage on B - I decided to no longer sync some folders from A and exclude them from the job using the '--exclude'

When running rclone sync - I realized that while it won't automatically delete the folders in A the exclude list that are in B; is this intended as it is somewhat counter intuitive since sync will remove from from B that aren't otherwise in A.

well, might think of it as a default safety feature.
Excludes path/file names from an rclone command


what about --delete-excluded - Delete files on dest excluded from sync

Oh ok so intentional. Didnt know about that option. Thanks for tip.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.