Re: [Bacula-users] Issue with newly installed 11.0.3

2021-06-14 Thread Andrea Conti
On 14/06/21 11:56, Erik P. Olsen wrote: I have just installed bacula 11.0.3 from fedora's repo and now my usual backups are failing with: Fatal error: Cannot find previous jobids. Hello, It's a known issue with 11.0.3, which was fixed 11.0.4: https://bugs.bacula.org/view.php?id=2618 You sh

Re: [Bacula-users] Switch Volume at end of month

2014-09-15 Thread Andrea Conti
Hello, > I will probably do this using an Admin Job, but I am unsure how to write > a command for the update to happen. > I don't have much experience with Unix scripting. In order to update the status of a volume you can either pipe an update command through bconsole or access the database direct

Re: [Bacula-users] wake on lan in RunBeforeJob

2013-06-28 Thread Andrea Conti
Hello, > Is it possbile to start the RunBeforeJob-Option although the client is > not to connected? It's definitely possible (I've been using Bacula with WOL that way for years); RunBeforeJob definitely does *not* require prior contact with the FD. A possible problem is that the director tries

Re: [Bacula-users] PostgreSQL: import of DB from MySQL fails

2012-12-29 Thread Andrea Conti
> Hm... with "--compatible=postgresql" the backtics get changed into '"' > characters, but the errors essentially remain the same: > > ERROR: syntax error at or near ""BaseFiles"" > LINE 1: LOCK TABLES "BaseFiles" WRITE; > ^ > ERROR: syntax error at or near "UNLOCK" > LINE 1:

Re: [Bacula-users] Question about spooling

2012-11-06 Thread Andrea Conti
> There is almost certainly no point in using spooling with disk-file > media. Well, with multiple concurrent jobs enabling data spooling does guarantee that jobs are written to the volume sequentially instead of being interleaved. It also avoids wasting space in the backup volumes if a long-run

Re: [Bacula-users] Use bash/php script on "mailcommand"

2012-10-31 Thread Andrea Conti
> I want to use a php script that create a ticket or allarm on my monitor system > > I soved it, I need to call /bin/bash with "-c" to start every kind of > script, otherwise I have an error. ... or you can just make sure that your scripts start with a proper shebang line. E.g., for a php script,

Re: [Bacula-users] Windows 7 VSS not working.

2012-08-20 Thread Andrea Conti
> I've got two Windows 7 computers (one a brand new one only built on Friday) > where VSS doesn't work. If you are on a 64-bit OS, make sure you're using the 64-bit client. While backing up files will work even with the 32-bit client, VSS won't. > I've checked that the service is running which

Re: [Bacula-users] Backup filesystem crashed - job error afterwards.

2012-05-21 Thread Andrea Conti
Hello, > 18-May 02:05 bacula-sd JobId 4786: Warning: label.c:330 Open device > "FileStorage" (/backups) Volume "Vol-Full-sourcehost-0029" failed: > ERR=dev.c:532 Could not open: /backups/Vol-Full-sourcehost-0029, > ERR=Permission denied > ls -al /backups/ > drwxr-xr-x  3 root   root    409

Re: [Bacula-users] PostgreSQL - pg_dump

2012-03-29 Thread Andrea Conti
On 28/03/12 18.32, Thomas Bennett wrote: > I am having some hardware issues because of several HVAC outages. So if > I am doing a pg_dump of the bacula database on PostgreSQL, do I need to > include oids? You don't need them for Bacula. andrea ---

Re: [Bacula-users] excluded folders being included in the backup

2012-03-08 Thread Andrea Conti
Hello, > I've added exclude entries for most of the folders > I don't want to back up but they're still being included, Which folders are still being included? All of them or just some? A lot of the "default" folders under windows 7 (for example 'Application Data' and 'Local Settings' in every

Re: [Bacula-users] tuning lto-4

