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

This commit is contained in:
Nick Craig-Wood
2020-06-05 17:04:23 +01:00
parent a3b3e1f646
commit 844b903595
27 changed files with 55 additions and 43 deletions

View File

@@ -95,7 +95,7 @@ List the contents of a directory
Sync `/home/local/directory` to the remote directory, deleting any
excess files in the directory.
rclone sync /home/local/directory remote:directory
rclone sync -i /home/local/directory remote:directory
### SSH Authentication ###
@@ -302,11 +302,11 @@ different. This issue affects among others Synology NAS boxes.
Shared folders can be found in directories representing volumes
rclone sync /home/local/directory remote:/directory --ssh-path-override /volume2/directory
rclone sync -i /home/local/directory remote:/directory --ssh-path-override /volume2/directory
Home directory can be found in a shared folder called "home"
rclone sync /home/local/directory remote:/home/directory --ssh-path-override /volume1/homes/USER/directory
rclone sync -i /home/local/directory remote:/home/directory --ssh-path-override /volume1/homes/USER/directory
- Config: path_override
- Env Var: RCLONE_SFTP_PATH_OVERRIDE