← Back to team overview

duplicity-team team mailing list archive

Re: [Question #212772]: incremental adding unchanged files

 

Question #212772 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/212772

Keith Cornwell posted a new comment:
duplicity support

duplicity 0.6.20

Deleted contents of target, /tmp and .cache/duplicity/backup-name

Ran full with no errors.
duplicity --verbosity info --name opus-shared --volsize 200 --asynchronous-upload /filestore01/Shared file:///mnt/external/backup-Shared
logfile: http://paste.ubuntu.com/1347967/

Ran duplicity verify -v9 file:///mnt/external/backup-Shared /filestore01/Shared
Verify complete: 211964 files compared, 0 differences found.
logfile: http://paste.ubuntu.com/1347975/

Ran duplicity list-current-files -v9 file:///mnt/external/backup-Shared/
logfile: http://paste.ubuntu.com/1347894/
These lines show up again:
28 File duplicity-full.20121107T172254Z.vol163.difftar.gpg is not part of a known set; creating new set
182 File duplicity-full-signatures.20121107T172254Z.sigtar.gpg is not part of a known set; creating new set
183 Ignoring file (rejected by backup set) 'duplicity-full-signatures.20121107T172254Z.sigtar.gpg'

As before the list-current-files only lists 75770 files instead of
211964.

Ran duplicity --dry-run --verbosity debug --name opus-shared --volsize 200 --asynchronous-upload /filestore01/Shared file:///mnt/external/backup-Shared
logfile: http://paste.ubuntu.com/1348014/  I included the lines where it started to Add the unchanged files.
As before it wanted to add unchanged files to the archive.
 egrep '^A ' logfile | wc -l
yielded 135872 files it wanted to add.

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.