Re: [Bacula-users] Backing Up a Remote Client

2024-06-27 Thread Chris Wilkinson
the data is encrypted but anyway it's set up now as you suggested so moot. -Chris- On Thu, 27 Jun 2024, 15:19 Bill Arlofski, wrote: > On 6/27/24 2:54 AM, Chris Wilkinson wrote: > > I made the additional changes you suggested. > > > > *Removed FD port open on remote ro

Re: [Bacula-users] Backing Up a Remote Client

2024-06-27 Thread Chris Wilkinson
continued to work when I had storage resource 'Address=' and without the 'FDStorageAddress=' directive. I presume this was because I had opened ports 9101-9103 to the DIR/SD host on the local router as part of my previous attempts and I haven't undone any of them. Thanks for your help -Chris- On Wed

Re: [Bacula-users] Backing Up a Remote Client

2024-06-26 Thread Chris Wilkinson
Your tips were bang on. I implemented this and it is working. The other steps required were to forward ports on the routers at each end and change the DIR storage resource Address= from a local lan address to the public FQDN. Thank you. -Chris- On Wed, 26 Jun 2024, 18:18 Bill Arlofski via

Re: [Bacula-users] Backing Up a Remote Client

2024-06-26 Thread Chris Wilkinson
That's very helpful. On reflection, the storage being a cifs share shouldn't be a show stopper as I first thought. The SD (and thus the storage) should be contactable via a port opening. I'll look at my current attempt again in the light of your explication. -Chris- On Wed, 26 Jun 2024, 18:18

[Bacula-users] Backing Up a Remote Client

2024-06-26 Thread Chris Wilkinson
an SD. Appreciate any thoughts or suggestions you might have. TIA -Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Backup in disk AND tape

2024-04-10 Thread Chris Wilkinson
ive of the job being incr/diff/full. For "selection type=PoolUncopiedJobs" this is only a minor issue since already copied jobs are skipped. Chris On Tue, 9 Apr 2024, 15:12 Bill Arlofski, wrote: > On 4/9/24 6:53 AM, Chris Wilkinson wrote: > > Regarding the suggestion to put a Runa

Re: [Bacula-users] Backup in disk AND tape

2024-04-09 Thread Chris Wilkinson
Regarding the suggestion to put a Runafter block in the job to run the copy job at the end, that doesn't seem to be allowed. Run job=xx commands are not permitted in a Runscript as I just found out. It gives a not allowed command error. Perhaps there is another way to accomplish this? -Chris

[Bacula-users] Error: cannot run a job from a RunScript

2024-04-09 Thread Chris Wilkinson
09:52 bsvr-dir JobId 0: run: is an invalid command." Is it not permissible to use a run command within a Runscript block? Many thanks Chris Wilkinson Job { Name = "catalog" Description = "Catalog" Type = "Backup" Level = "Full" Messages = &qu

Re: [Bacula-users] Copy Job Configuration Question

2024-04-06 Thread Chris Wilkinson
Thanks Bill, that's a good plan that I'll implement. Chris On Sat, 6 Apr 2024, 22:17 Bill Arlofski via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > On 4/6/24 10:53 AM, Chris Wilkinson wrote: > > I am attempting to write a copy job to copy uncopied jobs from one

[Bacula-users] Copy Job Configuration Question

2024-04-06 Thread Chris Wilkinson
ue? Schedule = "sched_none" SelectionPattern = "catalog" #copy only job names matching "catalog" SelectionType = "PoolUncopiedJobs" } Many Thanks Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] bvfs_clear_cache

2024-03-25 Thread Chris Wilkinson
I believe this is a bconsole command. -Chris- On Mon, 25 Mar 2024, 12:28 Adam Weremczuk, wrote: > Hi all, > > Bacula 9.6.7-3 (free version) > Baculum-web 9.6.6.3 > Debian 11 > > Every quarter or so I run "dbcheck -f -c /etc/bacula/bacula-dir.conf" > and each t

Re: [Bacula-users] SD Hang - Only when using "cloud upload" command

2024-03-06 Thread Chris Wilkinson
I had a similar issue in v9.x. I added "cloud storage=cloud-sd allpools allfrompool upload" as a run after Console command in the cloud job resource. This seems to do the trick as I've not seen any orphaned volumes in the cache since. Chris On Wed, 6 Mar 2024, 18:53 K. M. Peters

Re: [Bacula-users] Incr/Diff not backing up mv'd files

