|
From: Fahrer, J. <ju...@fa...> - 2012-06-12 20:32:20
|
Hi,
> -----Ursprüngliche Nachricht-----
> Von: Clark, Patricia A. [mailto:cl...@or...]
> Gesendet: Dienstag, 12. Juni 2012 21:31
> An: bac...@li...
> Betreff: [Bacula-users] Getting multiple streams for a large file system
>
> I have several large file systems (>1TB) where I want to break them up
> to get smaller backup streams in parallel to increase the throughput to
> tape. My fileset directive is below. I want everything in /home, but
> divided by the regular expressions provided in the Options section.
> Will this do what I want or will I only get one backup stream?
This will not do what you want. You need to specify separate filesets and jobs and specify a suitable maximum concurrent jobs on the daemons configs.
>
> FileSet {
> Name = "homedirs2 Set"
> Include {
> Options {
> signature = MD5
> RegexDir = "^/home/[0-9]*"
> RegexDir = "^/home/[a-e]*"
> RegexDir = "^/home/[f-j]*"
> RegexDir = "^/home/[k-o]*"
> RegexDir = "^/home/[p-t]*"
> RegexDir = "^/home/[u-z]*"
> RegexDir = "^/home/[A-Z]*"
> }
> File = /home
> }
> #
> Exclude {
> File = /proc
> File = /tmp
> File = /.journal
> File = /.fsck
> File = lost+found
> }
> }
>
Kind regards
Julian
>
> Patti Clark
> Information International Associates, Inc.
> Linux Administrator and subcontractor to:
> Research and Development Systems Support Oak Ridge National Laboratory
>
>
> ------------------------------------------------------------------------
> ------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond.
> Discussions
> will include endpoint security, mobile security and the latest in
> malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Bacula-users mailing list
> Bac...@li...
> https://lists.sourceforge.net/lists/listinfo/bacula-users
|