Hi All,

In the sample Linux Fileset config file, the volume to backup is listed 
"File=/", and there's a short list of exclusions:
  Exclude {
    File = /var/lib/bareos
    File = /var/lib/bareos/storage
    File = /proc
    File = /dev
    File = /sys
    File = /tmp
    File = /var/tmp
    File = /.journal
    File = /.fsck
  }

At least on my system, /proc, /dev, /sys are all different filesystem types 
from what's llisted in the "backup these filesystems" list (proc, devtmpfs, 
sysfs).  Do I even need to include those directory paths in my Exclude 
list?  Could it cause "confusion" if they remained? Or, are those 
filesystem types "special" and backed up if they are found while traversing 
a filesystem?  Also, if I have multiple filesystem mounts (/, /home, /data 
for example), and all are a supported FS (ext4, for example), will they all 
be backed up with
  One FS = no
  File = /
Or, will I need to?
  One FS = no
  File = /
  File = /home
  File = /data

Thanks,
-John

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/bareos-users/906ca1b1-d92e-45b5-beff-983fdef72ac2n%40googlegroups.com.

Reply via email to