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: edgar . soldin
Subject: Re: [Duplicity-talk] ftp and short filenames prob
Date: Mon, 10 Mar 2008 18:57:52 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0

do you use duplicity for the syncing with thexternal ftp server as well?

regards ede
--
I have to change my strategy on how I'm doing my LAN-to-WAN backups for 
bandwidth reasons.

That said, I'm trying to use a local FTP server to host my duplicity 
(encrypted/signed) files as a staging point, before sync'ing them to a remote 
server.

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.

I tried forcing short filenames, but that didn't resolve the issue (I would 
deal with the mangled target archive-names, but I need to know they're 
recoverable, and the list... still doesn't work).

Any ideas what to try next?????

Thanks,
AJ
------------------------------------------------------------------------

_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk


--
public class WhoDidIt{ // A comment. I love comments private static Person sender;

 public static void main (String[] foo){

 sender = new Person();
 sender.setName(new String[]{"Edgar", "Soldin"});

 Address address = new Address();
 address.setStreet("Stadtweg 119");
 address.setZip(39116);
 address.setCity("Magdeburg");
 address.setCountry("Germany");

 sender.setAddress(address);

 sender.setMobilePhone(" +49(0)171-2782880 ");
 sender.setWebSiteUrl(" http://www.soldin.de ");
 sender.setEmail(" address@hidden ");
 sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
 sender.setGender(true);

 System.out.println(sender.toString());
 }
}





reply via email to

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