On 5/31/19 3:24 PM, Lloyd Brown wrote:

> Use a script to generate the list of directories to backup, and shove
> that into the FileSet definition.

E.g. this:

FileSet {
...
    Include {
        File = "\\|sh -c 'find /home \\( -name fid -o -name ser \\)
-mmin +60 -exec dirname \\{} \\; | sort | uniq'"
...
    }
}

works (watch out for wordwrap), but you lose timestamps on all
intermediate directories. As in you can't see those when selecting files
for restores.

Unless they fixed it in v. 9.someting -- we're still on 7.x.

-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to