duplicity-talk
[Top][All Lists]
Advanced

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

search file option [WAS:] Re: [Duplicity-talk] Searching for a specific


From: edgar . soldin
Subject: search file option [WAS:] Re: [Duplicity-talk] Searching for a specific file in the backups
Date: Wed, 21 May 2008 10:01:20 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14 Mnenhy/0.7.5.0

Hi Ken,

is there a 'search file by regex or name' option planned for the near future?

regards ede
--
Jacob wrote, On 20/05/08 22:18:
No, not automatically anyway. You'll have to grope around with the
--restore-time argument (shorthand is -t). I recommend starting at a
time when you know the file existed, and then move forward until you
find the backup in which the file is no longer listed.

OK thanks.
I added to my script a "list-files" after each successful backup, it will makes things much easier next time to find a deleted file!



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