duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Strange problem using duplicity


From: Edgar Soldin
Subject: Re: [Duplicity-talk] Strange problem using duplicity
Date: Mon, 15 Dec 2008 17:28:06 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.0

not to be mistaken here .. sftp is not ftps ...
sftp is the filetransfer protocol of the openssh package
ftps is ssl encrypted ftp protocol with optional encrypted authentification

I just checked ncftp the ftp backend software of duplicity and does not
support encrypted ftp (ftps). They also do not plan to do so in the future.

As far as I understand you might use the "ssh://" backend together with
the option "*--scp-command sftp" to use a sftp only server. But I never
tried it though.

*good luck ede
--
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Edgar Soldin wrote:
>   
>> Hey Boudewijn,
>>
>> are you sure that they don't support sftp as well? Did you try? That
>> would surely be supported in duplicity.
>>
>> regards Ede
>>     
>
> Hi Ede,
>
> I'm quite sure, it's not being mentioned in the backend-list.
> Furthermore:
>
> duplicity --encrypt-key "D6ABA9DB" --sign-key "C533733F"  \
> /root/duplicity/work/databases.sql ftps://address@hidden//
> Unknown protocol 'ftps'
>
> The same script works fine if s/ftps/ftp.
>
>
> Cheers,
>
> Boudewijn Ector
>
>
> _______________________________________________
> 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]