2024-02-13 Thread Chris Wilkinson
Well, yes and no. From what I see; mv on a file will update ctime as expected. mv of a directory will update the directory ctime but not that of any contained files or directories. This is on debian 11. -Chris- On Tue, 13 Feb 2024, 16:01 Martin Simmons, wrote: > Are you saying that

Re: [Bacula-users] Incr/Diff not backing up mv'd files

2024-02-12 Thread Chris Wilkinson
and then the files do get backed up. -Chris- On Mon, 12 Feb 2024, 20:33 Martin Simmons, wrote: > Do you have the mtimeonly option set in the FileSet? > > I would expect mv to change the ctime. Can you repeat this (mv not > changing > the ctime)? > > __Martin > > > >>&g

Re: [Bacula-users] Incr/Diff not backing up mv'd files

2024-02-11 Thread Chris Wilkinson
Yes I'm sorry I wasn't clear. I meant moved from one folder to another but still within the backed up folder. The name, ctime, atime all remain unchanged. I'll give the accurate flag a try. Chris On Sun, 11 Feb 2024, 10:02 Matlink, wrote: > What do you mean by "moved within the sam

[Bacula-users] Incr/Diff not backing up mv'd files

2024-02-11 Thread Chris Wilkinson
the files are still there in the last full and will get backed up in the next full. I'm just wondering if this is intended functionality or a mis-configuration on my part? Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https

Re: [Bacula-users] Cloudcache Issues

2024-01-16 Thread Chris Wilkinson
job to upload the cache again. This isn't always needed of course but serves as belt and braces. It doesn't seem to consume any resources most of the time since the S3 driver seems to check the sync state first and only upload the bad or missing data. -Chris Wilkinson On Tue, 16 Jan 2024, 21:19

Re: [Bacula-users] Where is the path to a Volume stored in the database?

2024-01-10 Thread Chris Wilkinson
Thanks Bill. I'll give that a go. Bash will be fine for what I need to do. I'd have preferred to get the volume bytes directly from the storage rather than one step removed but this should do the trick. -Chris- On Wed, 10 Jan 2024, 16:41 Bill Arlofski via Bacula-users, < bacula-us

[Bacula-users] Where is the path to a Volume stored in the database?

2024-01-10 Thread Chris Wilkinson
not used anymore and where is it now? [V11/Postgres] -Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread Chris Wilkinson
Does Dropbox have a file size upload limit? -Chris- On Mon, 4 Dec 2023, 22:23 MylesDearBusiness via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > > > Ok, here goes ... > > > root@c1:~# find / -path /mnt -prune -o -type f -print | grep "Vol-0" &

Re: [Bacula-users] Having difficulty mounting curlftpfs on bacula : "Device is BLOCKED waiting for mount of volume"

2023-11-30 Thread Chris Wilkinson
torage=cloud-sd allpools allfrompool upload" } Does that look sensible to you? Chris On Thu, 30 Nov 2023, 15:56 Bill Arlofski via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > On 11/30/23 03:29, Chris Wilkinson wrote: > > I use Backblaze B2. It is S3 complian

Re: [Bacula-users] Having difficulty mounting curlftpfs on bacula : "Device is BLOCKED waiting for mount of volume"

2023-11-30 Thread Chris Wilkinson
t manually. Because of this I do not delete the cache after backup, the downside being I have to provision the disc space. Chris 29-Nov 00:20 raspberrypi-dir JobId 3617: Start Backup JobId 3617, Job=pi-cloud-docs.2023-11-29_00.20.00_30 29-Nov 00:20 raspberrypi-dir JobId 3617: Max configured us

Re: [Bacula-users] Migration Job - Volume data deletion

2023-11-29 Thread Chris Wilkinson
. It just looks tidier :). Chris- On Wed, 29 Nov 2023, 16:55 mdear, wrote: > That sounds really useful, I’d be quite happy to take and adapt it > (perhaps on GitHub where others can see?). > > Removal of artifacts generated from historical or defunct jobs was my one > of my f

Re: [Bacula-users] Migration Job - Volume data deletion

2023-11-29 Thread Chris Wilkinson
The script will purge expired volumes if that's what you mean by clean. It doesn't recreate any volumes. It simply deletes those volumes that are no longer needed because the catalog entry has gone, for whatever reason. -Chris- On Wed, 29 Nov 2023, 13:13 Lionel PLASSE, wrote: > Yes, i

Re: [Bacula-users] Migration Job - Volume data deletion

