Is backup pause / resume supported?

I need to backup a large data set from a remote server that is on a fairly slow line.

I will need to run the backup at night mostly, over a period of a few days.

Does Duplicacy support pausing and resuming a backup?

Looks like I can Ctrl+C and run again later, it will resume uploading chunks … awesome!

Duplicacy saves the incomplete snapshot file locally when there is an error or interrupt. It will then be able to load this incomplete snapshot file on resume and skip files that have been completely uploaded previously.

Note that this only applies to the initial backup. There is a feature request to bring this feature to subsequent backups: https://github.com/gilbertchen/duplicacy/issues/363

1 Like