2011-12-02 Thread Andrea Conti
Hello, > blocksize set with mt and in bacula-sd.conf Unless you are setting "minimum block size" (which you really should not), Bacula uses the tape drive in variable block size mode, with block sizes up to the value given in "maximum block size". Setting a fixed block size with mt (and reading

Re: [Bacula-users] tuning lto-4

2011-11-30 Thread Andrea Conti
On 30/11/11 19.43, gary artim wrote: > Thanks much, I'll try today the block size change first. Then try the > spooling. Dont have any unused disk, but may have to try on a shared > drive. > The "maximum file size" should be okay? g. Choosing a max file size is mainly a tradeoff between write perf

Re: [Bacula-users] HELP : MySQL database lost - how best to restore data

2011-11-08 Thread Andrea Conti
On Sun, 6 Nov 2011 13:55:31 -0500, Win Htin wrote: > Hi folks, > > If the bacula database is completely blown away but I still have the > bootstrap file (*.bsr) what is the best method to re-install the > bacula database? I think "bscan" is the way to go but am a bit > confused with the explanatio

Re: [Bacula-users] Who is right about the tape size: Bacula or the tapeloader??

2011-09-03 Thread Andrea Conti
> 2: Nor should "Maximum Block Size" - this is imposing significant > overheads all by itself and is intended for old-school tape drives using > fixed block sizes. I think your're talking about "Minimum Block Size" here. "Maximum Block Size", on the other hand, does not impose any space overhe

Re: [Bacula-users] bacula win64 client on win 7

2011-08-18 Thread Andrea Conti
> But I’m not able to see the bacula icon status on the right bottom of > the start bar like I saw in my win32client running on my win xp. Is this > a normal behavior? Yes, it's normal and it's not something that can be changed easily. The status icon is currently displayed by the fd itself, which

Re: [Bacula-users] Bacula and Dell Powervault 124T

2011-08-04 Thread Andrea Conti
== Autochanger test === > > 3301 Issuing autochanger "loaded" command. > Nothing loaded in the drive. OK. > 3303 Issuing autochanger "load 1 0" command. > > It just sits there doing nothing, I guess it is supposed to remove the tape > from the drive and put the tape from slot 1 into the drive bu

Re: [Bacula-users] Fileset: How exclude all except...

2011-06-18 Thread Andrea Conti
Hello, > I want to exclude all dot files in home directories > ("/home/*/.*"), *except* the directories "/home/*/.backup/". > > Any hints on how to do this? If you want to exclude dot _files_ (i.e. you don't care about directories whose name starts with a dot other than .backup), and assuming y

Re: [Bacula-users] HP or IBM LTO drive

2011-02-01 Thread Andrea Conti
Hello, > I'm curious what is the opinion of Bacula community about > the quality of LTO devices made by HP vs IBM? From my --admittedly very limited-- experience is with LTO2 drives from HP and LTO3 ones from IBM I would say that while IBM drives "feel" more solidly built, from a technology

Re: [Bacula-users] Being spam by Bacula daemon

2010-12-08 Thread Andrea Conti
Hello, > I'm being spam by Bacula Daemon for over a week now every 3mins 24/7. > 07-Dec 00:29 my-dir: ERROR in authenticate.c:304 UA Hello from > client:10.10.10.2:36131 is invalid. Len=0 Sounds to me like something (probably not even a bacula daemon) is periodically opening a connection to the

Re: [Bacula-users] Bacula problems in windows 7 64 bit

2010-11-02 Thread Andrea Conti
On Tue, 2 Nov 2010 23:50:55 -0500 (EST), List Man wrote: > I re-installed bacula on the client, but it is still complaining with > the following error: Backup Unknown term code of Mat Full and Could > not open directory "c:/Documents and Settings/All Users/Application > Data/Application Data/

Re: [Bacula-users] Live backup

2010-10-23 Thread Andrea Conti
Hello, > rorycl : > It seems to be a good approach to a possible solution I will try later! Data spooling will not help you in this case as it's done on the SD and your bottleneck is between the client and the SD. What errors are you getting exactly? AFAIK in this situation Bacula should just wa

Re: [Bacula-users] Problem: deleted files entrys are still in the database and are restored

2010-09-05 Thread Andrea Conti
> The last version of bacula has this limitation yet? http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#6818 This option has been there for quite a while... andrea -- This SF.net Dev2Dev email i

Re: [Bacula-users] updated bacula (5.02) shows old director (1.38.11) name in console messages

2010-09-04 Thread Andrea Conti
Hello, > parthenon-fd JobId 34450: Disallowed filesystem. Will not descend from / > into /net It is not clear from your message what your configuration is, but I assume you're talking about a single server backing up parts of its own filesystem (i.e. the director and the fd are on the same

Re: [Bacula-users] Enabling hardware compression

2010-08-18 Thread Andrea Conti
Hello > If i want to enable hardware compression so i can use 320GB from > my VS1 tapes 2:1 hardware compression for general data is quite an optimistic figure, but I am sure you already know that... > mt -f /dev/nst0 defcompression 1, correct? "mt defcompression" controls the default compressi

Re: [Bacula-users] Dell 124T only recognizing 8 slots.

2010-08-16 Thread Andrea Conti
On 16/08/2010 19:58, Jeremiah D. Jester wrote: > For some reason my newly installed dell 124t tape drive is only > recognizing one drive with only 8 slots, it is a 16 slot loader. Any > ideas why? I’ve tried accessing other /dev/sg* devices with no luck. Make sure the autoloader is configured to u

Re: [Bacula-users] New tape on the 1st of every month

2010-08-14 Thread Andrea Conti
> Is there any way to tell Bacula that if it's the 1st of the month mark > the append-able tapes as "used" and look for other tapes? My solution to a similar problem was to write a shell script which directly changes the volumes' state in the catalog; you just need to take a look at the catalog s

Re: [Bacula-users] bwx-console question.

2010-01-03 Thread Andrea Conti
> I have no problem with backups and restores and all commands on the server > work > correctly. But when executing bwx-console on Vista it's unable to connect to > the > director. I believe I've configured it correctly (identical to BAT) and > opened > the various firewalls. I wonder whether

Re: [Bacula-users] Continue to spool to disk when tape is full?

2009-12-11 Thread Andrea Conti
> If I understand the documentation correctly, raising dir.conf Maximum > Concurrent Jobs will interleave multiple backups to tape, which I want > to avoid. Not if you use data spooling. >> Bacula is capable of only one spool file, it seems? Each job is spooled to a separate file, which is delet

Re: [Bacula-users] All times without time zone?

2009-11-06 Thread Andrea Conti
> And there could arise a big problem not > only with job statistics but with retention times and of course with > planning a schedule between 2-3 am. > Does anybody have got this problem too? As in "jobs scheduled at 2:30 are not run when DST begins and are run twice when DST ends"? Yes, of co

Re: [Bacula-users] Win64 fd: Does not read conf file

2009-10-21 Thread Andrea Conti
> So the app appears to be using some internal default, and not actually > reading the file. Make sure you specify the full path to the config file through the -c commandline option. Most likely cause is the fd loading its configuration from a different file than the one you're looking at (which i

Re: [Bacula-users] Win64 fd: Does not read conf file

2009-10-13 Thread Andrea Conti
> So the app appears to be using some internal default, and not actually > reading the file. If this is not the first bacula installation on a clean system, make sure you specify the full path to the config file through the -c commandline option. Most likely cause is the fd loading its configurati

Re: [Bacula-users] Problem with accurate backups

2009-06-15 Thread Andrea Conti
> Are these subqueries something that's newly added when accurate backups > were implemented? Well, all I wanted to point out was that the error message you are getting is caused by MySQL choking on the subquery in the statement... I am not really familiar with the SQL Bacula uses, but yes, if y

Re: [Bacula-users] Problem with accurate backups

2009-06-15 Thread Andrea Conti
> I'm using MySQL 4.0.31. MySQL 4.0 does not support subqueries, you need at least 4.1. andrea -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited

Re: [Bacula-users] How to do a systemstate backup?

2009-01-09 Thread Andrea Conti
> Drats. I was hoping to avoid a script on the client side Well, I guess you can try passing the script as the command ;) Client Run Before Job = "cmd /c if [%l]==[Full] ntbackup <...>" I did not try it, so you might need to fix the escaping and/or specify a path to cmd.exe. > The service curr

Re: [Bacula-users] How to do a systemstate backup?

2009-01-09 Thread Andrea Conti
> - Is there a way to only run this script before a full backup, but not > before an incremental backup? You need a batch file on the client side, something like: if [%~1]==[Full] ( ntbackup ) Then you pass the job level as a parameter to the script: Client Run Before Job = "c:/bacula/runBe

Re: [Bacula-users] job terminated but not finished

2009-01-07 Thread Andrea Conti
>> Running Jobs: >> JobId Level Name Status >> == >>59 Increme client.hostname.tld.2009-01-07_00.30.46 has terminated >> >> Director connected at: 07-Jan-09 09:57 >> Terminated Jobs: >> JobId Lev

Re: [Bacula-users] btape test error on (supported) QUANTUM DLT8000

2008-12-29 Thread Andrea Conti
Hi, > dev open failed: dev.c:432 Unable to open device "DLT8000" (/dev/nst0): > ERR=\ > Input/output error Sounds like some kind of hardware (SCSI) problem, with the kernel driver resetting the bus and losing the device at some point. Is your cabling/termination ok? Are there any error messages i

Re: [Bacula-users] Enquiry about Bacula compatible with Windows

2008-12-16 Thread Andrea Conti
>>> Windows Server 2003 with 64 bits? >> You can just install a 32-bit version on it > Is the VSS issue resolved? AFAIK the issue is only with _2008_ Server, where VSS can only be used by native 64-bit apps. I am using 32-bit clients under XP x64 (which is basically a rebranded and stripped-dow

Re: [Bacula-users] Why are my jobs upgraded to Full backup?

2008-12-05 Thread Andrea Conti
> One change I made yesterday: I excluded two additional directories in > the Fileset for all my Linux clients, and then restarted bacula-dir. I > can't see how that would make bacula think that a full backup is needed, > though. What you're seeing is the correct behavior with the default setti

Re: [Bacula-users] Installing bacula-fd on Mac OS/X

2008-02-16 Thread Andrea Conti
> # launchctl load /Library/LaunchDaemons/bacula-fd.plist Well, you have to write that first (man launchd.plist, or just take one from /System/Library/LaunchDaemons and tweak it to suit your needs). The problem with launchd is that it has too many expectations on what the called program should

Re: [Bacula-users] Installing bacula-fd on Mac OS/X

2008-02-16 Thread Andrea Conti
Hello, > Any experience with compiling it on Mac OS/X? I've been compiling the FD from source on OS/X since 1.38, and apart from the recent mess with the 10.5 system headers I never encountered any problems. Just untar, configure, make and sudo make install. The only nuisance is that the firs

Re: [Bacula-users] Multiple FD processes running - Not sure if this is normal

2008-02-03 Thread Andrea Conti
Hello, > root 3262 1 0 Feb01 ?00:00:00 /usr/sbin/bacula-fd -u > root -g bacula -c /etc/bacula/bacula-fd.conf > root 3265 3262 0 Feb01 ?00:00:01 /usr/sbin/bacula-fd -u > root -g bacula -c /etc/bacula/bacula-fd.conf > root 3266 3265 0 Feb01 ?00:00:00

Re: [Bacula-users] Schedule help

2008-01-19 Thread Andrea Conti
> I guess you want: > > Run = Level=Incremental 2nd-5th sun at 23:30 That, plus Run = Level=Incremental mon-sat at 23:30 Andrea - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studi

Re: [Bacula-users] Catalog problem

2008-01-08 Thread Andrea Conti
> bacula database exists, bacula user have ALL PRIVILEGES. Then I stand corrected. I am definitely not a mysql guru, so I will leave the matter to the other posters. > What you mean with database schema? What command I need to run? I *really* think you should stop, take a deep breath and try to

Re: [Bacula-users] Catalog problem

2008-01-08 Thread Andrea Conti
Hello, Generally speaking, opening two threads for the same problem is not going to get you an answer any sooner. Having said that, > MySQL isn't the problem because I do this: mysql -u bacula -p and I can > connect withouth any problem. My guess is that you did not create a 'bacula' database

Re: [Bacula-users] Device ch0 not found

2007-12-11 Thread Andrea Conti
> I don't know how slackware handles device creation, but if it uses > static /dev-entries, use MAKEDEV to create the device nodes. > Otherwise, udev might be the way to go. Also, make sure you have SCSI generic support compiled in your kernel (or that the the relevant module is loaded). I don't

Re: [Bacula-users] 400G compressed tape only using 215G

2007-03-02 Thread Andrea Conti
> That "400G with compression" is just an average. There's no guarantee > that you'll get 2x compression. Personally, I find it false advertising, > but nobody's listening to me. 2x compression is indeed unrealistic most of the time. On a different note, some time ago I found myself wondering h

Re: [Bacula-users] Cannot label tape from bconsole

2007-02-27 Thread Andrea Conti
> Can you tell me what method you have in mind for changing permissions? A > shell line inside /etc/init.d/bacula-sd.conf (I use Fedora) with the > chmod previously said or a different command? I suppose you're using a recent (>2) version of fedora, so your system should be running udev. If that

Re: [Bacula-users] Cleaning Jobs

2007-02-23 Thread Andrea Conti
> But update slots scan command after cartrige change of the other ones > are not a good Idea because the cleaning cartrige is loaded, too. You can limit the scanning to a subset of slots by saying update slots= scan For example, on a 6-slot autochanger with a cleaning cartridge in the sixth slo

Re: [Bacula-users] Tape job with spooling die at the end of the process

2007-02-13 Thread Andrea Conti
> Fatal error: Network error with FD during Backup: ERR=Connection > reset by peer > Before this error, there are normal messages regarding the spooling/despooling > process. Could you please post the relevant Job section? > Anybody has any idea? I'm missing something in the configuration? Tha

Re: [Bacula-users] RunClientAfterJob behavior in bacula 2

2007-02-09 Thread Andrea Conti
> Yes, the Director conf file is by far the most difficult to setup. The only > good point is that I heard a number of times that it is easier than most > other software. I was not complaining by any means: a bit of complexity is a good price for the great flexibility you get. And the most diff

Re: [Bacula-users] RunClientAfterJob behavior in bacula 2

2007-02-08 Thread Andrea Conti
> If you want send your command at the real end of backup, you can use > RunAfterJob with some ssh or smb command. (for windows see Samba-TNG > http://lists.samba.org/archive/samba/2000-April/018388.html) I'll look into that (even if it looks like a workaround more than a solution ;). Thanks for

[Bacula-users] RunClientAfterJob behavior in bacula 2

2007-02-08 Thread Andrea Conti
Hello, I have been using bacula for more than a year to back up a small number of machines. I am perfectly happy with the software, despite a certain initial difficulty in setting up a working configuration. When I recently upgraded to 2.0 I found out the hard way that the RunClientAfterJob direc