2023-11-29 Thread Chris Wilkinson
it. It's somewhat customised to my setup so you'd likely need to modify it for your own purposes. -Chris- On Wed, 29 Nov 2023, 11:46 Lionel PLASSE, wrote: > Hello, > > I question regarding migration job and volume cleaning : > > For migration job, old jobs from migrated volume

Re: [Bacula-users] Compiling SD only

2023-11-14 Thread Chris Wilkinson
conf on the NAS. This is the bit I'm stuck on. Would anyone be able to share an example Director dir.conf and SD sd.conf for a remote SD? -Chris- On Sat, 11 Nov 2023, 14:08 Chris Wilkinson, wrote: > Thanks. I couldn't find one so you must be right. Is there a definitive > list of all the

Re: [Bacula-users] Compiling SD only

2023-11-11 Thread Chris Wilkinson
is specified. C. On Sat, 11 Nov 2023, 12:40 Radosław Korzeniewski, wrote: > Hello, > > sob., 11 lis 2023 o 12:08 Chris Wilkinson > napisał(a): > >> I would like to compile SD only on a NAS. I have compiled FD only in >> another context using the enable-cl

Re: [Bacula-users] Compiling SD only

2023-11-11 Thread Chris Wilkinson
Thanks. I couldn't find one so you must be right. Is there a definitive list of all the valid flags anywhere? I've never managed to find that either. -Chris- On Sat, 11 Nov 2023, 12:40 Radosław Korzeniewski, wrote: > Hello, > > sob., 11 lis 2023 o 12:08 Chris Wilkinson > napisa

[Bacula-users] Compiling SD only

2023-11-11 Thread Chris Wilkinson
I would like to compile SD only on a NAS. I have compiled FD only in another context using the enable-client-only flag but not sure if there is an equivalent SD flag. Could anyone advise what flag to use? Best -Chris Wilkinson ___ Bacula-users mailing

Re: [Bacula-users] Restoring Incremental Promotes to Full

2023-10-28 Thread Chris Wilkinson
I've learnt something new today. It's clear that if I want to restore something from a specific backup job only then bconsole restore is the way to go. Thanks to all who cleared this up for me. -Chris- On Sat, 28 Oct 2023, 03:46 Marcin Haba, wrote: > Hello Everybody, > > Yes, I

Re: [Bacula-users] Restoring Incremental Promotes to Full

2023-10-27 Thread Chris Wilkinson
Having looked at the job log from a Baculum restore I can see that it is going back to the last full and restoring full, diffs, incrs in order. Is it not possible to restore from a particular job alone in Baculum as is possible with bconsole? -Chris- On Fri, 27 Oct 2023, 23:09 Chris Wilkinson

Re: [Bacula-users] Restoring Incremental Promotes to Full

2023-10-27 Thread Chris Wilkinson
restored. There doesn't seem to be an equivalent of selecting a specific job ID. I take your point about schedule being unwanted but it shouldn't do any harm. I'll take it out for tidiness :). -Chris- On Fri, 27 Oct 2023, 22:42 Bill Arlofski via Bacula-users, < bacula-users@lists.sourceforge.

Re: [Bacula-users] Restoring Incremental Promotes to Full

2023-10-27 Thread Chris Wilkinson
I don't see any options to specify level either in Baculum or bconsole restore? Level has no meaning in a restore context since we restore jobs that have a defined level. -Chris- On Fri, 27 Oct 2023, 22:08 Rob Gerber, wrote: > As far as I know you should only need one restore job. > >

[Bacula-users] Restoring Incremental Promotes to Full

2023-10-27 Thread Chris Wilkinson
appropriate level, pool etc. from the job/level being restored but that isn't what actually happens. It looks like the restore is taking its' level from the restore job above. I have separate pools for each job and level. Do I need to define individual restore jobs for every job/level? Best Ch

Re: [Bacula-users] Extraction of a specific file

2023-10-07 Thread Chris Wilkinson
I seem to remember Marcin telling me that there is an optional FD directive that lists the files backed up in the job report. That might be quite a lot so probably why it's optional and defaults to no. -Chris- On Sat, 7 Oct 2023, 14:09 Radosław Korzeniewski, wrote: > Hello, > > sob

Re: [Bacula-users] Slow spooling and hashing speed

2023-09-23 Thread Chris Wilkinson
a toolchain to roll your own SD but only useful if you can hack the NAS. Sounds like that's not an option for you. -Chris- On Sat, 23 Sept 2023, 18:36 Rob Gerber, wrote: > Heitor, > > Thank you for the reply. > > The backup source is a studio network solutions Evo NAS appliance. >

Re: [Bacula-users] Remote client connection refused

