Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Marcin Haba
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

Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Phil Stracchino
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

Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Marcin Haba
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

Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Phil Stracchino
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

Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Marcin Haba
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

Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Phil Stracchino
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

Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Marcin Haba
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

Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Phil Stracchino
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

Re: [Bacula-devel] Bacula 15.0.2 update

2024-05-09 Thread Thomas Beierlein
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