How to terminate an rclone process (sync, copy, move etc.)?

Say if I do an rclone copy and I change my mind moments later, how can I stop the copy from continuing?

I just use ctrl-c to kill the currently running rclone process. Just so you know, rclone doesn’t support partialtransfers. So if you kill the process, you will have to start transferring the files that rclone was working on when you killed it. Any files that had already been transferred will be skipped the next time you run the command though.

1 Like