Re: [Bacula-users] Copy a tape with a single drive...

2025-01-31 Thread Michel Figgins
Just a general question: Why would dd if=/dev/nst0 of=somefile care about tape logical files? - Michel -Original Message- From: Bill Arlofski via Bacula-users Sent: Friday, January 31, 2025 10:08 AM To: Martin Simmons Cc: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users]

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

2023-11-29 Thread Michel Figgins
I notice in your config you have: /mnt/my_backup/backup/bacula/archive But the logs keep showing: /mnt/khapbackup/backup/bacula/archive Have you made a change to the sd conf and not restarted the SD? Or how about creating a symlink from /mnt/khapbackup to /mnt/my_backup ? - Michel From: MylesDea

Re: [Bacula-users] Overlapping scheduled jobs

2021-08-23 Thread Michel Figgins
If you're just wanting to delay the second job until the first one finishes, then maybe setting Maximum Concurrent Jobs = 1 in the client definition will help? https://www.bacula.org/11.0.x-manuals/en/main/Client_File_daemon_Configur.html Although I can see if there's no good Full backup and it

Re: [Bacula-users] Errors migrating from mysql to postgres

2017-12-01 Thread Michel Figgins
Yes please on the explanation. When I use mysqldump –hex-blob , the RestoreObject field/column has the null byte equivalents (i.e. it starts with 0x3C0042004100 which is “mailto:wanderleihut...@gmail.com] Sent: Thursday, November 30, 2017 8:14 AM To: Radosław Korzeniewski Cc: Martin Simmons; bacul

Re: [Bacula-users] Errors migrating from mysql to postgres

2017-11-27 Thread Michel Figgins
| C | =Tc/bacula + | | | | | bacula=C*T*c*/bacula -Original Message- From: Dan Langille [mailto:d...@langille.org] Sent: Monday, November 27, 2017 1:29 PM To: Michel Figgins Cc: bacula-users Subject: Re: [Bacula

[Bacula-users] Errors migrating from mysql to postgres

2017-11-27 Thread Michel Figgins
Hello, I'm trying to migrate from a mysql backend to a postgresql backend and I'm getting an error importing the RestoreObject table. Specifically I'm getting : ERROR: invalid input syntax for type bytea LINE 1: ...bjectCompression) VALUES (1588,'job_metadata.xml',' bacula-export.sql Th