docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574
This commit is contained in:
parent
a3b3e1f646
commit
844b903595
27 changed files with 55 additions and 43 deletions
|
@ -45,6 +45,9 @@ Then delete
|
|||
|
||||
That reads "delete everything with a minimum size of 100 MB", hence
|
||||
delete all files bigger than 100MBytes.
|
||||
|
||||
**Important**: Since this can cause data loss, test first with the
|
||||
` + "`--dry-run` or the `--interactive`/`-i`" + ` flag.
|
||||
`,
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue