Re: backup on volume much larger than fileset

"Stefan G. Weichinger via Bacula-users" <[email protected]> Thu, 19 Mar 2026 09:52:39 +0100
Newsgroups gmane.comp.bacula.user
Message-ID <[email protected]>
Am 19.03.26 um 03:03 schrieb Bill Arlofski via Bacula-users:
> On 3/18/26 11:49 AM, Martin Simmons wrote:
>>
>> Have you checked for sparse files?
> Came here to say this. :)

Thanks all.

Short: yes, 2 sparse files.

I had spotted them by defining smaller includes like "projects/[a-d]*" 
etc ... and letting Bacula estimate the runs.

Sure, the find-commands you posted were more effective ;-) and came to 
the same result.

That seemed to be two image-files (VM-images) created by some project, 
they showed as 64GB each on the filesystem, but were basically empty.

Removed them, plus defined an exclude for the relevant directory.

Now things look way better.

For sure I might also set "Sparse=yes" in that Fileset.

Thanks again.