0

I started my first full backup as:

duply profile1 backup

The source data size is 20 TB. Near the end, due to hung state of my filesystem, I had to kill it. Even after Ctrl+C, it left the following files in local archive:

duplicity-full.20230405T100014Z.manifest.part
duplicity-full-signatures.20230405T100014Z.sigtar.part

But the above two did not make it to AWS bucket. Now can I resume that full backup process somehow? As you can see, I am trying to bypass the time required to backup 20 TB again.

tash
  • 711
  • 5
  • 13

1 Answers1

0

I ran duply profile1 backup command. Fortunately, the log signals that it is resuming the previous failed backup program:

Last full backup date: Wed Apr  5 06:00:14 2023
Processing local manifest b'predict1-prod-data/duplicity-full.20230405T100014Z.manifest.part' (266440)
Found 801 volumes in manifest
RESTART: Volumes 801 to 801 failed to upload before termination.
         Restarting backup at volume 801.
Skipping encryption validation due to glacier/deep storage
Restarting after volume 800, file mri/YA12345_MR_2023_04_05_1.zip, block 30555

tash
  • 711
  • 5
  • 13