Comment 3 for bug 88617

Revision history for this message
Tom Helner (duffman) wrote :

I am experiencing this same incremental back up issue with duplicity on my Ubuntu Feisty servers. It appears that the files get backed up but --verify, restore, and the incremental backup does not “see” them. I do not have this problem on my Edgy servers (Version: 0.4.1-8ubuntu1).

Here is my output for a simple back up and --verify:

root@w2szswr601:~# duplicity --encrypt-key "91708B1B" /home/szswr6/vm_info file:///home/data/bur/backup
GnuPG passphrase:
Retype to confirm:
No signatures found, switching to full backup.
--------------[ Backup Statistics ]--------------
StartTime 1178639042.32 (Tue May 8 11:44:02 2007)
EndTime 1178639043.83 (Tue May 8 11:44:03 2007)
ElapsedTime 1.50 (1.50 seconds)
SourceFiles 4
SourceFileSize 3343424 (3.19 MB)
NewFiles 4
NewFileSize 3343424 (3.19 MB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 4
RawDeltaSize 3339328 (3.18 MB)
TotalDestinationSizeChange 2604284 (2.48 MB)
Errors 0
-------------------------------------------------

root@w2szswr601:~# duplicity --encrypt-key "91708B1B" --verbosity 4 --verify file:///home/data/bur/backup /home/szswr6/vm_info
GnuPG passphrase:
Retype to confirm:
Difference found: New file .
Difference found: New file VirtualBox_UserManual.pdf
Difference found: New file coe_build_into.txt~
Difference found: New file qemu_info_from_nick.txt
Verify complete: 4 files compared, 4 differences found.