[Bacula-users] 1 Job = many File Sets

2008-02-18 Thread Frank Kujawski
Reading the docs, each job only wants one File Set. Due to the lay out of my servers, it make sense for me to define several file sets. (One file set would be the OS, another would be home, then vhome, and mysql) Since each box has an OS and an application, at the minimum there would be 2

[Bacula-users] Backup File names, not file contents

2008-02-10 Thread Frank Kujawski
I have a few directories where I download RPMs and TGZs. I do not want to back up the files, but I do want to back up the name of the files. The only way I can guess to do it is like this: FileSet { Name = Source File = "!ls /source/RPMs > /source/RPMs/RPMS.lst; echo /source/RPMs/RPMS.lst" }