ncftpls file delete fails in ftpbackend.py

Bug #778215 reported by kltm
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Duplicity
Fix Released
Medium
Unassigned

Bug Description

While trying to perform a duplicity remove-all-but-n-full (through duply), the operation fails to delete any files, with a message like (see a more complete transcript at the end):

Giving up trying to execute 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://XXX.YYY.ZZ/server1_etc/'' after 5 attempts

I've traced this to ncftpls behavior where it is does not actually perform the delete operation (or, I'm assuming, any operation) unless a listing is performed as well. This operation performs flawlessly once the additional "-l" has been added (see patch).

All of this also seems to apply to Ubuntu 11.04 as well. However, ncftp now has a "-Z" option (as of 3.2.3) that may be a better way to work around this in more recent versions (I didn't test this however).

Additional requested information:

duplicity 0.6.08b
Python 2.6.5
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
Target filesystem (uname -a): Darwin freezer.lbl.gov 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh

Verbose (cleansed) output:

user1@server1:~# PASSPHRASE='XXX' TMPDIR='/tmp' FTP_PASSWORD='XXX' /usr/bin/duplicity remove-all-but-n-full 1 --verbosity '9' --gpg-options='' --force 'ftp://<email address hidden>/server1_etc'
Using archive dir: /user1/.cache/duplicity/46f2756a7d1073c982becd94ffff5d74
Using backup name: 46f2756a7d1073c982becd94ffff5d74
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Import of duplicity.backends.giobackend Succeeded
Import of duplicity.backends.sshbackend Succeeded
Import of duplicity.backends.cloudfilesbackend Succeeded
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.ftpbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
NcFTP version is 3.2.2
Using temporary directory /tmp/duplicity-dOFrvB-tempdir
Registering (mkstemp) temporary file /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1
Main action: remove-all-but-n-full
================================================================================
duplicity 0.6.08b (March 11, 2010)
Args: /usr/bin/duplicity remove-all-but-n-full 1 --verbosity 9 --gpg-options= --force ftp://<email address hidden>/server1_etc
Linux server1 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64
/usr/bin/python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3]
================================================================================
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -l 'ftp://testing.jenkitsugi.net/server1_etc/''
Synchronizing remote metadata to local cache...
Copying duplicity-full-signatures.20110505T234635Z.sigtar to local cache.
Registering (mktemp) temporary file /tmp/duplicity-dOFrvB-tempdir/mktemp-RGmrlm-2
Running 'ncftpget -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -V -C 'testing.jenkitsugi.net' 'server1_etc/duplicity-full-signatures.20110505T234635Z.sigtar.gpg' '/tmp/duplicity-dOFrvB-tempdir/mktemp-RGmrlm-2'' (attempt #1)
Deleting /tmp/duplicity-dOFrvB-tempdir/mktemp-RGmrlm-2
Forgetting temporary file /tmp/duplicity-dOFrvB-tempdir/mktemp-RGmrlm-2
Copying duplicity-full.20110505T234635Z.manifest to local cache.
Registering (mktemp) temporary file /tmp/duplicity-dOFrvB-tempdir/mktemp-DXbk13-3
Running 'ncftpget -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -V -C 'testing.jenkitsugi.net' 'server1_etc/duplicity-full.20110505T234635Z.manifest.gpg' '/tmp/duplicity-dOFrvB-tempdir/mktemp-DXbk13-3'' (attempt #1)
Deleting /tmp/duplicity-dOFrvB-tempdir/mktemp-DXbk13-3
Forgetting temporary file /tmp/duplicity-dOFrvB-tempdir/mktemp-DXbk13-3
Copying duplicity-inc.20110505T234635Z.to.20110505T234654Z.manifest to local cache.
Registering (mktemp) temporary file /tmp/duplicity-dOFrvB-tempdir/mktemp-KvwXx4-4
Running 'ncftpget -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -V -C 'testing.jenkitsugi.net' 'server1_etc/duplicity-inc.20110505T234635Z.to.20110505T234654Z.manifest.gpg' '/tmp/duplicity-dOFrvB-tempdir/mktemp-KvwXx4-4'' (attempt #1)
Deleting /tmp/duplicity-dOFrvB-tempdir/mktemp-KvwXx4-4
Forgetting temporary file /tmp/duplicity-dOFrvB-tempdir/mktemp-KvwXx4-4
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -l 'ftp://testing.jenkitsugi.net/server1_etc/''
15 files exist on backend
10 files exist in cache
Extracting backup chains from list of files: ['4528', 'duplicity-full-signatures.20110505T234613Z.sigtar.gpg', 'duplicity-full-signatures.20110505T234635Z.sigtar.gpg', 'duplicity-full-signatures.20110505T235400Z.sigtar.gpg', 'duplicity-full.20110505T234635Z.manifest.gpg', 'duplicity-full.20110505T234635Z.vol1.difftar.gpg', 'duplicity-full.20110505T235400Z.manifest.gpg', 'duplicity-full.20110505T235400Z.vol1.difftar.gpg', 'duplicity-inc.20110505T234635Z.to.20110505T234654Z.manifest.gpg', 'duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg', 'duplicity-inc.20110505T235400Z.to.20110505T235409Z.manifest.gpg', 'duplicity-inc.20110505T235400Z.to.20110505T235409Z.vol1.difftar.gpg', 'duplicity-new-signatures.20110505T234613Z.to.20110505T234622Z.sigtar.gpg', 'duplicity-new-signatures.20110505T234635Z.to.20110505T234654Z.sigtar.gpg', 'duplicity-new-signatures.20110505T235400Z.to.20110505T235409Z.sigtar.gpg']
File 4528 is not part of a known set; creating new set
Ignoring file (rejected by backup set) '4528'
File duplicity-full-signatures.20110505T234613Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-full-signatures.20110505T234613Z.sigtar.gpg'
File duplicity-full-signatures.20110505T234635Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-full-signatures.20110505T234635Z.sigtar.gpg'
File duplicity-full-signatures.20110505T235400Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-full-signatures.20110505T235400Z.sigtar.gpg'
File duplicity-full.20110505T234635Z.manifest.gpg is not part of a known set; creating new set
File duplicity-full.20110505T234635Z.vol1.difftar.gpg is part of known set
File duplicity-full.20110505T235400Z.manifest.gpg is not part of a known set; creating new set
File duplicity-full.20110505T235400Z.vol1.difftar.gpg is part of known set
File duplicity-inc.20110505T234635Z.to.20110505T234654Z.manifest.gpg is not part of a known set; creating new set
File duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg is part of known set
File duplicity-inc.20110505T235400Z.to.20110505T235409Z.manifest.gpg is not part of a known set; creating new set
File duplicity-inc.20110505T235400Z.to.20110505T235409Z.vol1.difftar.gpg is part of known set
File duplicity-new-signatures.20110505T234613Z.to.20110505T234622Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-new-signatures.20110505T234613Z.to.20110505T234622Z.sigtar.gpg'
File duplicity-new-signatures.20110505T234635Z.to.20110505T234654Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-new-signatures.20110505T234635Z.to.20110505T234654Z.sigtar.gpg'
File duplicity-new-signatures.20110505T235400Z.to.20110505T235409Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-new-signatures.20110505T235400Z.to.20110505T235409Z.sigtar.gpg'
Found backup chain [Thu May 5 19:46:35 2011]-[Thu May 5 19:46:35 2011]
Added incremental Backupset (start_time: Thu May 5 19:46:35 2011 / end_time: Thu May 5 19:46:54 2011)
Added set Thu May 5 19:46:54 2011 to pre-existing chain [Thu May 5 19:46:35 2011]-[Thu May 5 19:46:54 2011]
Found backup chain [Thu May 5 19:54:00 2011]-[Thu May 5 19:54:00 2011]
Ignoring incremental Backupset (start_time: Thu May 5 19:54:00 2011; needed: Thu May 5 19:46:54 2011)
Added incremental Backupset (start_time: Thu May 5 19:54:00 2011 / end_time: Thu May 5 19:54:09 2011)
Added set Thu May 5 19:54:09 2011 to pre-existing chain [Thu May 5 19:54:00 2011]-[Thu May 5 19:54:09 2011]
Last full backup date: Thu May 5 19:54:00 2011
Collection Status
-----------------
Connecting with backend: FTPBackend
Archive dir: /user1/.cache/duplicity/46f2756a7d1073c982becd94ffff5d74

Found 1 secondary backup chain.
Secondary chain 1 of 1:
-------------------------
Chain start time: Thu May 5 19:46:35 2011
Chain end time: Thu May 5 19:46:54 2011
Number of contained backup sets: 2
Total number of contained volumes: 2
 Type of backup set: Time: Num volumes:
                Full Thu May 5 19:46:35 2011 1
         Incremental Thu May 5 19:46:54 2011 1
-------------------------

Found primary backup chain with matching signature chain:
-------------------------
Chain start time: Thu May 5 19:54:00 2011
Chain end time: Thu May 5 19:54:09 2011
Number of contained backup sets: 2
Total number of contained volumes: 2
 Type of backup set: Time: Num volumes:
                Full Thu May 5 19:54:00 2011 1
         Incremental Thu May 5 19:54:09 2011 1
-------------------------
No orphaned or incomplete backup sets found.
Deleting backup sets at times:
Thu May 5 19:46:35 2011
Thu May 5 19:46:54 2011
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #1)
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #2)
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #3)
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #4)
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #5)
Giving up trying to execute 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' after 5 attempts
BackupSet.delete: missing ['duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg', 'duplicity-inc.20110505T234635Z.to.20110505T234654Z.manifest.gpg']
Deleting /user1/.cache/duplicity/46f2756a7d1073c982becd94ffff5d74/duplicity-inc.20110505T234635Z.to.20110505T234654Z.manifest
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #1)
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #2)
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #3)
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #4)
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/''
Running 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' failed (attempt #5)
Giving up trying to execute 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -X 'DELE duplicity-full.20110505T234635Z.vol1.difftar.gpg' 'ftp://testing.jenkitsugi.net/server1_etc/'' after 5 attempts
BackupSet.delete: missing ['duplicity-full.20110505T234635Z.vol1.difftar.gpg', 'duplicity-full.20110505T234635Z.manifest.gpg']
Deleting /user1/.cache/duplicity/46f2756a7d1073c982becd94ffff5d74/duplicity-full-signatures.20110505T234635Z.sigtar.gz
Deleting /user1/.cache/duplicity/46f2756a7d1073c982becd94ffff5d74/duplicity-full.20110505T234635Z.manifest
Reading results of 'ncftpls -f /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1 -F -t 30 -o useCLNT=0,useHELP_SITE=0 -l 'ftp://testing.jenkitsugi.net/server1_etc/''
15 files exist on backend
7 files exist in cache
Extracting backup chains from list of files: ['4528', 'duplicity-full-signatures.20110505T234613Z.sigtar.gpg', 'duplicity-full-signatures.20110505T234635Z.sigtar.gpg', 'duplicity-full-signatures.20110505T235400Z.sigtar.gpg', 'duplicity-full.20110505T234635Z.manifest.gpg', 'duplicity-full.20110505T234635Z.vol1.difftar.gpg', 'duplicity-full.20110505T235400Z.manifest.gpg', 'duplicity-full.20110505T235400Z.vol1.difftar.gpg', 'duplicity-inc.20110505T234635Z.to.20110505T234654Z.manifest.gpg', 'duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg', 'duplicity-inc.20110505T235400Z.to.20110505T235409Z.manifest.gpg', 'duplicity-inc.20110505T235400Z.to.20110505T235409Z.vol1.difftar.gpg', 'duplicity-new-signatures.20110505T234613Z.to.20110505T234622Z.sigtar.gpg', 'duplicity-new-signatures.20110505T234635Z.to.20110505T234654Z.sigtar.gpg', 'duplicity-new-signatures.20110505T235400Z.to.20110505T235409Z.sigtar.gpg']
File 4528 is not part of a known set; creating new set
Ignoring file (rejected by backup set) '4528'
File duplicity-full-signatures.20110505T234613Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-full-signatures.20110505T234613Z.sigtar.gpg'
File duplicity-full-signatures.20110505T234635Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-full-signatures.20110505T234635Z.sigtar.gpg'
File duplicity-full-signatures.20110505T235400Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-full-signatures.20110505T235400Z.sigtar.gpg'
File duplicity-full.20110505T234635Z.manifest.gpg is not part of a known set; creating new set
File duplicity-full.20110505T234635Z.vol1.difftar.gpg is part of known set
File duplicity-full.20110505T235400Z.manifest.gpg is not part of a known set; creating new set
File duplicity-full.20110505T235400Z.vol1.difftar.gpg is part of known set
File duplicity-inc.20110505T234635Z.to.20110505T234654Z.manifest.gpg is not part of a known set; creating new set
File duplicity-inc.20110505T234635Z.to.20110505T234654Z.vol1.difftar.gpg is part of known set
File duplicity-inc.20110505T235400Z.to.20110505T235409Z.manifest.gpg is not part of a known set; creating new set
File duplicity-inc.20110505T235400Z.to.20110505T235409Z.vol1.difftar.gpg is part of known set
File duplicity-new-signatures.20110505T234613Z.to.20110505T234622Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-new-signatures.20110505T234613Z.to.20110505T234622Z.sigtar.gpg'
File duplicity-new-signatures.20110505T234635Z.to.20110505T234654Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-new-signatures.20110505T234635Z.to.20110505T234654Z.sigtar.gpg'
File duplicity-new-signatures.20110505T235400Z.to.20110505T235409Z.sigtar.gpg is not part of a known set; creating new set
Ignoring file (rejected by backup set) 'duplicity-new-signatures.20110505T235400Z.to.20110505T235409Z.sigtar.gpg'
Found backup chain [Thu May 5 19:46:35 2011]-[Thu May 5 19:46:35 2011]
Added incremental Backupset (start_time: Thu May 5 19:46:35 2011 / end_time: Thu May 5 19:46:54 2011)
Added set Thu May 5 19:46:54 2011 to pre-existing chain [Thu May 5 19:46:35 2011]-[Thu May 5 19:46:54 2011]
Found backup chain [Thu May 5 19:54:00 2011]-[Thu May 5 19:54:00 2011]
Ignoring incremental Backupset (start_time: Thu May 5 19:54:00 2011; needed: Thu May 5 19:46:54 2011)
Added incremental Backupset (start_time: Thu May 5 19:54:00 2011 / end_time: Thu May 5 19:54:09 2011)
Added set Thu May 5 19:54:09 2011 to pre-existing chain [Thu May 5 19:54:00 2011]-[Thu May 5 19:54:09 2011]
Warning, found the following local orphaned signature file:
duplicity-new-signatures.20110505T234635Z.to.20110505T234654Z.sigtar.gz
Removing still remembered temporary file /tmp/duplicity-dOFrvB-tempdir/mkstemp-bVaSFS-1
user1@server1:~#

Revision history for this message
kltm (ktlm) wrote :
Revision history for this message
Kenneth Loafman (kenneth-loafman) wrote :

Thanks for the help!

Changed in duplicity:
importance: Undecided → Medium
milestone: none → 0.6.14
status: New → Fix Committed
Changed in duplicity:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.