On Thu, 9 May 2024 at 20:45, Phil Stracchino wrote:
> On 5/9/24 13:08, Marcin Haba wrote:
> > OK. I was thinking about step after, where files are selected and
> > restore is starting. For 263 files this slowness can not be too visible.
> > For restoring a larger set of files, it is.
> >
> > For
On 5/9/24 13:08, Marcin Haba wrote:
OK. I was thinking about step after, where files are selected and
restore is starting. For 263 files this slowness can not be too visible.
For restoring a larger set of files, it is.
For the building file list, there is used .bvfs_update command that
builds
On Thu, 9 May 2024 at 18:27, Phil Stracchino wrote:
> On 5/9/24 12:10, Marcin Haba wrote:
> > In this algorithm it does not matter if hardlinks exist or not because
> > examined are all file records. It is because to know if hardlink is used
> > or not for a file, Bacula has to decode Bacula LSta
On 5/9/24 12:10, Marcin Haba wrote:
In this algorithm it does not matter if hardlinks exist or not because
examined are all file records. It is because to know if hardlink is used
or not for a file, Bacula has to decode Bacula LStat string for this
file from the File table. And for many files i
On Thu, 9 May 2024 at 17:57, Phil Stracchino wrote:
> On 5/9/24 11:47, Marcin Haba wrote:
> > Hello Phil,
> >
> > For the slow Bacula restore, BAT the same as Baculum and Bacularis uses
> > Bacula Bvfs interface for doing restore. The Bvfs restore part
> > responsible for preserving hardlinks cau
On 5/9/24 11:47, Marcin Haba wrote:
Hello Phil,
For the slow Bacula restore, BAT the same as Baculum and Bacularis uses
Bacula Bvfs interface for doing restore. The Bvfs restore part
responsible for preserving hardlinks causes this slowness. Some time ago
I researched it a bit. The result tog
On Thu, 9 May 2024 at 17:12, Phil Stracchino wrote:
> On 5/9/24 04:39, Thomas Beierlein wrote:
> > Hi Phil,
> >
> > On Wed, May 08, 2024 at 02:29:01PM -0400, Phil Stracchino wrote:
> >> Just updated Bacula from 13.0.4 to 15.0.2 on Gentoo Linux. The update
> went
> >> smoothly and without issues
On 5/9/24 04:39, Thomas Beierlein wrote:
Hi Phil,
On Wed, May 08, 2024 at 02:29:01PM -0400, Phil Stracchino wrote:
Just updated Bacula from 13.0.4 to 15.0.2 on Gentoo Linux. The update went
smoothly and without issues aside from the build not running the DB update
script, which I had to do man
Hi Phil,
On Wed, May 08, 2024 at 02:29:01PM -0400, Phil Stracchino wrote:
> Just updated Bacula from 13.0.4 to 15.0.2 on Gentoo Linux. The update went
> smoothly and without issues aside from the build not running the DB update
> script, which I had to do manually.
>
>
> I found several issues