2023-09-19 Thread Chris Wilkinson
I had misunderstood the meaning of the FDAddress directive. I had understood it to be the address of the client whereas it is really the address where the client should listen for DIR connections. Now it is removed, the client listens on all addresses with is really what I want. Best -Chris

Re: [Bacula-users] Remote client connection refused

2023-09-19 Thread Chris Wilkinson
I took out the FDAddress directive and now it is working. The FD is listening on all addresses. Many thanks Marcin. Chris On Tue, 19 Sep 2023, 10:46 Marcin Haba, wrote: > Hello Chris, > > You need to remove the FDAddress directive (in bacula-fd.conf in > FileDaemon resourc

[Bacula-users] Remote client connection refused

2023-09-19 Thread Chris Wilkinson
no errors. I suppose the FD needs to listen on any address but I can't see how to do that. Is there a bacula-fd.conf setting for this? Thanks Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net

Re: [Bacula-users] Debian FD v11 and above package

2023-09-02 Thread Chris Wilkinson
Thanks for checking that for me. It hadn't occurred to me there might be that dependency. I used -n to try this out pending arrival of the intended target machine and didn't want to mess up the current installation. I'll wait to try a live build on the target when it appears. -Chris- On Sat, 2

Re: [Bacula-users] Debian FD v11 and above package

2023-09-02 Thread Chris Wilkinson
--with-sbin-perm=755 \ --with-pid-dir=/var/run/bacula \ --enable-client-only make -n echo "make done" Chris On Sat, 2 Sep 2023, 09:06 Adolf Belka (gmail), wrote: > Hi Chris, > > With --enable-client-only then no database is required on the client for > bacula. > > I

Re: [Bacula-users] Debian FD v11 and above package

2023-09-01 Thread Chris Wilkinson
. -Chris- On Fri, 1 Sept 2023, 21:32 Rob Gerber, wrote: > I don't know for sure because I have only deployed a client with SD / Dir > and FD all on the same machine, but I would imagine that an FD client only > machine wouldn't need a database. I'm pretty confident that if one was > need

Re: [Bacula-users] Debian FD v11 and above package

2023-09-01 Thread Chris Wilkinson
necessary to install a database in a client-only configuration? -Chris- On Fri, 1 Sept 2023, 19:42 Rob Gerber, wrote: > Oh no, I gave you wrong information. I'm sorry. > > I don't think they email you. After you submit your name and email > address, the followup page that loads has t

Re: [Bacula-users] Debian FD v11 and above package

2023-09-01 Thread Chris Wilkinson
-manuals/en/main/Installing_Bacula.html -Chris Wilkinson On Wed, 30 Aug 2023, 17:24 Chris Wilkinson, wrote: > Thank-you. I registered and am awaiting the registration email. > > -Chris- > > On Wed, 30 Aug 2023, 17:15 Rob Gerber, wrote: > >> I don't know about adding t

Re: [Bacula-users] Debian FD v11 and above package

2023-08-30 Thread Chris Wilkinson
Thank-you. I registered and am awaiting the registration email. -Chris- On Wed, 30 Aug 2023, 17:15 Rob Gerber, wrote: > I don't know about adding the FD only but I do know that bacula maintains > a repo for Debian with 13.x binaries in it. To get access to this repo, you > n

[Bacula-users] Debian FD v11 and above package

2023-08-30 Thread Chris Wilkinson
of the needed compile flags? Best -Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] baculabackupreport script error

2023-06-28 Thread Chris Wilkinson
Yes it is the one in the bacula packages. I'll give it a try. -Chris- On Wed, 28 Jun 2023, 18:34 Bill Arlofski via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > On 6/26/23 12:35, Chris Wilkinson wrote: > > I edited the script to uncomment my db pass

[Bacula-users] baculabackupreport script error

2023-06-26 Thread Chris Wilkinson
occurs. I am using bacula v11, psql. Perhaps my command line is incorrect? Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Baculum Restore Wizard Boxes are Empty

2023-05-27 Thread Chris Wilkinson
I answered my own question when I remembered an old post by Marcin on a similar issue. The answer there was to clear the bvfs cache with "clear_bvfs_cache yes" in bconsole. This had the desired effect. -Chris- On Fri, 26 May 2023, 20:45 Chris Wilkinson, wrote: > When I use the r

[Bacula-users] Baculum Restore Wizard Boxes are Empty

2023-05-26 Thread Chris Wilkinson
eeing anything out of the ordinary in the log file. Its 300k so won't post it here. I'm somewhat stuck now what to check next. Any suggestions would be most welcome. Thanks -Chris- ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net

