Yes, in John Lockard's output below, jobid 5400 should be the previous Full
job (probably a Virtual Full because it's jobid is higher than the others).
It would be useful to see the output from that jobid and look at its Media and
JobMedia entries.
__Martin
> On Wed, 30 Jul 2025 17:02:27 -0
The error means that this volume was created with the Bacula 15 Storage
daemon, which can't be read by Bacula 13 that you have now. Maybe the
previous server was running Bacula 15 from the Bacula repository from
www.bacula.org or installed from source?
__Martin
> On Mon, 28 Jul 2025 18:18:0
ul 01:09 bacula-dir JobId 0: Using Catalog "BaculaBackupCatalog"
> 25-Jul 01:09 bacula-dir JobId 0: Using Catalog "BaculaBackupCatalog"
> 25-Jul 01:09 bacula-dir JobId 0: No Volumes found to perform the command.
>
>
> Regards,
> Saiful
>
&g
The "term" here means "termination" so it isn't related to the terminal.
What is the full contents of the email?
__Martin
> On Fri, 25 Jul 2025 13:47:17 +0200, Saiful Bhuiyan said:
>
> Hi all,
>
> I have recently upgraded my bacula director from 9.4.2 to 13.0.4. Since
> then I’m seeing th
Is this using the restore command in bconsole?
It should be asking you to "Select the Client" when you do that.
Can you post the full bconsole session (everything from the restore command to
the final "OK to run? (Yes/mod/no)" prompt)?
__Martin
> On Fri, 25 Jul 2025 14:46:09 +0200, Ingo Ja
Yes, job pruning is based on the JobTDate, which is in seconds since January
1, 1970.
However, JobTDate is just EndTime in different units, not the date should
expire.
__Martin
> On Wed, 23 Jul 2025 17:09:19 -0400, John Lockard said:
>
> I'm pretty sure I've math'd my maths and SQL'd my SQ
Did you upgrade any other software on the Director or PostgreSQL servers at
the same time?
Did you edit this output? Two things seem strange to me:
1) The "Could not open Catalog" error has database "bacula" but the "Unable to
connect" error has Database=baculadb.
2) The user name in the Postgr
>>>>> On Wed, 09 Jul 2025 14:47:56 -0400, Dan Langille said:
>
> On Wed, Jul 9, 2025, at 12:09 PM, Martin Simmons wrote:
> >>>>>> On Wed, 09 Jul 2025 08:08:11 -0400, Dan Langille said:
> >>
> >> On Tue, Jul 8, 2025, at 2:24 PM, Martin S
>>>>> On Wed, 09 Jul 2025 08:08:11 -0400, Dan Langille said:
>
> On Tue, Jul 8, 2025, at 2:24 PM, Martin Simmons wrote:
> >>>>>> On Tue, 08 Jul 2025 11:42:34 -0400, Dan Langille said:
> >>
> >> At https://www.bacula.org/bacula-community
> On Tue, 08 Jul 2025 11:42:34 -0400, Dan Langille said:
>
> At https://www.bacula.org/bacula-community-15-0-3-released/ if you click on
> the link within "the changes is available here.", does it display a webpage
> or does it download? A webpage would be more useful. It downloads for me.
"No prior or suitable Full backup found in catalog. Doing FULL backup" means
that it didn't find a Full backup for some reason.
The output from the following SQL command might be useful (maybe some other
Name= if you have a more recent example for a different job):
SELECT StartTime, JobID, Job, P
If you know what time the backup will run, you could try running the script
some hours earlier using a cron job and then back up the results.
__Martin
> On Thu, 19 Jun 2025 04:07:30 +, Yateen Shaligram Bhagat \(Nokia\) via
> Bacula-users said:
>
> Hi Bill,
>
> The script takes a "
>>>>> On Thu, 12 Jun 2025 12:44:56 -0400, Dan Langille said:
>
> On Thu, Jun 12, 2025, at 12:32 PM, Dan Langille wrote:
> > On Thu, Jun 12, 2025, at 12:09 PM, Martin Simmons wrote:
> >>>>>>> On Thu, 12 Jun 2025 09:45:20 -0400, Dan Langille
>>>>> On Thu, 12 Jun 2025 12:32:06 -0400, Dan Langille said:
>
> On Thu, Jun 12, 2025, at 12:09 PM, Martin Simmons wrote:
> >>>>>> On Thu, 12 Jun 2025 09:45:20 -0400, Dan Langille said:
> >>
> >> On Thu, Jun 12, 2025, at 8:19 AM, Ma
>>>>> On Thu, 12 Jun 2025 09:45:20 -0400, Dan Langille said:
>
> On Thu, Jun 12, 2025, at 8:19 AM, Martin Simmons wrote:
> >>>>>> On Wed, 11 Jun 2025 12:38:27 -0400, Dan Langille said:
> >>
> >> On Wed, Jun 11, 2025, at 10:45 AM, Ma
>>>>> On Wed, 11 Jun 2025 12:38:27 -0400, Dan Langille said:
>
> On Wed, Jun 11, 2025, at 10:45 AM, Martin Simmons wrote:
> >>>>>> On Tue, 10 Jun 2025 20:23:40 -0400, Dan Langille said:
> >>
> >> I expected to see std mentioned...
>
> On Wed, 11 Jun 2025 12:28:57 -0400, Dan Langille said:
>
> On Wed, Jun 11, 2025, at 12:11 PM, John Lockard wrote:
> > I seem to remember that there's an error in the Makefile which won't enable
> > zstd if lzo isn't also enabled.
>
> That part is interesting. My testing, with the --with-cu
> On Tue, 10 Jun 2025 20:23:40 -0400, Dan Langille said:
>
> I expected to see std mentioned...
>
> I tried building with --with-zstd in the build options - it did not change
> the above output.
>
> i.e
> --CONFIGURE_ARGS--
> --disable-conio --enable-batch-insert --enable-smartalloc
> -
> On Thu, 5 Jun 2025 12:19:59 -0500, Rob Gerber said:
>
> I was under the impression that bacula 15 came with TLS encryption enabled
> and set up by default.
Correct, but using PSK (Pre-Shared Key. i.e. the password). You can also
configure it to use certificates instead of the password. Ad
> On Thu, 5 Jun 2025 17:01:46 +0100, Richard Laysell said:
>
> Hello,
>
> I'm running Bacula 15.0.3 on Linux x64.
>
> I'm trying to get TLS working between director and client. I have
> created my own CA and have created cerficates for the director and
> client. However, the client certifi
Oops, yes, you are correct.
__Martin
>>>>> On Fri, 23 May 2025 21:29:14 +0200, Dragan Milivojević said:
>
> list files type=deleted works, I presume you meant fileindex < 0?
> Thanks
>
> On Fri, 23 May 2025 at 20:26, Martin Simmons wrote:
>
>
The correct way is file.fileindex = 0.
__Martin
> On Fri, 23 May 2025 20:21:55 +0200, Dragan Milivojević said:
>
> Only, semi reasonable way, that I found so far is to search the file table
> for entries that have md5 of 0;
> Quite inefficient since md5 is a text field.
>
> On Fri, 23 May
> On Fri, 23 May 2025 18:49:44 +0200, Dragan Milivojević said:
>
> Most common request from end users is to recover their deleted files from
> backups. What do you do when the end user does not remember the path or the
> file name that was deleted? I can't find a way to list deleted files in t
gt; The existing database is version 16 !!
> This script can only update an existing version 12-15 database to version
> 16.
> Error. Cannot upgrade this database.
>
> Any idea?
>
>
> Sincerely,
> Saiful
>
> On Tue, May 20, 2025 at 7:33 PM Martin Simmons wrot
tables is under /usr/share/bacula-director.
>
> Or should I run it from my bacula-director server. Could you please share
> the exact command to run the script.
>
>
> Sincerely,
> Saiful
>
> On Mon, May 19, 2025 at 6:42 PM Martin Simmons wrote:
>
> > Yes, you need
Yes, you need to run update_bacula_tables as root. Any arguments will be
passed to psql for the password etc (but not the database name).
update_bacula_tables just invokes update_postgresql_tables and you can check
the db_name variable in that script to see which database it will update.
If you
It is only triggered by changes to the "..." in the "File = ..." and "Plugin =
..." directives inside Include and Exclude blocks. Changes to the Options
block or comments/spacing do not trigger it.
__Martin
> On Thu, 8 May 2025 21:29:02 -0400, John Lockard said:
>
> What is it that trigge
The wilddir directive works on the original filenames so I think you need
wilddir = "Users/*/OneDrive*/"
The GLOBALROOT stuff is just how Bacula accesses the VSS.
__Martin
> On Tue, 6 May 2025 12:00:14 -0500, Rob Gerber said:
>
> Hello,
>
> I hope someone can shed some light on thi
The catalog compatibility just means you don't need to update the catalog when
you upgrade the director. That doesn't help with compatibility between the
director and storage daemons, which is mainly affected by the communication
between them.
In general, you need the versions of the director and
> On Fri, 14 Mar 2025 14:21:15 +, Bill Arlofski via Bacula-users said:
>
> In a script, you can do:
>
>
> echo -e "sql\nSELECT..ORDER BY volumename INC;\n\nquit\n" | bconsole
>
>
> The echo -e: enable interpretation of backslash escapes
>
> The `\n` in the script are line feeds.
> On Thu, 30 Jan 2025 17:20:21 +, Bill Arlofski via Bacula-users said:
>
> If I understand correctly, you just want to copy an entire tape to another
> tape but only have one tape drive?
>
> If yes, you can do this entirely outside of Bacula by using `dd` to read the
> entire tape to a
> On Tue, 28 Jan 2025 09:09:47 +, Brian Candler said:
>
> # grep '9292[56]' /var/log/bacula/bacula.log
> 26-Jan 02:05 store.nsrc.org-dir JobId 92926: Start Backup JobId 92926,
> Job=drupal.nsrc.org.2025-01-25_21.00.00_35
> 26-Jan 02:05 store.nsrc.org-dir JobId 92926: Error: bsockcore.c:40
According to the code, it also allows 6, 7 and 8:
case '6': /* compare XXHASH64 */
do_Digest = CRYPTO_DIGEST_XXHASH64;
break;
case '7': /* compare XXH3_64 */
do_Digest = CRYPTO_DIGEST_XXH3_64;
> On Mon, 23 Dec 2024 16:09:56 -0500, Phil Stracchino said:
>
> My SD has two Storage Devices, one internal (actually still hot-swap)
> and one external/removable that gets swapped out after each full backup
> cycle:
>
> Device {
>Name = FileStorage
>Device Type = File
>Media Ty
et: there were several issues that made
> things difficult to understand, but you helped me a lot.
> Thank you so much !
> And thanks also to everyone who spent time on my problem !
> Best,
> Sam
>
>
> Le ven. 13 déc. 2024 à 19:05, Martin Simmons a
> écrit :
>
>
Using 'o' in the fileset accurate option has caused problems with restore for
another user on the list recently. I don't know if it could also break
estimate. Have you used the 'o' option in previous incremental backups?
Accurate backups assume that the full path to each file is the same as befo
> On Fri, 13 Dec 2024 10:23:18 +0100, Arno Lehmann via Bacula-users said:
>
> Hi all,
>
> Am 13.12.2024 um 06:28 schrieb Marcin Haba:
> ...
> > Your notice about too long mtime is fully right. It is because the
> > lstat string is broken. Two lstat values are joined together and it
> > causes
> On Fri, 29 Nov 2024 14:15:17 -0700, D said:
>
> I am under the impression that each FD which will use the Bacula
> Antivirus Plugin needs access to 'clamd'. Is this correct? Do any
> other Bacula components (SD,FD,DIR,etc) need access to 'clamd'?
Yes, it is an FD plugin. Only the FD n
> On Fri, 29 Nov 2024 13:29:46 -0700, D said:
>
> Which components (DIR,SD,FD,etc) of Bacula retrieve the malware database
> from the internet and which components use the malware database?
The doc
https://www.bacula.org/15.0.x-manuals/en/main/Using_Bacula_Improve_Comput.html#SECTION0047600
14fe000)
> libzstd.so.1 => /usr/local/lib/libzstd.so.1 (0x80151b000)
> libc++.so.1 => /usr/lib/libc++.so.1 (0x8084a7000)
> libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x8085ab000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x8085cd000)
> libc.so.7
What is the output of these commands in the jail?
pkg info llvm15
ldd /usr/local/llvm15/lib/libLLVM-15.so
__Martin
> On Tue, 12 Nov 2024 17:19:34 -0500, B Smith said:
>
> Yes, I should probably upgrade it to 13.4. I'm slow to upgrade my jails
> when they are functioning well and they are
Just to be sure, are you setting level=Incremental in the estimate command?
Are there any messages in bconsole after running the estimate command (use the
messages command to check)? In particular, look for "The FileSet ... was
modified on ..." or "No prior or suitable Full backup found..."
Did
> On Sun, 20 Oct 2024 13:15:16 +0200, Justin Case said:
>
> I have browsed the catalog database a bit more and I saw one thing that might
> explain the problem I am having, but I don't have sufficient technical
> background on the Bacula implementation details of different versions.
>
> I a
Messages like "Begin pruning Jobs older than ..." should appear after the
termination status of the job. Do you see any messages like that?
__Martin
> On Wed, 16 Oct 2024 14:15:24 +0200, Justin Case said:
>
> I am wondering why I am seeing in my catalog lots of jobs older than the
> JobRe
They are being sent to the Director by the client (nuc2).
I suggest adding some firewall rules on nuc2 to only allow connections to port
9102 from the Director.
__Martin
> On Tue, 17 Sep 2024 11:41:14 +0100, Chris Wilkinson said:
>
> I keep getting security alerts from a remote client back
> On Sat, 7 Sep 2024 15:54:37 +0200, Dragan Milivojević said:
>
> > I was planning to run the director and SD in debug mode also a bit
> > latter, will post the debug logs
> > if I'm able to trigger the issue.
>
> Update to this issue is stuck in moderation due to message size, so
> posting i
Yes, I always remove that /etc/hosts line on Debian.
There is usually no need to specify fdaddress. It could be useful for
security, e.g. on a machine with multiple network cards or set to localhost if
you are also running the Director and Storage Daemon on the same machine.
__Martin
> On
Try running the bacula-fd with -d 300 to capture much more information when it
fails.
Also, what is the FileSet definition?
Is the Storage Daemon also running Bacula version 15.0.2?
__Martin
> On Thu, 5 Sep 2024 19:44:40 +0200, Dragan Milivojević said:
>
> Hi all
>
> An issue with Bacula
> On Mon, 2 Sep 2024 12:45:22 -0400, Phil Stracchino said:
>
> Since nobody else but me will be starting or stopping jobs, I don't see
> that being an issue. It looks like nothing went amiss up to the point
> of verifying that everything is correctly configured. It looks as
> though there
If you made any changes to the SD config file, did you restart the SD
afterwards?
What is the output of:
status storage=DiskFile
in bconsole?
__Martin
> On Tue, 27 Aug 2024 12:54:51 +0200, Mehrdad Ravanbod said:
>
> Hi guys
>
> I am trying to do some testbackups with bacula and atm, It
> On Thu, 22 Aug 2024 10:15:23 +0200, Mehrdad Ravanbod said:
>
> -Bacula documentation states that it is possible to use variables in
> volume names but i am having no success with it, anyone who has this
> working and care to share a couple examples from .conf files??
I'm using a counter v
I have archival backups going back 10 years without any problems.
If you want to be able to restore any single file from the backup, then you
need to explicitly configure File Retention and Job Retention in the Client
resource, because they default to 60 and 180 days respectively. I've set them
b
>>>>> On Mon, 5 Aug 2024 13:52:52 +0200, Stefan G Weichinger said:
>
> Am 02.08.24 um 10:04 schrieb Martin Simmons:
> >>>>>> On Fri, 2 Aug 2024 07:36:36 +0200, Stefan G Weichinger said:
> >>
> >> Am 01.08.24 um 18:08 sc
>>>>> On Fri, 2 Aug 2024 07:36:36 +0200, Stefan G Weichinger said:
>
> Am 01.08.24 um 18:08 schrieb Martin Simmons:
>
> >>> finds no volumes to migrate
> >>>
> >>> "media list" lists ~40 volumes in Pool "File"
>
> On Thu, 1 Aug 2024 17:23:30 +0200, Stefan G Weichinger said:
>
> Am 09.07.24 um 13:16 schrieb Stefan G. Weichinger:
> >
> > I have:
> >
> > Pool {
> > Name = "Daily"
> > Description = "daily backups"
> > PoolType = "Backup"
> > MaximumVolumes = 30
> > VolumeRetention = 86400
>>>>> On Tue, 25 Jun 2024 18:16:42 +0200, Stefan G Weichinger said:
>
> Am 25.06.24 um 17:43 schrieb Martin Simmons:
> >>>>>> On Tue, 25 Jun 2024 12:59:03 +0200, Stefan G Weichinger said:
> >>
> >> I see various issues, maybe related
> On Tue, 25 Jun 2024 12:59:03 +0200, Stefan G Weichinger said:
>
> I see various issues, maybe related to defective tapes also.
>
> Volumes that are in mode "Append" are loaded and not written to as in:
>
>
> 25-Jun 12:52 samba-sd JobId 2840: 3304 Issuing autochanger "load Volume
> CMR945
The trace output says:
> Please install a debugger (gdb) to receive a traceback.
so that's the first thing to try. The traceback might give more information
about where the problem is.
__Martin
> On Fri, 14 Jun 2024 13:41:18 +, Žiga Žvan said:
>
> Hi!
> I'm using bacula to backup so
> On Thu, 6 Jun 2024 09:50:06 +0200, Stefan G Weichinger said:
>
> I have questions around migrate jobs and scheduling. Unsure if to start
> a new thread, it gets off-topic regarding the subject of the original
> posting ...
I would start a new thread for unrelated discussion.
__Martin
_
> On Fri, 24 May 2024 10:39:06 +0200, Marco Gaiarin said:
>
> > I suspect that 'job counter' get resetted if and only if all jobs in a
> > volume get purged; this lead me to think that my configuration simpy does
> > not work in a real situation, because sooner or later jobs get 'scattered'
>
Does this happen with every job?
You could try adding
SyncOnClose = no
to the device settings to prevent it from doing the sync.
__Martin
> On Thu, 16 May 2024 10:56:54 -0400, Jose Alberto said:
>
> Hi.
>
> I have the log when bacula finish Job.
>
> the Job finish with stauts OK but
It would be useful to see the bacula-dir.conf Job and Client resources for
this job and also the full job log.
__Martin
> On Thu, 25 Apr 2024 11:17:18 +0200, gaston gloesener--- via Bacula-users
> said:
>
> Until now I did run bacula in a virtual machine running the director and
> sto
> On Wed, 24 Apr 2024 23:40:31 +1000, Gary R Schmidt said:
>
> On 24/04/2024 22:33, Gary R. Schmidt wrote:
> > On 24/04/2024 21:30, Roberto Greiner wrote:
> >>
> >> Em 24/04/2024 04:30, Radosław Korzeniewski escreveu:
> >>> Hello,
> >>>
> >>> wt., 23 kwi 2024 o 13:33 Roberto Greiner
> >>> na
> On Wed, 24 Apr 2024 09:30:15 +0200, Radosław Korzeniewski said:
>
> Hello,
>
> wt., 23 kwi 2024 o 13:33 Roberto Greiner napisał(a):
>
> >
> > Em 23/04/2024 04:34, Radosław Korzeniewski escreveu:
> >
> > Hello,
> >
> > śr., 17 kwi 2024 o 14:01 Roberto Greiner napisał(a):
> >
> >>
> >> The
> On Tue, 23 Apr 2024 08:31:59 -0300, Roberto Greiner said:
>
> Em 23/04/2024 04:34, Radosław Korzeniewski escreveu:
> > Hello,
> >
> > śr., 17 kwi 2024 o 14:01 Roberto Greiner napisał(a):
> >
> >
> > The error is at the end of the page, where it says that you can
> > see how
> >
It sounds like the "append-only mode" described in:
https://www.dell.com/community/en/conversations/celerra/ndmp-backups-to-ibm-ultrium-td5-drive/647f195bf4ccf8a8dec3aa95
https://www.ibm.com/docs/en/ts4300-tape-library?topic=features-data-safe-append-only-mode
https://support.oracle.com/knowledge/
EL HADJ said:
>
> Yes, i think its the same problem but i dont know how to fix it. Do you
> have any ideas ?
>
> Le 12/04/2024 à 17:48, Martin Simmons a écrit :
> > Maybe the same problem as reported in
> > https://sourceforge.net/p/bacula/mailman/bacu
Maybe the same problem as reported in
https://sourceforge.net/p/bacula/mailman/bacula-users/thread/c3bc9fed-3c84-46d3-2f40-9dd78590a773%40baculasystems.com/#msg37296305
?
I assume the "cycle in their volume list" comment there means it is writing to
a volume that it previous read.
__Martin
> On Thu, 11 Apr 2024 16:34:48 -0400, Dan Langille said:
>
> A problem with building the S3 options on Bacula 15.0.2 has been reported[1]
> and I'm trying to figure it out. I'm not an s3 user myself, and I am the
> maintainer of the FreeBSD port/package.
>
> When building 13.0.4, see:
>
>
> On Thu, 11 Apr 2024 12:00:24 +, Borut Rozman via Bacula-users said:
>
> The underlying storage is ~800gb in size. All of the sudden incremental
> backups started to increase exponentially
>
> 1.4. - 93M
> 2.4. - 574.5M
> 3.4. - 115.5GB
> 4.4. - 951.3GB
> 5.4. - 1.7TB
> 6.4. - 2.5TB
> 7
> On Tue, 9 Apr 2024 10:57:24 +0100, Chris Wilkinson said:
>
> I tried to get a copy job to run after completion of the job using a
> Runscript. The Job is shown below. I can run this copy job OK from within
> bconsole/baculum but it fails when run from a Runscript.
>
> I get an error "09-Apr
Bscan will not help. Eric is correct: you can't recover an overwritten tape
using normal tape drive software because it will not allow you to read beyond
the end of the last-written data.
__Martin
> On Mon, 25 Mar 2024 19:15:50 +0200, Pedro Oliveira said:
>
> Please could try to use Bacula
Were there any errors written to the syslog during the backup?
Does the tape work with mt and dd after stopping bacula-sd? E.g. something
like
mt -f /dev/tape/by-id/scsi-C3EB53C004-nst rewind
dd if=/dev/tape/by-id/scsi-C3EB53C004-nst count=1 | od -c
__Martin
> On Fri, 22 Mar 2024 14:35:53
> On Fri, 1 Mar 2024 11:52:31 +0100, Marco Gaiarin said:
>
> *unmount storage=CNPVE3Autochanger
> Using Catalog "BaculaLNF"
> Connecting to Storage daemon CNPVE3Autochanger at cnpve3.cn.lnf.it:9103 ...
> 3307 Issuing autochanger "unload Volume AAJ663L9, Slot 4, Drive 0" command.
> 3995 Ba
I=20
> now attached.
> No symbols since I'm running the distro version insead of github.
> Did see that a new version is released - 13.0.4. Running some more=20
> backups now (copy to external drive) but after that I will update and=20
> see if anything changed.
>
> /ps
>
ory 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 mv on a file doesn't change the ctime? If so, which
&g
irectories, each with a dozen or so files. I see that the mv'd
> > subdirectory ctime changes but ctime for the contained subdirectories and
> > files does not.
> >
> > This presumably is why they did not get backed up. I set the accurate flag
> > in the job resour
ining several
> subdirectories, each with a dozen or so files. I see that the mv'd
> subdirectory ctime changes but ctime for the contained subdirectories and
> files does not.
>
> This presumably is why they did not get backed up. I set the accurate flag
> in the job resour
It works for me on FreeBSD with Bacula 15 from git.
Can you attach gdb to the bacula-fd while it is running and issue the gdb
command:
thread apply all bt
Also, try running bacula-fd with -d 150 -dt -v -fP which will make it print
the debug info to the terminal. Level 150 should show what it is
> On Tue, 13 Feb 2024 12:03:50 +1100, Gary R Schmidt said:
>
> On 13/02/2024 11:08, Phil Stracchino wrote:
> > On 2/12/24 18:35, Peter Sjoberg wrote:
> >> Hi all
> >>
> >> I have a strange problem and (on my system) reproducible problem. When
> >> I do backup of some directories then bacula-f
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
> On Sun, 11 Feb 2024 09:17:10 +, Chris Wilkinson said:
>
> I'm seeing that files that are mv'd within the same folder are not being
>
>>>>> On Fri, 26 Jan 2024 11:35:21 +0100, Marco Gaiarin said:
>
> Mandi! Martin Simmons
> In chel di` si favelave...
>
> > 'i' is the st_ino field in the stat, i.e. the number that uniquely
> > identifies
> > the data for the file in the
> On Wed, 24 Jan 2024 18:00:56 +0100, Marco Gaiarin said:
>
> Suppose that setting 5 or 1 options depend on setting options; eg, it is
> totally unuseful to have:
> Options {
> Signature = MD5
> accurate = <...>1
> }
>
> so, calculating MD5 and checking
>>>>> On Wed, 17 Jan 2024 09:54:23 -0500, Dan Langille said:
>
> On Fri, Dec 29, 2023, at 6:26 PM, Martin Simmons wrote:
> >>>>>> On Fri, 29 Dec 2023 12:35:59 -0500, Dan Langille said:
> >>
> >> On Fri, Dec 29, 2023, at 12:10 PM, Martin
>>>>> On Mon, 22 Jan 2024 23:08:05 +0100, Pierre Bernhardt said:
>
> Am 22.01.24 um 16:41 schrieb Martin Simmons:
> >>>>>> On Mon, 22 Jan 2024 10:44:49 +0100, Pierre Bernhardt said:
> > Are you using udev (see the output of "df /dev")?
> On Mon, 22 Jan 2024 10:44:49 +0100, Pierre Bernhardt said:
>
> But I'm unsure how to do with /dev. It could be possible bacula will
> not save the inodes. Instead of them it could be possible bacula will
> try to save there content which is not a good idea because there
> content will be end
> On Mon, 22 Jan 2024 11:11:44 +0100, Marco Gaiarin said:
>
> I'm using Bacula to put on tapes (LTO9) a backup collected from different
> sources via 'rsnapshot'; if now known, rsnapshot is a perl wrapper script
> around rsync that leveraging the UNIX filesystem capability (eg, hard link)
> pe
The Job and File Retention just controls the size of the catalog database (and
affects restores). The Volume Retention controls recycling.
Therefore I set
File Retention = 50 years # let the Volume Retention of the pool
control it
Job Retention = 50 years# let the Volu
What command line args are you passing to configure?
It looks like mysql support doesn't work with the --disable-libtool argument
to configure. In general, --disable-libtool doesn't work anymore for other
reasons too.
__Martin
> On Wed, 10 Jan 2024 13:05:55 -0600, Frank Rogowski said:
>
>
27; command.
>
> Tom, when your jobs are slowing down, is there any restore preparation
> at this time?
>
> Best regards,
> Marcin Haba (gani)
>
> On Fri, 22 Dec 2023 at 18:07, Tom Hodder via Bacula-users
> wrote:
> >
> > Thanks for the quick response!!
&
>>>>> On Fri, 29 Dec 2023 12:35:59 -0500, Dan Langille said:
>
> On Fri, Dec 29, 2023, at 12:10 PM, Martin Simmons wrote:
> > 9.6.6 certainly displayed them for me, so I suspect a config issue.
> >
> > The messages would be omitted if !notsaved is in th
9.6.6 certainly displayed them for me, so I suspect a config issue.
The messages would be omitted if !notsaved is in the Messages resource (but
they would still be counted as "Non-fatal FD errors" which makes it add "with
warnings" to the status).
Maybe that changed in the client's bacula-fd.conf
> On Thu, 21 Dec 2023 19:40:57 +, Tom Hodder via Bacula-users said:
>
> inspecting the bacula and mysql server during the slow jobs, I can see
> no particularly high io or cpu, except that the mysql server has 1 CPU
> stuck at 100% and there is a long running query:
>
> SELECT Path.Path,
> On Thu, 14 Dec 2023 23:07:18 +1100, Gary R Schmidt said:
>
> Fire up psql with the appropriate options (e.g. $ psql bacula bacula).
Or you can use the sqlquery command in bconsole.
__Martin
___
Bacula-users mailing list
Bacula-users@lists.sourc
AFAIK, incoming director connections only come from bconsole, monitors and
clients that use "Client Initiated Backup" or "Client Behind NAT" (Connect To
Director) in bacula-fd.conf.
So maybe you don't need to allow incoming connections from everywhere?
__Martin
> On Mon, 04 Dec 2023 17:22:2
Maybe something else is using the space temporarily during the backup, which
makes it full and then not full when you look at it later?
Does anything write to /mnt/test or does it share disk space with anything
else? Does it share space with Bacula's WorkingDirectory?
__Martin
> On Fri, 1
I've just tested it with the Bacula 15 Beta on FreeBSD 12.4 and found that the
value of HOME in the ClientRunBeforeJob script comes from when bacula-fd was
started and Bacula doesn't change it.
How are you starting Bacula 9.6.7? Note that FreeBSD's system startup scripts
such as /etc/rc and /usr/
>>>>> On Wed, 15 Nov 2023 16:47:34 +0100, Uwe Schuerkamp said:
>
> Hi again,
>
> On Tue, Nov 14, 2023 at 03:29:26PM +, Martin Simmons wrote:
>
>
> > The --with-openssl=..path-to-openssl-install.. option works for me (Debian
> > 11), where ..pat
> On Tue, 14 Nov 2023 09:42:44 +0100, Uwe Schuerkamp said:
>
> Anyway, I compiled openssl-3.0.12 from source on the 20.04 director /
> stored and provided the location to bacula's configure script using
> the "--with-openssl" directive in order to recompile it using the new
> libraries / binar
> On Wed, 8 Nov 2023 11:09:44 -0500, Josh Fisher via Bacula-users said:
>
> On 11/7/23 19:26, Lionel PLASSE wrote:
> > I’m sorry but no wi-fi nor 5G in our factory, and don't use my phone too to
> > backup my servers :) .
> > I was talking about ssh (scp) transfer just to Just to show out I
1 - 100 of 2197 matches
Mail list logo