duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] First restore failing


From: Thorsten Kampe
Subject: [Duplicity-talk] First restore failing
Date: Wed, 27 Feb 2008 17:43:41 +0000

Hi,

I'm just trying to evaluate duplicity 0.4.9. The backup seems to work 
fine:

% duplicity --no-encryption ~/.zshrc webdavs://address@hidden/backup
Password for 'server':                                       
No signatures found, switching to full backup.                           
--------------[ Backup Statistics ]--------------
StartTime 1204131278.47 (Wed Feb 27 16:54:38 2008)                       
EndTime 1204131278.49 (Wed Feb 27 16:54:38 2008)                         
ElapsedTime 0.02 (0.02 seconds)                                          
SourceFiles 1                                                            
SourceFileSize 14423 (14.1 KB)                                           
NewFiles 1                                                               
NewFileSize 14423 (14.1 KB)                                              
DeletedFiles 0                                                           
ChangedFiles 0                                                           
ChangedFileSize 0 (0 bytes)                                              
ChangedDeltaSize 0 (0 bytes)                                             
DeltaEntries 1                                                           
RawDeltaSize 14423 (14.1 KB)                                             
TotalDestinationSizeChange 4867 (4.75 KB)                                
Errors 0                                                                 
-------------------------------------------------

The files uploaded are:
duplicity-full-signatures.2008-02-27T16:54:29Z.sigtar.gz
duplicity-full.2008-02-27T16:54:29Z.manifest
duplicity-full.2008-02-27T16:54:29Z.vol1.difftar.gz

But when I try to restore back to ~/tmp I get:

% duplicity --no-encryption webdavs://address@hidden/backup ~/tmp/backup    
Password for 'server':                                       
Traceback (most recent call last):                                       
  File "/usr/local/bin/duplicity", line 460, in <module>                 
    with_tempdir(main)                                                   
  File "/usr/local/bin/duplicity", line 455, in with_tempdir             
    fn()                                                                 
  File "/usr/local/bin/duplicity", line 425, in main                     
    restore(col_stats)                                                   
  File "/usr/local/bin/duplicity", line 206, in restore                  
    restore_get_patched_rop_iter(col_stats)):                            
  File "/usr/local/bin/duplicity", line 221, in 
restore_get_patched_rop_iter  
    backup_chain = col_stats.get_backup_chain_at_time(time)              
  File "/usr/lib/python2.5/site-packages/duplicity/collections.py", 
line 701, 
in get_backup_chain_at_time                                              
    raise CollectionsError("No backup chains found")                     
duplicity.collections.CollectionsError: No backup chains found
-------------------------------------------------

Any help appreciated...


Thorsten




reply via email to

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