Merge 3bc039431d17452369d932ac3d2bb4ddd6d36b0a into 0b9671313b14ffe839ecbd7dd2ae5ac7f6f05db8

This commit is contained in:
Claudius Ellsel 2025-04-15 20:48:52 +00:00 committed by GitHub
commit 420228bb60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -683,7 +683,8 @@ which would have been updated or deleted will be stored in
If running rclone from a script you might want to use today's date as
the directory name passed to `--backup-dir` to store the old files, or
you might want to pass `--suffix` with today's date.
you might want to pass `--suffix` with today's date. In bash, this can
be done with `$(date +%F)`.
See `--compare-dest` and `--copy-dest`.