Re: [Bacula-users] Data loss with Hard Links

2020-12-31 Thread Andrea Venturoli
On 12/22/20 11:22 AM, Andrea Venturoli wrote: On 12/18/20 4:57 PM, Eric Bollengier via Bacula-users wrote: FileSet {    Name="Xx"    Include { Options {    signature = MD5    Accurate=yes Here you have a mistake (maybe not so big) in your fileset, the Accurate directive you w

Re: [Bacula-users] Data loss with Hard Links

2020-12-22 Thread Andrea Venturoli
On 12/18/20 4:57 PM, Eric Bollengier via Bacula-users wrote: FileSet {   Name="Xx"   Include {     Options {   signature = MD5   Accurate=yes Here you have a mistake (maybe not so big) in your fileset, the Accurate directive you want to use is inside the Job definition. You

Re: [Bacula-users] Data loss with Hard Links

2020-12-21 Thread Martin Simmons
> On Fri, 18 Dec 2020 16:57:56 +0100, Eric Bollengier via Bacula-users said: > > Hello, > > On 2020-12-18 15:16, Andrea Venturoli wrote: > > On 12/15/20 6:49 PM, Martin Simmons wrote: > > > >> What is the fileset definition? > > > > Quite huge, both in terms of size (a full backup is around

Re: [Bacula-users] Data loss with Hard Links

2020-12-18 Thread Eric Bollengier via Bacula-users
Hello, On 2020-12-18 15:16, Andrea Venturoli wrote: > On 12/15/20 6:49 PM, Martin Simmons wrote: > >> What is the fileset definition? > > Quite huge, both in terms of size (a full backup is around 400GB) and in > terms of lines (more than 40 ZFS datasets). > I'm pasting here the relevant parts:

Re: [Bacula-users] Data loss with Hard Links

2020-12-18 Thread Andrea Venturoli
On 12/15/20 6:49 PM, Martin Simmons wrote: What is the fileset definition? Quite huge, both in terms of size (a full backup is around 400GB) and in terms of lines (more than 40 ZFS datasets). I'm pasting here the relevant parts: FileSet { Name="Xx" Include { Options { sign

Re: [Bacula-users] Data loss with Hard Links

2020-12-15 Thread Martin Simmons
> On Tue, 15 Dec 2020 11:31:46 +0100, Andrea Venturoli said: > > Hello. > > I'm backing up a FreeBSD server where Cyrus IMAP runs and I'm using > Full/Differential/Incremental scheme. > > As you probably know, Cyrus IMAP uses hardlinks to avoid saving > duplicate messages (and probably for

Re: [Bacula-users] Data loss with Hard Links

2020-12-15 Thread Andrea Venturoli
On 12/15/20 11:31 AM, Andrea Venturoli wrote: I verified some of these files are currently present in the original data, but not on the restored data!!! P.S. Sorry for forgetting, I'm using 9.6.6 on FreeBSD 11.4/amd64 (compiled from ports). ___ Ba

[Bacula-users] Data loss with Hard Links

2020-12-15 Thread Andrea Venturoli
Hello. I'm backing up a FreeBSD server where Cyrus IMAP runs and I'm using Full/Differential/Incremental scheme. As you probably know, Cyrus IMAP uses hardlinks to avoid saving duplicate messages (and probably for other things). I tried a test recovery yesterday and I was flooded with mes