> On Tue, 17 Apr 2012 14:20:47 -0400 (EDT), Steve Thompson said:
>
> On Tue, 17 Apr 2012, Martin Simmons wrote:
>
> > Are you sure it is related to white space? I don't see anything in the
> > above
> > FileSet that would cause it. Maybe the missing directories are part of a
> > different
On Tue, 17 Apr 2012, Martin Simmons wrote:
> Are you sure it is related to white space? I don't see anything in the above
> FileSet that would cause it. Maybe the missing directories are part of a
> different filesystem mounted on top of the main one?
There's only one file system and no nested
> On Mon, 16 Apr 2012 16:18:49 -0400 (EDT), Steve Thompson said:
>
> Bacula 5.0.2. This fileset:
>
> FileSet {
>Name = "toe_home_x"
>Include {
> Options {
>exclude = yes
>wilddir = "/mnt/toe/data*/home/*/.NetBin"
>wilddir = "/mnt/toe/data*/home/*/.Trash"
>
I took a closer look. This is what I would try. Maybe someone with a bit more
experience can take a look and adjust it.
FileSet {
Name = "toe_home_x"
Include {
File = "/mnt/toe"
Options {
IgnoreCase = yes
RegExDir = "^/mnt/toe/[^/]+$"
WildDir = "/mnt/toe/data*"
Wi
This is what I came up with to backup all of the outlook folders on a machine.
it might help you out. I am not quite sure what all of it means, I am very new
to being an admin and with Linux in general but I found this to do the job I
need. It looks like you are just excluding everything and do
Bacula 5.0.2. This fileset:
FileSet {
Name = "toe_home_x"
Include {
Options {
exclude = yes
wilddir = "/mnt/toe/data*/home/*/.NetBin"
wilddir = "/mnt/toe/data*/home/*/.Trash"
wilddir = "/mnt/toe/data*/home/*0"
wilddir = "/mnt/toe/data*/home/*1"