forked from TrueCloudLab/rclone
Emphasize testing sync with --dry-run and -v
This commit is contained in:
parent
cae19df058
commit
8ae424c5a3
1 changed files with 5 additions and 2 deletions
|
@ -60,8 +60,11 @@ MD5SUM. Doesn't delete files from the destination.
|
||||||
Sync the source to the destination, changing the destination
|
Sync the source to the destination, changing the destination
|
||||||
only. Doesn't transfer unchanged files, testing by size and
|
only. Doesn't transfer unchanged files, testing by size and
|
||||||
modification time or MD5SUM. Destination is updated to match
|
modification time or MD5SUM. Destination is updated to match
|
||||||
source, including deleting files if necessary. Since this can
|
source, including deleting files if necessary.
|
||||||
cause data loss, test first with the `--dry-run` flag.
|
|
||||||
|
**Important**: Since this can cause data loss, test first with the
|
||||||
|
`--dry-run` and `-v` flags to see exactly what would be copied and
|
||||||
|
deleted.
|
||||||
|
|
||||||
Note that files in the destination won't be deleted if there were any
|
Note that files in the destination won't be deleted if there were any
|
||||||
errors at any point.
|
errors at any point.
|
||||||
|
|
Loading…
Add table
Reference in a new issue