duplicity-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-tracker] [bug #21683] incremental backup fails if --archive-d


From: anonymous
Subject: [Duplicity-tracker] [bug #21683] incremental backup fails if --archive-dir specified and archive dir is empty
Date: Fri, 30 Nov 2007 11:52:24 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9

URL:
  <http://savannah.nongnu.org/bugs/?21683>

                 Summary: incremental backup fails if --archive-dir specified
and archive dir is empty
                 Project: duplicity
            Submitted by: None
            Submitted on: Friday 11/30/2007 at 11:52 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

After deleting the files from the local archive-dir, incremental backup fails
with:
Fatal Error: Neither remote nor local manifest is readable.

The remote manifest is still there (but gpg encrypted).
If I remove the --archive-dir option, the incremental backup completes
successfully.


To reproduce:
- make a full backup with the --archive-dir option
- delete the files from the local archive dir
- try to make an incrmental backup with the --archive-dir option


$ duplicity full \
 --encrypt-key 12341234 \
 --archive-dir ./local-archive \
 --num-retries 4 \ 
 --ssh-options="-oIdentityFile=/my/identity/file" \
 --exclude /home/brian/test/nobackup \
 --include /home/brian/test \
 --exclude /home/brian \
 /home/brian \  
 ssh://address@hidden//home/brian/duplicity-test

--------------[ Backup Statistics ]--------------
StartTime 1196421800.12 (Fri Nov 30 12:23:20 2007)
EndTime 1196421800.14 (Fri Nov 30 12:23:20 2007)
ElapsedTime 0.02 (0.02 seconds)
SourceFiles 10
SourceFileSize 20486 (20.0 KB)
NewFiles 10
NewFileSize 20486 (20.0 KB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 10
RawDeltaSize 6 (6 bytes)
TotalDestinationSizeChange 1126 (1.10 KB)
Errors 0
-------------------------------------------------

/home/brian/tmp/duplicity_starter/local-archive/duplicity.to-eNu still in
tempfile list, deleting
/home/brian/tmp/duplicity_starter/local-archive/duplicity.-fWfw0 still in
tempfile list, deleting

$ rm -f local-archive/*


$ duplicity incremental \
 --encrypt-key 12341234 \
 --archive-dir ./local-archive \
 --num-retries 4 \ 
 --ssh-options="-oIdentityFile=/my/identity/file" \
 --exclude /home/brian/test/nobackup \
 --include /home/brian/test \
 --exclude /home/brian \
 /home/brian \  
 ssh://address@hidden//home/brian/duplicity-test


Fatal Error: Neither remote nor local manifest is readable.


- Brian




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21683>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]