pantheon-systems / terminus-rsync-plugin

Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon site.
MIT License
18 stars 10 forks source link

include "-c" option to use checksum when determining which files to copy #13

Open tmountjr opened 5 years ago

tmountjr commented 5 years ago

The rsync docs were recently updated to recommend including the --checksum option. This PR adds that option to the default set of rsync options.