Is backup pause / resume supported?

TTimo     May 22 2:44PM 2018 CLI

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?


TTimo    May 22 5:50PM 2018

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


gchen    May 22 8:56PM 2018

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