rsync-time-backup icon indicating copy to clipboard operation
rsync-time-backup copied to clipboard

Resuming interrupted backups

Open rdinse opened this issue 5 years ago • 1 comments

The --partial option could perhaps be used to easily implement resumption.

--partial By default, rsync will delete any partially transferred file if the transfer
         is interrupted. In some circumstances it is more desirable to keep partially
         transferred files. Using the --partial option tells rsync to keep the partial
         file which should make a subsequent transfer of the rest of the file much faster.

https://unix.stackexchange.com/a/252969/122623

rdinse avatar Jun 12 '19 03:06 rdinse

Also --append-verify

KayTaneJupiter avatar Jul 10 '19 19:07 KayTaneJupiter