Re: [Bacula-users] Copy job clarification requested

2023-05-20 Thread Graham Sparks
ose essential copy job test restores :D). -- Graham Sparks On Thu, 18 May 2023, Chris Wilkinson wrote: I'm not sure I'm getting the motivation for using a copy job in preference to a duplicate job to a second SD. This would also create a second backup. The only reason I can think of

Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread Graham Sparks
:) :) :) I was just checking that while you were writting :) :) :) lol Thank a lot mate. Very thankful for your help :) :) Cheers!   El 2022-06-01 11:42, Graham Sparks escribió: ATENCION ATENCION ATENCION!!! Este correo se ha enviado desde fuera de la organizacion. No pi nche en 

Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-06-01 Thread Graham Sparks
  Incremental Backup Pool = NameOfIncrPool   Differential Backup Pool = NameOfDiffPool But bacula-dir told me that I needed to specify a pool So.. I separated the job in 3 jobs each one with it's pool Cheers,   El 2022-05-31 23:27, Graham Sparks escribió: ATENCION AT

Re: [Bacula-users] Time for inventory of full backups in catalog?

2022-05-31 Thread Graham Sparks
Hello, The Pool used shouldn't matter, provided that it is the same Job. Can I check that you have one Job (per client) with different level Pools defined: e.g. Job { Name = BackupForClientX Client = client-x Schedule = WeeklyCycle Full Backup Pool = NameOfFullPool Incremental Backup

Re: [Bacula-users] Problem with messages - notifications

2022-05-05 Thread Graham Sparks
Hi, Can you try one test with the internal mail server hostname specified: echo "This is test message." | /usr/sbin/bsmtp -h smtp-int.uc.pt -f bac...@uc.pt -s "Test" gina.co...@uc.pt If that fails, perhaps the backup server's firewall is stopping the connection? -- Graham On Thu, 5 May 20

Re: [Bacula-users] bconsole 'stop' command always cancels job instead

2022-04-17 Thread Graham Sparks
That's good to hear. Thank you very much for testing it---it's greatly appreciated. -- Graham Sparks On Tue, 29 Mar 2022, Bill Arlofski via Bacula-users wrote: Hello Graham, Just following up. I have finally had a chance to install and start testing (beta) 11.3.2 last night. I

Re: [Bacula-users] bconsole 'stop' command always cancels job instead

2022-03-11 Thread Graham Sparks
raham From: Bill Arlofski via Bacula-users Sent: 11 March 2022 19:57 To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] bconsole 'stop' command always cancels job instead On 3/10/22 14:45, Graham Sparks wrote: > Hello, > > I've upgraded to Bacula 11.

Re: [Bacula-users] bconsole 'stop' command always cancels job instead

2022-03-10 Thread Graham Sparks
it as resolved. Just wondering if it was slated to be fixed in this release but missed out, or if it's my configuration that's wrong. It's very rare I want to "stop" jobs, but occasionally it's handy. Thanks. -- Graham Sparks On Mon, 20 Dec 2021, Graham Sparks w

Re: [Bacula-users] Packet size too big (NOT a version mismatch)

2022-01-05 Thread Graham Sparks
stion to run "csrutil disable" 😕. I suppose running "csrutil disable" as a 'Client Run Before Job' script, then enabling again afterwards is an option, but I agree---after a certain point it feels as though another solution may be simpler. _

Re: [Bacula-users] Packet size too big (NOT a version mismatch)

2022-01-04 Thread Graham Sparks
local snapshots taken by Time Machine do add attributes to files). Many thanks to Bill for showing how additional debugging can be used too.  I'm sure that will come in handy! -- Graham Sparks From: Graham Sparks Sent: 04 January 2022 19:55 To: bacula-users@lists.sourceforge.net Subject: Re:

Re: [Bacula-users] Packet size too big (NOT a version mismatch)

