Explain that errored sync doesn't delete files - fixes #285

This commit is contained in:
Nick Craig-Wood 2016-01-10 10:43:59 +00:00
parent 2646519712
commit 01aa4394a6

View file

@ -63,6 +63,9 @@ modification time or MD5SUM. Destination is updated to match
source, including deleting files if necessary. Since this can source, including deleting files if necessary. Since this can
cause data loss, test first with the `--dry-run` flag. cause data loss, test first with the `--dry-run` flag.
Note that files in the destination won't be deleted if there were any
errors at any point.
### rclone ls remote:path ### ### rclone ls remote:path ###
List all the objects in the the path with size and path. List all the objects in the the path with size and path.