Bacula-users

[Bacula-users] [SOLVED] Re: Is it possible to back up mountpoints?

2016-07-24 01:12:31
Subject: [Bacula-users] [SOLVED] Re: Is it possible to back up mountpoints?
From: Charles <c AT charlesmatkinson DOT org>
To: bacula-users AT lists.sourceforge DOT net
Date: Sun, 24 Jul 2016 10:13:39 +0530
On 23/07/16 12:53, Charles wrote:
> 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
> 

Solved by adding "File = /dev"

------------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>