[Bacula-users] Compilation and startup

2023-05-26 Thread Chris Wilkinson
to inhibit init.d startup? Regards Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Copy job clarification requested

2023-05-18 Thread Chris Wilkinson
a failure scenario, e.g. a storage fails, then it seems unlikely Bacula could be smart enough to do this. Am I being paranoid!? Chris On Thu, 18 May 2023, 4:45 pm Bill Arlofski via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > On 5/18/23 08:07, Chris Wilkinson wrote: > >

Re: [Bacula-users] Copy job clarification requested

2023-05-18 Thread Chris Wilkinson
Thank you Bill, a comprehensive reply as always . I'll need to study this some more. -Chris- On Thu, 18 May 2023, 16:45 Bill Arlofski via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > On 5/18/23 08:07, Chris Wilkinson wrote: > > I have not used a copy job before

[Bacula-users] Copy job clarification requested

2023-05-18 Thread Chris Wilkinson
need additional jobs for the diff/incr. Given that there is a 1:1 correspondence between a job definition and its pools, Bacula should be able to deduce one from the other but it seems to be required to specify both. Could anyone help me understand this? Chris Wilkinson

Re: [Bacula-users] Storage protocols advice sought

2023-05-10 Thread Chris Wilkinson
It is a DLink DNS-325 which locked down so no chance of putting the SD there. I guess I could reassign the SD uid:gid however that would upset some existing backups on local disks. Best -Chris- > On 10 May 2023, at 19:11, Phil Stracchino wrote: > > On 5/10/23 11:19, Chris Wilkin

Re: [Bacula-users] Storage protocols advice sought

2023-05-10 Thread Chris Wilkinson
create a new user on the NAS but I have no control over what UID:GID it chooses and will not be the same as the SD daemon user:group. I believe NFS v3 doesn't have the capability to map UIDs; that facility is v4 only. Has anyone found a workaround for this? Chris Wilkinson On Sun, 30 Apr 2023

[Bacula-users] Baculum Retention Time Units

2023-05-03 Thread Chris Wilkinson
. This also seems to apply to size specs where they are always saved in bytes. I'm using v11 and haven't looked at Bacularis yet. Regards Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Bacula-users] Storage protocols advice sought

2023-04-30 Thread Chris Wilkinson
depends on the protocol overhead. Thanks All -Chris- On Sun, 30 Apr 2023, 06:03 Dr. Thorsten Brandau, wrote: > > Bill Arlofski via Bacula-users schrieb am 30.04.23 um 01:04: > > On 4/29/23 16:33, Chris Wilkinson wrote: > > I am about to set up a NAS on a local lan as a stora

[Bacula-users] Storage protocols advice sought

2023-04-29 Thread Chris Wilkinson
if these any of these other options could be used and whether they might offer faster backups. Security is not a big concern as it will be on the local LAN only. Any advice/experience would be welcomed. Chris Wilkinson ___ Bacula-users mailing list Bacula-users

Re: [Bacula-users] Bacula Differential and Incremental Backup not working

2023-04-21 Thread Chris Wilkinson
etc. Webmin is handy for all sorts of tasks too. Best -Chris- > On 21 Apr 2023, at 15:52, Bill Arlofski via Bacula-users > wrote: > > On 4/21/23 04:39, Dr. Thorsten Brandau wrote: >> Hi >> >> yes, I commented the incremential out because it also makes a f

Re: [Bacula-users] Nee Help for bacula storage S3 cloud configuration

2023-04-19 Thread Chris Wilkinson
I have the plugins dir set as /usr/lib which is why I mv'd it there. I could have set the dir as whatever the default driver make assumes also I suppose. -Chris- On Wed, 19 Apr 2023, 15:47 Bill Arlofski via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > On 4/18/23 12:

Re: [Bacula-users] Nee Help for bacula storage S3 cloud configuration

2023-04-18 Thread Chris Wilkinson
In my case the driver is installed in /usr/lib/ bacula-sd-cloud-driver-11.0.6.so I vaguely recall that the make file didn't put it there and I had to mv it. I forget now what the default is. -Chris- On Tue, 18 Apr 2023, 18:00 Davide F., wrote: > Hi, > > If I’m not wrong, I’m luti

Re: [Bacula-users] Deleting Obsolete Volumes

