Re: [Bacula-users] File Set definition on Clinet Side

2019-07-23 Thread Chandler
Yateen Bhagat wrote on 7/23/19 04:35: Hi Heitor, Thanks, I had already seem the documentation mentioned by you. But I am still not clear if the example fileset definition should reside on the server(bacula-dir.conf) or onthe client (bacula-fd.conf) ? Please see the FileSet resource documenta

Re: [Bacula-users] preserving ACL permissions

2019-07-23 Thread Josip Deanovic
On Tuesday 2019-07-23 16:33:38 Adam Weremczuk wrote: > Strangely both options were already in client's config file, just failed > to be executed for some reason: > > FileSet { >Name = server_fileset >Include { > Options { >signature = SHA1 >##sparse = yes >xatt

Re: [Bacula-users] Restore fails with "Restore OK -- warning file count mismatch"

2019-07-23 Thread Martin Simmons
I would start by using "bls -v -V T00109L4 /dev/nsa0" (the command line utility) to see what is on the T00109L4 tape. Can you repeat it with a small backup to a tape that contains nothing else? __Martin > On Tue, 23 Jul 2019 14:37:46 +0200, Kai Gallasch said: > > Hi. > > For long years I

Re: [Bacula-users] bacula and SQLite

2019-07-23 Thread Martin Simmons
> On Tue, 23 Jul 2019 09:23:10 -0500, Dimitri Maziuk via Bacula-users said: > > On 7/23/2019 6:02 AM, Martin Simmons wrote: > > > If this is being caused by the PathVisibility table then you could try to > > either delete that table if it is empty or alter its schema definition to > > use >

Re: [Bacula-users] preserving ACL permissions

2019-07-23 Thread Adam Weremczuk
Strangely both options were already in client's config file, just failed to be executed for some reason: FileSet {   Name = server_fileset   Include {     Options {   signature = SHA1   ##sparse = yes   xattrsupport = yes   aclsupport = yes   noatime = yes   checkfilechan

Re: [Bacula-users] bacula and SQLite

2019-07-23 Thread Dimitri Maziuk via Bacula-users
On 7/23/2019 6:02 AM, Martin Simmons wrote: If this is being caused by the PathVisibility table then you could try to either delete that table if it is empty or alter its schema definition to use bigint instead of int8 and integer instead of int4. (I'm assuming you are working with a copy of the

[Bacula-users] Restore fails with "Restore OK -- warning file count mismatch"

2019-07-23 Thread Kai Gallasch
Hi. For long years I have been running Bacula Server on FreeBSD connected to a 60 Slot tape library. Some weeks ago I noticed that restoring was not possible any more. Backup jobs run successfully, but the restore fails with "Restore OK", but no files restored. This is really dangerous for users

Re: [Bacula-users] File Set definition on Clinet Side

2019-07-23 Thread Yateen Bhagat
Hi Heitor, Thanks, I had already seem the documentation mentioned by you. But I am still not clear if the example fileset definition should reside on the server(bacula-dir.conf) or onthe client (bacula-fd.conf) ? I think it should be defined on the server. But then how the director knows that it

Re: [Bacula-users] bacula and SQLite

2019-07-23 Thread Martin Simmons
This looks like a bug in pgloader's type parser so I don't think you fix it with a cast. If this is being caused by the PathVisibility table then you could try to either delete that table if it is empty or alter its schema definition to use bigint instead of int8 and integer instead of int4. (I'm