Good afternoon ? I understand the linux / windows differences regarding case sensitive paths, etc.

For FileSet configuration there is a difference in syntax, my question would be for Linux:

01) Deleting an extension in a global way

02) How to exclude using wildcards.

Below is an example I'm using, but linux does not exclude the extensions. Thanks for any help...


FileSet {
  Name = "fileset-linux"
  Description = "fileset-linux"
  Include {
    Options {
      Signature = MD5
      compression = bzip
      One FS = No
      FS Type = btrfs
      FS Type = ext2
      FS Type = ext3
      FS Type = ext4
      FS Type = reiserfs
      FS Type = jfs
      FS Type = xfs
      FS Type = zfs
      WildFile = *.tar.gz
      WildFile = *.rar
      WildFile = *.zip
      WildFile = *.7z
      WildFile = *.iso
      WildFile = *.tib
      WildFile = *.v2i
    }
    File = /
  }

  Exclude {
    File = /var/lib/bacula
    File = /var/lib/bacula/storage
    File = /proc
    File = /tmp
    File = /var/tmp
    File = /.journal
    File = /.fsck
    File = /home/backups/full-image
    File = /home/*/.bash_history
  }
}

--
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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to