Re: [Bacula-users] Clarification on incremental files...

2024-02-13 Thread Marco Gaiarin
> EG, if i modify/reduce the number of checks, this can provide more speed? I reply myself; yes. I've modified fileset as: Include { Options { Signature = MD5 accurate = sm } leading to: Elapsed time: 47 mins 56 secs Priority: 10 FD Files W

Re: [Bacula-users] Clarification on incremental files...

2024-01-31 Thread Marco Gaiarin
Mandi! Martin Simmons In chel di` si favelave... >> OK. Because data get copied/linked BY .sync dir, option 'i' can be kept, >> because inode does notchange. > Yes. OK, now seems to work. But incremental took a very huge amount of time. Currently i have on job: Accurate = yes and on

Re: [Bacula-users] Clarification on incremental files...

2024-01-26 Thread Martin Simmons
> On Fri, 26 Jan 2024 11:35:21 +0100, Marco Gaiarin said: > > Mandi! Martin Simmons > In chel di` si favelave... > > > 'i' is the st_ino field in the stat, i.e. the number that uniquely > > identifies > > the data for the file in the file system. Note that there is always > > exactly 1 >

Re: [Bacula-users] Clarification on incremental files...

2024-01-26 Thread Marco Gaiarin
Mandi! Martin Simmons In chel di` si favelave... > 'i' is the st_ino field in the stat, i.e. the number that uniquely identifies > the data for the file in the file system. Note that there is always exactly 1 > inode that references the data for each file in a UNIX file system. OK. Because dat

Re: [Bacula-users] Clarification on incremental files...

2024-01-25 Thread Martin Simmons
> On Wed, 24 Jan 2024 18:00:56 +0100, Marco Gaiarin said: > > Suppose that setting 5 or 1 options depend on setting options; eg, it is > totally unuseful to have: > Options { > Signature = MD5 > accurate = <...>1 > } > > so, calculating MD5 and checking

Re: [Bacula-users] Clarification on incremental files...

2024-01-24 Thread Marco Gaiarin
Mandi! Martin Simmons In chel di` si favelave... > I suspect the problem is with rsnapshot, not rsync, in particular this > command: >> [2024-01-21T15:25:28] /usr/bin/cp -al /rpool-backup/rsnapshot/.sync >> /rpool-backup/rsnapshot/daily.0 > This will change the hard link count of every file in

Re: [Bacula-users] Clarification on incremental files...

2024-01-22 Thread Martin Simmons
> On Mon, 22 Jan 2024 11:11:44 +0100, Marco Gaiarin said: > > I'm using Bacula to put on tapes (LTO9) a backup collected from different > sources via 'rsnapshot'; if now known, rsnapshot is a perl wrapper script > around rsync that leveraging the UNIX filesystem capability (eg, hard link) > pe

[Bacula-users] Clarification on incremental files...

2024-01-22 Thread Marco Gaiarin
I'm using Bacula to put on tapes (LTO9) a backup collected from different sources via 'rsnapshot'; if now known, rsnapshot is a perl wrapper script around rsync that leveraging the UNIX filesystem capability (eg, hard link) permit to have 'snapshots' of filesystems. Practically, some rsync invoc