2023-04-15 Thread Chris Wilkinson
Yes that is true. I was concerned that a deleted volume of a job with no files would cause subsequent backups to fail. That doesn't seem to be the case. It is only incr/diffs that would get deleted since fulls are never empty. -Chris- On Fri, 14 Apr 2023, 17:57 Martin Simmons, wrote

Re: [Bacula-users] Deleting Obsolete Volumes

2023-04-13 Thread Chris Wilkinson
recognise that a Volume has an associated job even if that job wrote zero files to the volume but it doesn't. The script needs some additional condition for deletion to avoid deleting these zero file volumes. No idea what that might be right now. Chris- On Thu, 13 Apr 2023, 22:55 Bill Arlofski

Re: [Bacula-users] Deleting Obsolete Volumes

2023-04-13 Thread Chris Wilkinson
-+--+---+--+--+---+ | 2,371 | archive-usb2 | 2023-04-13 17:42:39 | B| I |0 | 0 | T | +---+--+-----+--+---+--+--+---+ * Best -Chris- > On 13 Apr 2023, at 15:06, Bill Arlofski wrote: > > On 4/13/23 02:51

Re: [Bacula-users] Deleting Obsolete Volumes

2023-04-13 Thread Chris Wilkinson
This is the final mods to Bill's script. It scans the catalog for volumes without a job, deletes them from the catalog and disk. There were a lot of orphaned volumes and this recovered ~1TB from my storage. In my setup, all volumes are in one directory and therefore have unique names e.g.

Re: [Bacula-users] Deleting Obsolete Volumes

2023-04-12 Thread Chris Wilkinson
SQL and catalog structure knowledge is minimal but I'll try to figure out an additional SQL to add to the query list. BTW, the query list in /etc/bacula/scripts is empty so I copied across the query file from the distribution section. -Chris- On Wed, 12 Apr 2023, 17:27 Bill Arlofski via Bacula

[Bacula-users] Deleting Obsolete Volumes

2023-04-11 Thread Chris Wilkinson
that is difficult to parse out. How could I list these obsolete volumes so I could script a delete from catalog and rm the volume files? Thanks Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Bacula-users] Truncate Volumes Before Retention Time is Up

2023-03-30 Thread Chris Wilkinson
Do I need to do this for each volume in the pool individually? I was hoping to purge and delete all the volumes belonging to the pool as there are quite a large number of volumes. I guess I could script the procedure if not. Chris. On Thu, 30 Mar 2023, 4:59 pm Phil Stracchino, wrote: > O

[Bacula-users] Truncate Volumes Before Retention Time is Up

2023-03-30 Thread Chris Wilkinson
haven't been able to find bconsole commands that would do this. I tried the truncate command but the volumes status remains unchanged at full or used or append. Thanks for any suggestions. Chris Wilkinson ___ Bacula-users mailing list Bacula-users

[Bacula-users] S3 Cloud Upload Errors

2023-03-01 Thread Chris Wilkinson
script enabled me to automate this across all missing volumes which I'm happy to provide to anyone interested. Any ideas? Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula

Re: [Bacula-users] dbcheck, postgres, OOM...

2023-02-28 Thread Chris Wilkinson
I run Bacula+Postgres on a raspberry pi, 4 core, 8GB and have never tuned the database, just the default settings. The dbcheck works fine. I'm wondering now whether i should tune it or leave well alone? -Chris Wilkinson On Tue, 28 Feb 2023, 08:04 Eric Bollengier via Bacula-users, < bacula-us

Re: [Bacula-users] Troubles with AWS [Possibly solved]

2023-01-18 Thread Chris Wilkinson
d after waiting up to 30 seconds will result in a successful upload. Please let us know if there's anything further we can assist with." On Tue, 17 Jan 2023, 4:28 pm Chris Wilkinson, wrote: > Backblaze provides an integration checklist for developers. > > http

Re: [Bacula-users] Troubles with AWS [Possibly solved]

2023-01-17 Thread Chris Wilkinson
asked the question of Backblaze what the S3 driver is supposed to do when this error occurs and will report the response. Best -Chris- > On 17 Jan 2023, at 15:12, Heitor Faria wrote: > > Hello Chris, > This new upload error occurred today. > > "No tomes available&qu

Re: [Bacula-users] Troubles with AWS [Possibly solved]