2022-01-04 Thread Graham Sparks
e following file to make sure all the compilation options took successfully (thinking aloud here, but "Large File Support" caught my attention): $BHOME/bin/bacula_config Thanks. -- Graham Sparks From: Stephen Thompson Sent: 04 January 2022 19:33 To: Martin Simmons C

Re: [Bacula-users] Packet size too big (NOT a version mismatch)

2022-01-04 Thread Graham Sparks
x27;, so there's a chance it affects compilation). I'm not a big Mac user, I'm afraid. It seems that just owning a Mac automatically makes one the "Mac guy" 🙂. Thanks. -- Graham Sparks From: Stephen Thompson Sent: 04 January 2022 16:13 To: Graham Sparks Cc: bacula-u

Re: [Bacula-users] Packet size too big (NOT a version mismatch)

2022-01-04 Thread Graham Sparks
(setting the linker flags to "-framework CoreFoundation" as already suggested). I've personally not run in to problems with System Integrity Protection, although I do give the bacula-fd executable "Full Disk" permissions. Thanks. -- Graham Sparks From: David

Re: [Bacula-users] Packet size too big (NOT a version mismatch)

2022-01-04 Thread Graham Sparks
(setting the linker flags to "-framework CoreFoundation" as already suggested). I've personally not run in to problems with System Integrity Protection, although I do give the bacula-fd executable "Full Disk" permissions. Thanks. -- Graham Sparks From: David

Re: [Bacula-users] Restore experience report

2021-12-23 Thread Graham Sparks
ore concrete to offer. I'm hoping to update to a USB3 HDD dock, so I'll be keeping an eye on transfer speeds to see what difference this makes. -- Graham ________ From: Lionel PLASSE Sent: 23 December 2021 15:28 To: Graham Sparks ; bacula-users@lists.sourceforge.

Re: [Bacula-users] make_catalog_backup stopped working

2021-12-23 Thread Graham Sparks
the "BeforeJob =" line of bacula-dir.conf, and check the script it executes to make sure it has the credentials it needs. Thanks. -- Graham Sparks From: Graham Dicker Sent: 23 December 2021 16:19 To: bacula-users@lists.sourceforge.net Subject: Re:

Re: [Bacula-users] Restore experience report

2021-12-23 Thread Graham Sparks
Hi, I think a little more info is needed to narrow down whether or not these restore transfer figures are slow in this particular case. How is the hotplug SATA-II restore disk connected (RAID controller, or USB), and is it connected to the bacula server directly, or through a client? Also, wher

Re: [Bacula-users] make_catalog_backup stopped working

2021-12-23 Thread Graham Sparks
database settings configured in your bacula-dir.conf. On your MariaDB server, you may need to use: mysql> grant all on your-bacula-database-name.* to your-bacula-user identified by 'your-password'; to ensure everything is set up correctly again. Thanks. -- Graham Sparks ___

Re: [Bacula-users] Restore experience report

2021-12-23 Thread Graham Sparks
backup and 50MB/s restore according to the set-up you describe. -- Graham From: Lionel PLASSE Sent: 23 December 2021 13:53 To: bacula-users@lists.sourceforge.net Cc: Graham Sparks Subject: RE: Restore experience report Yes you're right, i explain the situation The

Re: [Bacula-users] bconsole 'stop' command always cancels job instead

2021-12-20 Thread Graham Sparks
: [Bacula-users] bconsole 'stop' command always cancels job instead On 12/19/21 13:28, Graham Sparks wrote: > Hello, > > I just wondered if anyone else has seen this problem. I wanted to disconnect > the removable disk of a running job so that I > could reconnect it to a

[Bacula-users] bconsole 'stop' command always cancels job instead

2021-12-19 Thread Graham Sparks
Hello, I just wondered if anyone else has seen this problem. I wanted to disconnect the removable disk of a running job so that I could reconnect it to a faster USB port. I thought I'd try the "stop" bconsole command to stop and restart the job in question. However, my Bacula director always

[Bacula-users] Error Restoring to Specific Drive on Windows Client Using Console (bRestore OK)

