Using estimate to see what's happening, I notice that using the following fileset doesn't seem to produce anything from my first, non-recursive, include. I was expecting it to produce the names of subdirectories, the two symbolic link files, and a couple of 0 lenght files. What am I doing wrong?
FileSet { Name = "LinSysRoot Set" Include { Options { compression = GZIP signature = SHA1 recurse = No } File = /evms/snapshot ## nothing from here } Include { Options { compression = GZIP signature = SHA1 recurse = Yes } # these all worked File = /evms/snapshot/boot File = /evms/snapshot/etc File = /evms/snapshot/root } } Should bacula backup symlinks? (These symlinks point to stuff on the same volume, though outside the first include set, if that matters). /evms/snapshot is a snapshot of my root directory bacula-director-pgsql 1.36.2-2sarge1 on Debian. By the way, is there any analog to the job defaults for filesets? It seems tedious to specify the same options repeatedly. I also note that the estimate procedure does not run the before and after jobs, which in my case meant there was no snapshot and so the estimate was 0 (I prepared the snapshot manually). This is probably appropriate, but it does create a potential difference between estimate and real jobs. Thanks. Ross Boylan P.S. I was tempted to try FileSet { Name = "LinSysRoot Set" Include { Options { compression = GZIP signature = SHA1 recurse = No } File = /evms/snapshot Options { recurse = Yes } File = /evms/snapshot/boot File = /evms/snapshot/etc File = /evms/snapshot/root } } but it seemed unlikely to work. Should it? ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users