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
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
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
> 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
>
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
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
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
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
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