duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] How do you list all files since the backup chain s


From: Edgar Soldin
Subject: Re: [Duplicity-talk] How do you list all files since the backup chain started
Date: Sun, 19 Oct 2008 12:54:57 +0200
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

Ken, Peter and Python Developers,

is it difficult to implement this? Would somebody be willing to?
Generally .. is the conclusion right so far?

regards ede

Hmmm, interesting. I tried that using "09-10-2008" as the time for both -t and 
--restore-time
together with --list-current-files but I'm still seeing files from yesterdays 
backup on the 11th
 too :-(


doublechecked http://duplicity.nongnu.org/duplicity.1.html , TIME_FORMATS .. 
and tried it myself
and can only conclude that the current in list-current-files plus the 
rstore-time switch are
hints to tell me that only the most current backups content can be listed

That's a shame as there is a feature in rdiff-backup (--list-at-time) to 
display what files were
available x time ago. I'd hoped that this may have also crept into duplicity! 
:-)

Rich.


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