Re: [Bacula-users] Signatures and Verify options within FIleset Options
Thank you for bringing this up, John, and thank you for reviewing the code, Martin. I have submitted a documentation bug report in the bacula gitlab. Regards, Robert Gerber 402-237-8692 r...@craeon.net On Thu, Jan 9, 2025 at 6:33 AM Martin Simmons wrote: > According to the code, it also allow
Re: [Bacula-users] Signatures and Verify options within FIleset Options
According to the code, it also allows 6, 7 and 8: case '6': /* compare XXHASH64 */ do_Digest = CRYPTO_DIGEST_XXHASH64; break; case '7': /* compare XXH3_64 */ do_Digest = CRYPTO_DIGEST_XXH3_64;