docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574

This commit is contained in:
Nick Craig-Wood
2020-06-10 12:33:53 +01:00
parent a3b3e1f646
commit 844b903595
27 changed files with 55 additions and 43 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ List the contents of a bucket
Sync `/home/local/directory` to the remote bucket, deleting any
excess files in the bucket.
rclone sync /home/local/directory remote:bucket
rclone sync -i /home/local/directory remote:bucket
### Application Keys ###