duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] ftplicity 1.3b released


From: edgar . soldin
Subject: [Duplicity-talk] ftplicity 1.3b released
Date: Mon, 17 Mar 2008 18:25:06 +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

Hello all,

an overall improved ftplicity version 1.3 beta is now available on the sourceforge project page.
https://sourceforge.net/project/showfiles.php?group_id=217745
ftplicity is a console frontend to duplicity which aims to simplify its usage for encrypted backups on non-trusted ftp servers.

Comments, Bugreports can for now be sent directly to address@hidden .

Attention:

The profiles from all previous versions are not compatible anymore. Also the command syntax changed due to the multiprofile functionality. To migrate from an earlier version you should: a) create a new profile 'ftplicity <name> create' (name is a profile name you choose) b) edit the new profile's conf file (copy key and ftp options from old conf, check the new duplicity options) c) modify your cron entries (e.g. ftplicity backup -> ftplicity <name> backup)

Changes are:

- introduces multiple profiles support
- modified some script errors/docs
- reordered gpg key check import routine
- added 'gpg key id not set' check
- added error_gpg (adds how to setup gpg key howto)
- bugfix: duplicity 0.4.4RC4+ parameter syntax changed
- duplicity_version_check routine introduced
- added time separator, shortnames, volsize, full_if_older
 duplicity options to config file (inspired by stevie
 from http://weareroot.de)

regards ede

--
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]