Hi,

Some days ago i have changed permissions (acl) of files on my nas. This
share is backed up by bareos-fd 18.2.5 directly. Today i have found that
disk space utilization in bareos-sd data directory is surprisingly high. It
looks like permission change resulted in whole files being backed up again.
Is it normal behavior for Bareos or maybe i have misconfigured something?
Does the Bareos store permissions separately?

FileSet {
  Name = "LinuxAll"
  Description = "Backup all regular filesystems, determined by filesystem
type."
  Include {
    Options {
      sparse = yes
      aclsupport = yes
      accurate = mcspiug
      verify = pin5
      Signature = MD5 # calculate md5 checksum per file
      One FS = No     # change into other filessytems
      FS Type = btrfs
      FS Type = ext2  # filesystems of given types will be backed up
      FS Type = ext3  # others will be ignored
      FS Type = ext4
      FS Type = reiserfs
      FS Type = jfs
      FS Type = xfs
      FS Type = zfs
      FS Type = vfat
    }
    File = /
  }
  # Things that usually have to be excluded
  Exclude {
    File = /var/lib/bareos
    File = /var/lib/bareos
    File = /var/lib/pgsql
    File = /var/lib/mysql
    File = /var/lib/libvirt/images
    File = /var/lib/docker
    File = /var/opt/gitlab
    File = /var/log
    File = /var/cache
    File = /volumes
    File = /proc
    File = /tmp
    File = /var/tmp
    File = /.journal
    File = /.fsck
  }
}

Regards,
Bart

-- 
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 on the web visit 
https://groups.google.com/d/msgid/bareos-users/CAJk%3Du3fXcU%2BryUAWvqVqTMWsNDz%2BrCZPiWmOBhV_yhPVNW7EkQ%40mail.gmail.com.

Reply via email to