Hi all!
I want to perform sync between source and destination with this condition: remove from destination only files, which not present on the source and older than 1 month.
For example:
Source files: [A, B, C]
Destination files before sync: [A, B, C, D, E] (file D created 10 days ago, file E created 100 days ago)
Destination files after sync: [A, B, C, D]
What rclone command/options can do it?
Run the command 'rclone version' and share the full output of the command.
maybe there is a way to use a single command.
i have never tested this flag, not 100% sure how it works and any side effects. rclone sync source: dest: --delete-excluded --max-age=30d --dry-run -vv