kapitainsky / RcloneBrowser

Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
https://github.com/kapitainsky/RcloneBrowser
MIT License
2.28k stars 218 forks source link

What is the difference between Dry Run and Run? #154

Open rubensgpl opened 3 years ago

kapitainsky commented 3 years ago

Dry Run does not write actual data - you can use it to check which files will be "transferred" or are not in sync. It is to simulate all operation without making actual changes.

1024mb commented 3 years ago

You should really read the rclone documentation.

-n, --dry-run

Do a trial run with no permanent changes. Use this to see what rclone would do without actually doing it. Useful when setting up the sync command which deletes files in the destination.

https://rclone.org/docs/