Skip to content

Instantly share code, notes, and snippets.

@caiofcm
Created August 30, 2019 01:53
Show Gist options
  • Select an option

  • Save caiofcm/d272b57bf0179ed3aa17d6a963000d15 to your computer and use it in GitHub Desktop.

Select an option

Save caiofcm/d272b57bf0179ed3aa17d6a963000d15 to your computer and use it in GitHub Desktop.
Commands used with rclone for copying files

rclone copy remote-rclone-name:remote-folder ./local-folder -v -P -u --dry-run

-u: no overwriting -P progress -v verbose --dry-run: ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment