duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] ftp and short filenames prob


From: AJ Weber
Subject: Re: [Duplicity-talk] ftp and short filenames prob
Date: Mon, 10 Mar 2008 17:46:02 -0400

OK, I found out this is partly due to the target-server.  The _SMB_names_ are mangled, but ftp shows the "expected names".
 
However, unless I use the --archive-dir switch, I can't list the current files.  Shouldn't it be able to list the files from the remote server's signature file?  For example:
 
====================================================================
 
# duplicity --verbosity 5 --encrypt-key "9C8ED9EA" --sign-key "9C8ED9EA" --archive-dir ~root/backupCache /misc/nasdisk1/LM "ftp://address@hidden/DISK 2/duplicity"
Listing files on FTP server
No signatures found, switching to full backup.
Generating delta - new file: .
Generating delta - new file: Inbound Fax 33554476.pdf
Generating delta - new file: incoming fax details.jpg
Generating delta - new file: renditions.jpg
Saving duplicity-full.2008-03-10T17:36:13-04:00.vol1.difftar.gpg on FTP server
Saving duplicity-full.2008-03-10T17:36:13-04:00.manifest.gpg on FTP server
Saving duplicity-full-signatures.2008-03-10T17:36:13-04:00.sigtar.gpg on FTP server
Listing files on FTP server
Deleting duplicity-full-signatures.2008-03-10T17:36:13-04:00.sigtar.gpg from FTP server
--------------[ Backup Statistics ]--------------
StartTime 1205184973.73 (Mon Mar 10 17:36:13 2008)
EndTime 1205184974.07 (Mon Mar 10 17:36:14 2008)
ElapsedTime 0.34 (0.34 seconds)
SourceFiles 4
SourceFileSize 197429 (193 KB)
NewFiles 4
NewFileSize 197429 (193 KB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 4
RawDeltaSize 196917 (192 KB)
TotalDestinationSizeChange 104254 (102 KB)
Errors 0
-------------------------------------------------
 
/root/backupCache/tmp8sZEW3 still in tempfile list, deleting
/root/backupCache/tmpvBBqJf still in tempfile list, deleting
address@hidden backupCache]# duplicity --list "ftp://address@hidden/DISK 2/duplicity"
No signatures found, switching to full backup.
No signature data found, unable to list files.
address@hidden backupCache]# duplicity --list --encrypt-key "9C8ED9EA" --sign-key "9C8ED9EA" "ftp://address@hidden/DISK 2/duplicity"
No signatures found, switching to full backup.
No signature data found, unable to list files.
address@hidden backupCache]# duplicity --list --encrypt-key "9C8ED9EA" --sign-
key "9C8ED9EA"  --archive-dir ~root/backupCache "ftp://address@hidden/DISK 2/duplicity"
Thu Jul 19 13:04:20 2007 .
Thu Jul 19 13:04:20 2007 Inbound Fax 33554476.pdf
Thu Jul 19 13:00:11 2007 incoming fax details.jpg
Thu Jul 19 13:03:48 2007 renditions.jpg
address@hidden backupCache]#
 
 
----- Original Message -----
Sent: Monday, March 10, 2008 4:18 PM
Subject: Re: [Duplicity-talk] ftp and short filenames prob

> I can manually ftp files with "long filenames", but when duplicity uses it
> as a target, I get these mangled, short filenames that mean nothing to me.
> Worse: trying a "list-current-files" after a small sync gives me "Backup
> source directory list does not exist."  So I can't even verify that it's
> working properly.
 
This is the names of the files that make up the duplicity archive itself, that
is causing problems?
 
Could you give us an example of a mangled filename versus the expected name?
 
--
/ Peter Schuller
 
PGP userID: 0xE9758B7D or 'Peter Schuller <address@hidden>'
Key retrieval: Send an E-Mail to address@hidden
E-Mail: address@hidden Web: http://www.scode.org
 
 

reply via email to

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