2012-03-30 Thread Graham Sparks
Hello, Can anyone help me with a problem I'm having restoring data to a Windows client (7, 64-bit) from Bacula 5.2.6 (Ubuntu 10.04.4) to a specific drive? I was trying to run a restore from one Windows client to another (restore>option 5>mod>option 5>select new client>mod>option 9>change 'wher

Re: [Bacula-users] FW: Pruning/Purging and Volume Retention

2011-07-31 Thread Graham Sparks
g/Purging and Volume Retention > > On Sun, Jul 31, 2011 at 06:24:11PM +0100, Graham Sparks wrote: > > Thanks for that advice. I'll adjust the retentions and see if I can > > achieve what you described. Provided I make sure the full backups > > definitely run every

Re: [Bacula-users] FW: Pruning/Purging and Volume Retention

2011-07-31 Thread Graham Sparks
ge.net > To: g...@hotmail.co.uk > CC: dresche...@gmail.com; bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] FW: Pruning/Purging and Volume Retention > > On Sat, Jul 30, 2011 at 06:34:47PM +0100, Graham Sparks wrote: > > > It's a real shame that the p

Re: [Bacula-users] FW: Pruning/Purging and Volume Retention

2011-07-30 Thread Graham Sparks
Many thanks John. It's a real shame that the pruning takes effect across pools. If it only affected volumes in the same pool as the job, and didn't happen if the job failed (I think the latter's the case anyway), that would be great for cases where the client may not always be accessible. Ar

[Bacula-users] FW: Pruning/Purging and Volume Retention

2011-07-30 Thread Graham Sparks
This is the output I get after a job has completed. The lines at the end suggest job pruning--does the auto prune not also trigger the purging and recycling? Thanks. -- 29-Jul 22:00 asus-dir JobId 797: Python Dir JobStart: JobId=797 Client=asus-fd NumVols=0 29-Jul 22:00 as

[Bacula-users] Pruning/Purging and Volume Retention

2011-07-30 Thread Graham Sparks
Hello, Apologies if this question has been answered previously, but I'm struggling to find a definitive answer. When a job completes and then marks a volume as purged, does it do this only for volumes in the pool used by that job and only if the job is successful, or are all volumes (regardle

[Bacula-users] Installing Bacula 5.0.2 in Ubuntu 10.04 with MySQL 5.1

2010-06-26 Thread Graham Sparks
Hello, I've been having trouble installing Bacula 5.0.2 in Ubuntu 10.04 with a MySQL database. I had it running well under Ubuntu 8.04. The director starts and then dies after it cannot communicate with the MySQL database. I've reinstalled both MySQL (5.1.48) and Bacula 5.0.2, updated the Bacu

Re: [Bacula-users] Full Backup After Previously Successful Full with Ignore FileSet Changes Enabled

2010-02-11 Thread Graham Sparks
> Hello, > > I'm a fairly new Bacula user (all daemons running on same machine-Ubuntu804 and a FD on Windows XP Home client). I've set up a Full backup of a drive on the client that ran on Saturday and have an incremental backup of the same fileset done on Monday. Having noticed tha

Re: [Bacula-users] Full Backup After Previously Successful Full with Ignore FileSet Changes Enabled

2010-02-10 Thread Graham Sparks
> Hello, > > I'm a fairly new Bacula user (all daemons running on same machine-Ubuntu804 > and a FD on Windows XP Home client). I've set up a Full backup of a drive on > the client that ran on Saturday and have an incremental backup of the same > fileset done on Monday. Having noticed th

[Bacula-users] Full Backup After Previously Successful Full with Ignore FileSet Changes Enabled

2010-02-09 Thread Graham Sparks
Hello, I'm a fairly new Bacula user (all daemons running on same machine-Ubuntu804 and a FD on Windows XP Home client). I've set up a Full backup of a drive on the client that ran on Saturday and have an incremental backup of the same fileset done on Monday. Having noticed that the file size