Re: [Bacula-users] how to exclude files that are bigger than x GB

2011-01-19 Thread Dan Langille
On 1/19/2011 4:40 PM, ml ml wrote: > Hello List, > > how can you exclude files that are bigger than x GB? > Is this somehow possible? I helped this person on IRC. He came up with this: FileSet { Name = "FullBackup" Include { Options { Compression=GZIP signature = SH

Re: [Bacula-users] how to exclude files that are bigger than x GB

2011-01-19 Thread Paulo Martinez
Am 19.01.2011 um 22:40 schrieb ml ml: > Hello List, > > how can you exclude files that are bigger than x GB? > Is this somehow possible? What about a script doing this for you and bacula gets Exclude { File = "\\|/usr/libexec/bacula/ find_big_files.exclude_filelist" } Re