Avoiding deletion on target drive

Submitter: detwiler

Because deleting files on the target drive can be dangerous (if something is accidentally removed from the source, for example), there is an alternative command to sync, in rclone, which does not delete from the target. It is the 'copy' command:

rclone copy sigteam1 SigTeamDrive:

Also note that, if you are viewing the output at standard out, you can use the -P argument to show progress. To follow symlinks, use the -L argument.