Make the --dry-run warnings into logs so they appear without the -v flag

This commit is contained in:
Nick Craig-Wood
2016-01-31 15:53:09 +00:00
parent d4df3f2154
commit 5c37b777fc
2 changed files with 8 additions and 9 deletions

View File

@@ -63,8 +63,7 @@ modification time or MD5SUM. Destination is updated to match
source, including deleting files if necessary.
**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.
`--dry-run` flag to see exactly what would be copied and deleted.
Note that files in the destination won't be deleted if there were any
errors at any point.
@@ -227,9 +226,9 @@ connection to go through to a remote object storage system. It is
### -n, --dry-run ###
Do a trial run with no permanent changes. Use this in combination
with the `-v` flag to see what rclone would do without actually doing
it. Useful when setting up the `sync` command.
Do a trial run with no permanent changes. Use this to see what rclone
would do without actually doing it. Useful when setting up the `sync`
command which deletes files in the destination.
### --ignore-existing ###