2023-01-16 Thread Chris Wilkinson
p is 350GB that takes around 20h. Let us know what values seem to work best. Chris On Mon, 16 Jan 2023, 8:05 am Andrea Venturoli, wrote: > On 1/13/23 18:26, Andrea Venturoli wrote: > > > Then I upgraded every package (don't think it matters, still no harm) > > and now I'm trying

Re: [Bacula-users] Troubles with AWS

2023-01-13 Thread Chris Wilkinson
are responsible which are transitory. Chris On Fri, 13 Jan 2023, 16:46 Andrea Venturoli, wrote: > Hello. > > I've got a cloud setup which worked fine until last month (FreeBSD 13.1 > + Bacula 11.0.6 + libs3 20200523). > > Now, come January, a full backup was taken (~ 87GB

Re: [Bacula-users] Cloud s3 error

2023-01-06 Thread Chris Wilkinson
manually with a couple of bash scripts. Regards Chris Wilkinson On Fri, 6 Jan 2023, 10:30 am Ivan Villalba via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > Hi there, > > I'm getting errors on the jobs configured with cloud s3: > > 06-Jan 09:03 mainbackupserver

Re: [Bacula-users] OneDrive and Google Drive?

2022-12-02 Thread Chris Wilkinson
but adequate. Chris Wilkinson On Fri, 2 Dec 2022, 8:56 am Arno Lehmann, wrote: > Hi Ken, > > Am 01.12.2022 um 14:51 schrieb Ken Mandelberg: > > Will there ever be support for either OneDrive or Google Drive directly > > in the community edition? > > do you mean to back up

Re: [Bacula-users] Storage Management

2022-11-23 Thread Chris Miller
e marked as Purged implying that no Jobs remain on the volume." I hope this helps. Chris On Wed, Nov 23, 2022 at 9:47 AM Nick Bright wrote: > Greetings, > > I'm new to Bacula, and haven't used tape based backups before (though > I've used BackupPC for many years.) I'm run

[Bacula-users] Occasional Cloud Upload Failure

2022-11-18 Thread Chris Wilkinson
uot; MaximumConcurrentJobs = 2 HeartbeatInterval = 300 } Device { Name = "B2Bucket" MediaType = "Cloud" DeviceType = "Cloud" ArchiveDevice = "/mnt/usb16tb/cache" RemovableMedia = no RandomAccess = yes AutomaticMount = yes LabelMedia = yes Al

Re: [Bacula-users] Backup volume creation permissions

2022-10-22 Thread Chris Wilkinson
I'll have to do as Bill suggested and add a lower priority run script to change the directory perms to 755. That seems like my best option. Thanks to all. -Chris On Sat, 22 Oct 2022, 12:31 pm Charles Tassell, wrote: > Yes, with directory permissions execute means access, read means you

Re: [Bacula-users] Backup volume creation permissions

2022-10-22 Thread Chris Wilkinson
. It appears I need at least 750 or +x on the directory. Chris On Thu, 20 Oct 2022, 11:58 pm Bill Arlofski, wrote: > On 10/20/22 16:15, Chris Wilkinson wrote: > > Thanks for digging this out of the sources, I don't know Bacula well > enough to have done that. It seems a

Re: [Bacula-users] Backup volume creation permissions

2022-10-20 Thread Chris Wilkinson
the cron trick as it would be asynchronous to backups possibly creating races. Do you think this qualifies as a bug or just an annoyance? Probably the latter as it doesn't affect as designed functionality. Chris On Thu, 20 Oct 2022, 10:54 pm Bill Arlofski via Bacula-users, < bacula-us

[Bacula-users] Network errors uploading cloud part files

2022-10-20 Thread Chris Wilkinson
the S3 driver? Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

[Bacula-users] Backup volume creation permissions

2022-10-20 Thread Chris Wilkinson
Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Cloud storage and bacula 11

2022-10-20 Thread Chris Wilkinson
and clean up of B2 and the cache. I haven't seen any errors of the type you quote. The upload speed is ~6MB/s on a 300/50 line so that's what I'd expect. I marked up some differences with my SD below. -Chris On Tue, 18 Oct 2022, 10:58 pm Daniel Rich via Bacula-users, < bacula-us

[Bacula-users] Prune all volumes

2022-09-26 Thread Chris Wilkinson
. I need the prune command for this but it seems I have to specify the volume. Is there a prune option that will cycle through and prune all volumes? Regards Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https

Re: [Bacula-users] Default restore path in Baculum 11

2022-09-15 Thread Chris Wilkinson
Thanks Marcin I installed from source so the file is here. I edited the page to suit and it works fine. It appears that Baculum doesn't read the where directive in the job resource. /var/www/baculum/protected/Web/Pages/RestoreWizard.page Chris On Thu, 15 Sep 2022, 7:12 pm Marcin Haba, wrote

[Bacula-users] Default restore path in Baculum 11

2022-09-15 Thread Chris Wilkinson
The default restore-to path in the wizard is always /tmp/restore. Can I set the default to be something else or is that hard coded? I can adjust that on each restore but today I forgot and maxed out the / partition, crashing the machine. Regards Chris Wilkinson

Re: [Bacula-users] Truncating Cloud Volumes

2022-09-15 Thread Chris Wilkinson
t check, don’t delete volume dir for now fi done I had some jobs that had errored and left volumes/parts in the cache which Script#1 wouldn’t clean. I got some errors that the cache was inconsistent with the cloud. I manually found and uploaded the inconsistent ones with ‘cloud upload’ w

[Bacula-users] Truncating Cloud Volumes

2022-09-14 Thread Chris Wilkinson
in the cloud resource to empty the local cache after each part is uploaded. I'd like of course that storage (and cost) doesn't keep growing out of control and wonder if there is a config option(s) to ensure this doesn't happen. Any help or advice on this would be much apprec

Re: [Bacula-users] I am missing Debs for Buster 32 bit (for Raspberry Pi machines running RaspiOS)

2022-08-26 Thread Chris Wilkinson
I compiled v11/postgres for 64 bit Raspbian. Its working OK backing up to B2 cloud. I have a script for the compile if you need it. There shouldn't be any issue with v13. Regards Chris Wilkinson On Fri, 26 Aug 2022, 12:06 pm Justin Case, wrote: > Hello, this goes to the people who man

[Bacula-users] Truncating Cloud Cache After Failed Job

2022-07-23 Thread Chris Wilkinson
If a cloud backup job terminates abnormally, a bunch of cache volumes are left orphaned. What is the correct way to clean that up and recover the disk space? The bconsole command cloud, truncate only seems to be able to remove these one at a time. Chris Wilkinson

[Bacula-users] Cloud Cache Space Running Out

2022-07-13 Thread Chris Wilkinson
he Cloud. AtEndOfJob With this option[*note] , at the end of the Job, every part that has been uploaded to the Cloud will be removed (truncated). [*Not yet implemented] Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.s

Re: [Bacula-users] Community Cloud Backup on B2

2022-07-07 Thread Chris Wilkinson
all a custom libs3 prior to build but I'm unsure about that. Thanks Chris Wilkinson On Wed, 6 Jul 2022, 8:31 pm Chris Wilkinson, wrote: > That's very useful info, thanks. I'm not using a repo package so will have > to grapple with compilation. Nonetheless it will be a worthwhile exercise > to

Re: [Bacula-users] Community Cloud Backup on B2

2022-07-06 Thread Chris Wilkinson
That's very useful info, thanks. I'm not using a repo package so will have to grapple with compilation. Nonetheless it will be a worthwhile exercise to run through. Best Chris. On Wed, 6 Jul 2022, 8:17 pm , wrote: > On 2022-07-06 03:02, Chris Wilkinson wrote: > > Hello Radoslaw &g

Re: [Bacula-users] Community Cloud Backup on B2

2022-07-06 Thread Chris Wilkinson
I'll need to rebuild it. There seems to have been some issues with this for some people but I haven't been following this topic much. Best Chris On Wed, 6 Jul 2022, 10:42 am Radosław Korzeniewski, < rados...@korzeniewski.net> wrote: > Hello, > > śr., 6 lip 2022 o 10:14 Chris Wilki

[Bacula-users] Community Cloud Backup on B2

2022-07-06 Thread Chris Wilkinson
to me why a driver is even necessary since cloud storage can be mounted with rclone and treated just like a local disk. Is this just a performance issue? Regards Chris Wilkinson ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https

[Bacula-users] Community Binaries for 11.0.5?

2022-06-21 Thread Chris Miller
these have not been uploaded yet (or this was overlooked). We have a new system at risk in which we need to install 11.0.5 and have been waiting patiently, but just want to make sure this is one someone's radar. Regards, Chris *We do the things you want to do and don't know how* *We do the things

Re: [Bacula-users] Occasional zero size volumes on Google Drive

2022-06-08 Thread Chris Wilkinson
for the nudge. Regards Chris Wilkinson On Wed, 8 Jun 2022, 12:08 pm Martin Simmons, wrote: > >>>>> On Wed, 8 Jun 2022 09:14:59 +0100, Chris Wilkinson said: > > > > Occasionally I see the error below. > > 08-Jun 03:47 homeserver-sd JobId 6071: Error: Bacula can

  1   2   3   4   5   6   >