duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Explicity filelist?


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Explicity filelist?
Date: Wed, 14 May 2008 11:45:15 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Paul-Kenji Cahier wrote:
> 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?

Use "find . ( ! -size 5G ) > list.txt" to find all files less than 5Gig
in size.  See the "find" man page for other options.

Then use "duplicity --include-filelist list.txt ..." to back them up.

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]