I think if I remember correctly xxhash in general is not completely
implemented right now.
Zstd should work. I am using it in my 15.x system. Here is one of my
fileset resources from that system.
Fileset {
Name = "td-bacula-fs"
Include {
File = "/"
Options {
Signature = "SHA512"
Verify = "pins3"
compression=ZSTD
OneFS = "no"
}
}
Exclude {
File = "/opt/bacula/working"
File = "/var/lib/pgsql/data" # was getting random 'could not stat'
errors for files in subdirectories of here. Not necessary to back this up
since I can restore the DB from a dump.
File = "/restore"
File = "/proc"
File = "/tmp"
File = "/sys"
File = "/.journal"
File = "/.fsck"
File = "/run"
File = "/dev"
# File = "/lost+found"
# File = "/media"
# File = "/misc"
# File = "/net"
}
}
Robert Gerber
402-237-8692
[email protected]
On Sun, Jun 14, 2026, 9:01 AM Pierre Bernhardt <[email protected]>
wrote:
> Am 13.06.26 um 15:13 schrieb Pierre Bernhardt:
> > after using sha1 and lzo I tried to configure xxh3_64 and zstd1 as
> > a replacement.
> > The config is accepted from the director however it looks like
> > neigter xxh3 nor zstd is working:
> Looks like my fault because xxh3 seems to work not in the
> communityedition. But xxhash should work, but also is not running:
>
> *me
> 14-Jun 15:15 backup-dir: ERROR in inc_conf.c:350 Config error: Expected a
> FileSet option keyword, got:xxhash:
> : line 33, col 30 of file /etc/bacula/fileset.conf
> signature = xxhash;
>
> From <
> https://www.bacula.org/15.0.x-manuals/en/main/Configuring_Director.html#blb:FileSetResource
> >:
>
> signature=XXHASH
> An XXHASH signature will be computed for all files saved.
>
>
>
>
> _______________________________________________
> Bacula-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users