[Bacula-users] Vchanger 1.0.3 Released

2020-05-12 Thread Josh Fisher
Vchanger 1.0.3 was released today. This is mostly a bug fix release, correcting the number of slots reported by SIZE/LIST commands, a compilation error on FreeBSD, and failure of the launch scripts invoked by udev on some platforms. Also, the locking mechanism to allow multiple instances and

Re: [Bacula-users] Query regarding Verify Backup

2020-05-12 Thread Heitor Faria
> Hello Hello Wanderlei and Sachin, > You can use Verify Jobs. Take a look in the manual: > [ > https://www.bacula.org/9.6.x-manuals/en/main/Configuring_Director.html#SECTION00213 > | >

Re: [Bacula-users] Query regarding Verify Backup

2020-05-12 Thread Wanderlei Huttel
Hello You can use Verify Jobs. Take a look in the manual: https://www.bacula.org/9.6.x-manuals/en/main/Configuring_Director.html#SECTION00213 You Just need to create a VerifyJob: Job{ Name = "Verify_Data" Type = Verify Level = Data JobDefs = "DefaultJob" Enabled = no

Re: [Bacula-users] Query regarding Verify Backup

2020-05-12 Thread Eric Bollengier via Bacula-users
Hello Heitor, On 2020-05-12 14:36, Heitor Faria wrote: >> Hello > > Hello Wanderlei and Sachin, > >> You can use Verify Jobs. Take a look in the manual: >> [ >> https://www.bacula.org/9.6.x-manuals/en/main/Configuring_Director.html#SECTION00213 >> | >>

Re: [Bacula-users] Query regarding Verify Backup

2020-05-12 Thread Heitor Faria
> Hello Heitor, Hello Eric, > You can also check the job type=verify level=volumetocatalog that can > read a tape and compare all attributes with the catalog data. It works > at the volume level, and it might be better for tapes. This is nice, but I think it would not verify backup stored data

[Bacula-users] Check size volume using S3 Driver

2020-05-12 Thread Crystian Dorabiatto
Good morning, Using S3 Driver and Feature Max Volume jobs=1, we can to see: Scheduled time: 12-May-2020 09:00:00 Start time: 12-May-2020 11:29:49 End time: 12-May-2020 11:53:57 Elapsed time: 24 mins 8 secs Priority: 10 FD

Re: [Bacula-users] Query regarding Verify Backup

2020-05-12 Thread Eric Bollengier via Bacula-users
Hello Heitor, On 2020-05-12 17:14, Heitor Faria wrote: > >> You can also check the job type=verify level=volumetocatalog that can >> read a tape and compare all attributes with the catalog data. It works >> at the volume level, and it might be better for tapes. > > This is nice, but I think it

[Bacula-users] Query regarding Verify Backup

2020-05-12 Thread *Sachin* H
Hello Experts, For Audit reasons, we have to somehow prove that the regular backups done on tapes are verified. Is there a verify option available? We use Bacula version of 7.4.0 running on SLES 12. Any pointers will be really appreciated. Thanks in advance. Regards, Admin

Re: [Bacula-users] Tape Moving Error after server restart

2020-05-12 Thread Martin Simmons
It could be a problem with the driver or the Bacula config. Have you tried running the btape test command recently? See https://www.bacula.org/9.6.x-manuals/en/problems/Testing_Your_Tape_Drive_Wit.html#SECTION0042 __Martin > On Fri, 8 May 2020 09:25:26 +0200 (CEST),

Re: [Bacula-users] Query regarding Verify Backup

2020-05-12 Thread Marcin Haba
Hello Sachin, Some time ago I prepared an article that describes Verify jobs in details, including diagrams and description about what each of Bacula components do during particular verify job types. This article is in Polish, but you can use online translator to read it.

Re: [Bacula-users] Query regarding Verify Backup

2020-05-12 Thread Martin Simmons
> On Tue, 12 May 2020 12:14:33 -0300 (BRT), Heitor Faria said: > > > Hello Heitor, > > Hello Eric, > > > You can also check the job type=verify level=volumetocatalog that can > > read a tape and compare all attributes with the catalog data. It works > > at the volume level, and it might be