duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Explicity filelist?


From: edgar . soldin
Subject: Re: [Duplicity-talk] Explicity filelist?
Date: Wed, 14 May 2008 18:37:35 +0200
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

actually i meant including only _explicit file paths_ instead of directories.. ok, a rather long list .. but still, only the files you want... ede
--
I guess that would work(though the example only seems to include folder paths 
rather than file paths)
but with the issue that if a big file appeared between the time of the 
generation of the list and duplicity's file search, it'd include that big file.
Though that's a worst case scenario, agreed.

?well ..

?according to the manpage
?http://duplicity.nongnu.org/duplicity.1.html (find: "For example, if ?file "list.txt" contains the lines:") ?you can explicitly exlude all files and later include the files you need ?to be backed up... you could write a shellscript that detects sizes and ?generates this list ...

?regards ede
?--
?Hello all,

?I was wondering if there's any way to feed duplicity with an explicit file 
list.
?Since I can not restrict the list of files I want by size(ie size < xxx KB) in 
duplicity
?I'd want to use find to generate an extensive filelist and have duplicity use 
it.

?Does that sound reasonnable? And if not, what would be suggested to do a 
size-restricted
?backup with duplicity?

?




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