Bacula-users

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

2011-01-19 18:29:54
Subject: Re: [Bacula-users] how to exclude files that are bigger than x GB
From: Dan Langille <dan AT langille DOT org>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 19 Jan 2011 18:27:49 -0500
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 = SHA1
         onefs=no
         fstype=ext2
         fstype = ufs
         }
     File = "\\|find / -size -10G"
   }
   Exclude {
         File = /tmp
         File = /proc
         File = /var/spool/bacula
   }
}

-- 
Dan Langille - http://langille.org/

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>