Hello bacula-users :-)

For convenience when restoring, it is useful to re-create directories
which are used as mountpoints.  Can they be backed up?

Our FileSet backs up some useful empty directories and attempts to
backup a mountpoint:

FileSet {
    ...
        Options {
            # Directories to back up without their contents
            Exclude = yes
            regex = "^(/[^/]*)*/tmp/.*"
            regex = "^(/[^/]*)*/lost\\+found/.*"
            ...
            regex = "^/dev/.*"
        }
    ...
}

/dev is not backed up.

Is it possible to back up mountpoints?

Best

Charles

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to