Hello,

I have two problems I hope someone out there know the answer to:

1. About Fileset 

I have a bacula installation with one tape pool and one disk pool. For disk 
backup I use software compression, and for tape backup I rely on the tape 
device internal compression. 
I want to be able to take backup to tape or disk form all my clients.
I have solved this by creating two filesets(one with software compression and 
one without) for each client. The downside of this is that I have to maintain 
two filesets for each client. (See bottom of this mail for fileset details) I 
want to use the same fileset definition for disk and tape backups. Is it 
possible to turn software compression on/off other places than inside the 
fileset definition and override it (in job def. or storage def.)? 

2. About Migration
I want to migrate the oldest fullbackup on disk to tape before it is removed by 
the volume retention time. I run all disk backup jobs to a new volume each 
day(one volume for all jobs run in one day). My full backup to disk is 
scheduled to run every first Saturday every month. How do I write the selection 
criteria for migrating the full backup (all files in the fullbackup volume) to 
tape?

Thanks!

Arvid Rune Rånes

_____________

Example of two filesets for one client
FileSet {
   Name = "Dummyen Set"
   Enable VSS = yes
   Include {
     Options {
        compression = GZIP
        Signature = MD5
        }
     File = "C:/"
     File = "E:/"
     }
   Exclude {
       File = "[A-Z]:/pagefile.sys"
       File = "[A-Z]:/[Tt][Ee][Mm][Pp]"
       File = "[A-Z]:/[Tt][Mm][Pp]"
       File = "[A-Z]:/Documents and Settings/*/Local Settings/Temp"
       File = "[A-Z]:/Documents and Settings/*/Local Settings/Temporary 
Internet Files"
       }
}


FileSet {
   Name = "DummyenTape Set"
   Enable VSS = yes
   Include {
     Options {
#        compression = GZIP
        Signature = MD5
        }
     File = "C:/"
     File = "E:/"
     }
   Exclude {
       File = "[A-Z]:/pagefile.sys"
       File = "[A-Z]:/[Tt][Ee][Mm][Pp]"
       File = "[A-Z]:/[Tt][Mm][Pp]"
       File = "[A-Z]:/Documents and Settings/*/Local Settings/Temp"
       File = "[A-Z]:/Documents and Settings/*/Local Settings/Temporary 
Internet Files"
       }
}

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to