[Bacula-users] a real mess with disk based volumes
Hi, Im using disk based volumes. Each client has it's own pool: Pool { Name = black Maximum volumes = 1 Pool Type = Backup Maximum Volume Jobs = 1 Volume Retention = 60 days Purge Oldest Volume = yes Recycle = yes AutoPrune = yes Label Format = "black-backup" } Each day i get a file "$client-backup-0001" and copy it to external media. The problem is that each time i want to restore something, i have rename the current $client-backup-0001 file to something else, then copy back the older file and extract stuff with bextract. Wx-console doesn't work, i assume some records in the database are getting deleted (the Before: field only displays the last backup date). The way i would like it to be: each day get a file $client-$date, copy it to external media. When i want to restore something, i copy back the old file, and restore data using bconsole or wx-console. Currently i'm at v1.38.11, but i will be switching to v2.0.2 soon, so i decided to tidy things up at once. Any tips how to actually get to the desirable scenario (or as close as possible?) are very welcome:) Thanks in advance! - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] bacula ignoring volume retention periods?
Hello people, I have a problem with bacula 1.38.11 ignoring retention periods and reusing the same volumes over and over again. I've checked the database, volume retention periods have the correct values (the same as configs). Configuration follows: Pools: Maximum volumes = 0 #unlimited Maximum volume jobs = 1 Volume retention = 60 days Recycle = No Clients: File retention = 60 days Job retention = 1 year Help appreciated, I've ran out of ideas what is the cause of this behavior. Thanks! p.s. the idea was not to recycle any volume, even when the retention period has passed. Please correct me if I should configure bacula somehow differently to achieve that. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] bacula ignoring volume retention periods?
Update: i've found that VolStatus field in Media table has it's value set to 'Recycle'. That's why bacula is reusing the volumes. However, the question remains: why the hell this field is set to Recycle when recycle is disabled ? Mantas M. wrote: > Hello people, > > I have a problem with bacula 1.38.11 ignoring retention periods and > reusing the same volumes over and over again. I've checked the database, > volume retention periods have the correct values (the same as configs). > > Configuration follows: > > Pools: > Maximum volumes = 0 #unlimited > Maximum volume jobs = 1 > Volume retention = 60 days > Recycle = No > > Clients: > File retention = 60 days > Job retention = 1 year > > > Help appreciated, I've ran out of ideas what is the cause of this behavior. > > Thanks! > > p.s. the idea was not to recycle any volume, even when the retention > period has passed. Please correct me if I should configure bacula > somehow differently to achieve that. > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] bacula ignoring volume retention periods?
Thanks for your reply Ryan. I am aware that volume settings are read when volume is created. Current volumes, however, were written after the settings were changed to their current values, so database should contain current settings, right? Here's the output of "update" command: +-+---+---+--+--+--+-+--+---+---+-+ | MediaId | VolumeName| VolStatus | VolBytes | VolFiles | VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten | +-+---+---+--+--+--+-+--+---+---+-+ | 4 | 2007-03-27-Mantas | Recycle |1 |0 | 5,184,000 | 0 |0 | 0 | File | 2007-03-29 04:53:15 | +-+---+---+--+--+--+-+--+---+---+-+ Enter MediaId or Volume name: Unexpected question has been received. 4 Updating Volume "2007-03-27-Mantas" Current recycle flag is: no Enter new Recycle status: Unexpected question has been received. No New Recycle flag is: no -- I've tried setting the VolStatus to "Used", but in scheduled jobs bacula still indicates that it is going to use the the same volume. What am I doing wrong? Ryan Novosielski wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Remember to always update your volumes from the pool. The volumes get > their settings when they are created, not when you change the config > file. See the manual for more information. > > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] bacula ignoring volume retention periods?
Hi Ryan, What i am trying to do is to force bacula not to reuse any previously written volume EVER. It's really weird that bacula thinks this volume has no data on it (thanks by the way, i havent noticed that myself :-) ). All volumes contain data, I can restore every one of them. > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have deleted the original e-mail that contained the problem. ;) Please > leave the whole e-mail text intact as it helps people who want to join > in mid-way, even if they have deleted earlier mail. > > Keep in mind that the Recycle flag here is different than Recycle > status. Again, I don't have the initial e-mail so I forget what is being > attempted here, but it may be tricky to keep it from writing to a volume > that has no data on it, because it will typically be more appealing than > any volume that does. > > =R > > Mantas M. wrote: > >> Thanks for your reply Ryan. >> >> I am aware that volume settings are read when volume is created. Current >> volumes, however, were written after the settings were changed to their >> current values, so database should contain current settings, right? >> >> Here's the output of "update" command: >> +-+---+---+--+--+--+-+--+---+---+-+ >> | MediaId | VolumeName| VolStatus | VolBytes | VolFiles | >> VolRetention | Recycle | Slot | InChanger | MediaType | >> LastWritten | >> +-+---+---+--+--+--+-+--+---+---+-+ >> | 4 | 2007-03-27-Mantas | Recycle |1 |0 | >> 5,184,000 | 0 |0 | 0 | File | 2007-03-29 04:53:15 | >> +-+---+---+--+--+--+-+--+---+---+-+ >> Enter MediaId or Volume name: Unexpected question has been received. >> 4 >> Updating Volume "2007-03-27-Mantas" >> Current recycle flag is: no >> Enter new Recycle status: Unexpected question has been received. >> No >> New Recycle flag is: no >> >> -- >> >> I've tried setting the VolStatus to "Used", but in scheduled jobs bacula >> still indicates that it is going to use the the same volume. >> >> What am I doing wrong? >> >> >> >> Ryan Novosielski wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Remember to always update your volumes from the pool. The volumes get >>> their settings when they are created, not when you change the config >>> file. See the manual for more information. >>> >>> >>> >> - >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> ___ >> Bacula-users mailing list >> Bacula-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bacula-users >> > > - -- > _ _ _ _ ___ _ _ _ > |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Systems Programmer III > |$&| |__| | | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922) > \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630 > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.5 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFGC8XXmb+gadEcsb4RAvzLAJ9H/RsjyQPNvdT947gnJ/pUr0TvRQCffXaR > PP+Vph3cOS6wvkJbZRec6QE= > =MWcr > -END PGP SIGNATURE- > > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] bacula ignoring volume retention periods?
No i haven't, but I'll try that. Also, i guess I've worked out why volume size was incorrect. Apparently, when migrating from older configs (pools were designed in different way), i accidentally left "Purge Oldest Volume = yes" in pool configuration. That is why the volumes were recycled... Thanks Ryan, Martin. Martin Simmons wrote: >>>>>> On Fri, 30 Mar 2007 11:34:33 +0300, Mantas M said: >>>>>> >> Hi Ryan, >> >> What i am trying to do is to force bacula not to reuse any previously >> written volume EVER. >> > > Have you tried setting the VolStatus to Archive on those volumes? > > __Martin > > > >> It's really weird that bacula thinks this volume has no data on it >> (thanks by the way, i havent noticed that myself :-) ). >> All volumes contain data, I can restore every one of them. >> >> >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> I have deleted the original e-mail that contained the problem. ;) Please >>> leave the whole e-mail text intact as it helps people who want to join >>> in mid-way, even if they have deleted earlier mail. >>> >>> Keep in mind that the Recycle flag here is different than Recycle >>> status. Again, I don't have the initial e-mail so I forget what is being >>> attempted here, but it may be tricky to keep it from writing to a volume >>> that has no data on it, because it will typically be more appealing than >>> any volume that does. >>> >>> =R >>> >>> Mantas M. wrote: >>> >>> >>>> Thanks for your reply Ryan. >>>> >>>> I am aware that volume settings are read when volume is created. Current >>>> volumes, however, were written after the settings were changed to their >>>> current values, so database should contain current settings, right? >>>> >>>> Here's the output of "update" command: >>>> +-+---+---+--+--+--+-+--+---+---+-+ >>>> | MediaId | VolumeName| VolStatus | VolBytes | VolFiles | >>>> VolRetention | Recycle | Slot | InChanger | MediaType | >>>> LastWritten | >>>> +-+---+---+--+--+--+-+--+---+---+-+ >>>> | 4 | 2007-03-27-Mantas | Recycle |1 |0 | >>>> 5,184,000 | 0 |0 | 0 | File | 2007-03-29 04:53:15 | >>>> +-+---+---+--+--+--+-+--+---+---+-+ >>>> Enter MediaId or Volume name: Unexpected question has been received. >>>> 4 >>>> Updating Volume "2007-03-27-Mantas" >>>> Current recycle flag is: no >>>> Enter new Recycle status: Unexpected question has been received. >>>> No >>>> New Recycle flag is: no >>>> >>>> -- >>>> >>>> I've tried setting the VolStatus to "Used", but in scheduled jobs bacula >>>> still indicates that it is going to use the the same volume. >>>> >>>> What am I doing wrong? >>>> >>>> >>>> >>>> Ryan Novosielski wrote: >>>> >>>> >>>>> -BEGIN PGP SIGNED MESSAGE- >>>>> Hash: SHA1 >>>>> >>>>> Remember to always update your volumes from the pool. The volumes get >>>>> their settings when they are created, not when you change the config >>>>> file. See the manual for more information. >>>>> >>>>> >>>>> >>>>> >>>> - >>>> Take Surveys. Earn Cash. Influence the Future of IT >>>> Join SourceForge.net's Techsay panel and you'll get the chance to share >>>> your >>>> opinions on IT & business topics through brief surveys-and earn cash >>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>>> ___ >>>> Bacula-users mailing list >>>> Bacula-users@lists.sourceforge.net >>>> https://list
Re: [Bacula-users] Path limitation Win32 clients
I would like to add, that this problem might be solved by using a 'windows symlink' aka junction. Please note that i haven't tested that myself, just an idea. more info about junctions: http://shell-shocked.org/article.php?id=284 Kern Sibbald wrote: > On Sunday 12 November 2006 23:17, Support wrote: > >> Dear Users >> >> If Bacula is backing up a Windows XP client that has a path filename depth >> depth greater than 260 characters does the Client / Director report an >> error with the Standard messages? >> >> I have users that tend to exceed this path limitation. >> >> > > I'm not sure, but in any case you should convince your users to avoid such > situations since a lot of Windows tools break with long path/filenames. > > If you *really* need to backup/restore such files, you might want to try to > load the 1.39.26 Windows BETA file daemon, which does handle long paths. It > *should* work with older Dir and Storage daemon. Good testing will be needed > to prove this theory though. If you try this, you will need to carefully > read the ReleaseNotes to understand how to install it as a lot of things have > changed. > > - > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Path limitation Win32 clients
Sorry, forgot to mention that this only works on NTFS v5 filesystems. But this probably shouldn't be a problem as v5 (also known as v3, dont ask me why) was shipped with windows 2k. > I would like to add, that this problem might be solved by using a > 'windows symlink' aka junction. Please note that i haven't tested that > myself, just an idea. > > more info about junctions: > http://shell-shocked.org/article.php?id=284 > > Kern Sibbald wrote: > >> On Sunday 12 November 2006 23:17, Support wrote: >> >> >>> Dear Users >>> >>> If Bacula is backing up a Windows XP client that has a path filename depth >>> depth greater than 260 characters does the Client / Director report an >>> error with the Standard messages? >>> >>> I have users that tend to exceed this path limitation. >>> >>> >>> >> I'm not sure, but in any case you should convince your users to avoid such >> situations since a lot of Windows tools break with long path/filenames. >> >> If you *really* need to backup/restore such files, you might want to try to >> load the 1.39.26 Windows BETA file daemon, which does handle long paths. It >> *should* work with older Dir and Storage daemon. Good testing will be >> needed >> to prove this theory though. If you try this, you will need to carefully >> read the ReleaseNotes to understand how to install it as a lot of things >> have >> changed. >> >> - >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> ___ >> Bacula-users mailing list >> Bacula-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bacula-users >> >> >> > > > - > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] storing bootstrap files
Hello, I'm using bacula in a D2D2D backup scenario (disk 2 disk 2 disk), files in storage daemon are overwritten every night, but they are kept in external hard drives for a few weeks-months. Since bootstrap files are overwritten every night as well, it's probably a good idea to save them to external drives as well, right? The thing I'm wondering about is how a backup procedure would look in this scenario? Should I somehow 'show' bacula where the bootstraps are located when restoring, or put them in the original location where they were created? Would appreciate some coverage on this. Thanks! - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] fd failing on windows 2003
Hello, I'm running bacula-fds (1.38.11) on a few W2k3 computers, on one of them the file daemon service is constantly crashing. I saw a similar problem discussed about a month ago, apparently the problem there was fd running on non Local System account. This is not my case, bacula-fd runs under that account. Most of the time it works ok, but atleast once a week I come to work, and find that backups on that machine have failed, since the fd isn't running. Event logs contains no useful information. Anyone has any idea what might be the problem? Thanks for help in advance. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] fd failing on windows 2003
Hi, As a matter of fact, I am using the "restart service" feature microsoft kindly provided us ( I guess they saw the problems coming :-) ). However, this doesnt seem to help much. My guess now is that the service closes with exit code 0, so windows think that everything is the way it should be. Though that does not explain why the hell there is not a single record about that in the event log, normally it logs every start/stop of any service. The only thing unusual about the server is that we use the console session remotely _a lot_, but I assume this shouldnt be causing troubles with fd? Erich Prinz wrote: > Yes, Windows 2003 is a Microsoft product. No, I'm not being > sarcastic - just honest. > > I have this issue occur with various services on different servers > deployed in many different environments. It is not unusual to have > things become unstable that were previously rock solid - considering > the sheer number of security updates that occur every month, I'm > surprised it happens so infrequently. Of course, I may be preaching to > the choir here. > > My work around for misbehaving services is to set the restart > parameters for the specific service. It dies, the system waits a > specific time period and restarts the service. Microsoft gives us 3 > slots to make those decision points. You can even script the final > event to fire off an email to you advising the untimely death of your > FD service so you don't have to stumble upon the rotting carcass that > was suppose to be a nice backup job. > > HTH > > Erich > > >> >> Thanks for help in advance. >> >> - >> >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> ___ >> Bacula-users mailing list >> Bacula-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bacula-users >> > > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] fd failing on windows 2003
Alan Brown wrote: > Has anything else stopped running? No, except the bacula-fd the server is acting stable. > This might sound trite, but have you run memtest86+ on the hardware? Actually, i didn't. It never crossed my mind, that this might be a hardware issue. Maybe i'm wrong but I guess it's not likely, since this is pretty much the only problem we have with that machine. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] [Bacula-devel] GUI Interface Name Voting
Priority Name Number = 13 27 34 = Actual names 3 - badmin 7 - bat (Bacula Admin Tool) 4 - bgui - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Win2k Automated Upgrade from 1.3x to 2.0
I've been looking for a way to automate the setup on xp workstations as well. After some fifteen tries to install and uninstall bacula in various ways i've decided to go the with the merest: 1. stop the service 2. replace the binary files 3. start the service again. as far as i've tested this, it works completely fine, and you do not have to play with nullsoft installers. I would like however to add some comments on the installers. Installer (as well as uninstaller) shows way to much messages which do not require any reaction form the user. For instance, why do we need that "service was successfully installed (removed)" message? I believe there should only be one saying, that service install failed, in case that happens. If (un)installer wouldn't have this irritating feature, it'd be easy to push new versios using the original installers, since the /S switch takes care of pretty much all the rest. Regards, Mantas. > Does anyone have any scripts to push updates to clients on Windows 2000 > network? > OR alternatively, > does Bacula-2.0.1.exe has any command line switches to help to automate > deployment? > > If, nothing exists, I will write batch or bash script to do it. > > BTW - I did see the script to update existing 1.3x installs, but since > the 2.0 is quite different, it will not work. > Thanks everyone > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Win2k Automated Upgrade from 1.3x to 2.0
Thanks, Michel that explains why the message is shown regardless of the /S switch. It's sad, though, that this issue was overlooked, as it is a real bug for those, who use bacula in large windows based environments. Mantas. Michel Meyers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mantas M. wrote: >> I've been looking for a way to automate the setup on xp workstations as >> well. After some fifteen tries to install and uninstall bacula in >> various ways i've decided to go the with the merest: >> >> 1. stop the service >> 2. replace the binary files >> 3. start the service again. >> >> as far as i've tested this, it works completely fine, and you do not >> have to play with nullsoft installers. >> >> I would like however to add some comments on the installers. Installer >> (as well as uninstaller) shows way to much messages which do not require >> any reaction form the user. For instance, why do we need that "service >> was successfully installed (removed)" message? I believe there should >> only be one saying, that service install failed, in case that happens. >> If (un)installer wouldn't have this irritating feature, it'd be easy to >> push new versios using the original installers, since the /S switch >> takes care of pretty much all the rest. > > If I recall correctly, the Installer is not the one giving that message. > At least when I wrote the first version, it was the FD itself giving the > message when called with /install et al. (Hence I had no way of getting > rid of it in the installer.) Unless somebody added these messages to the > new installer (and forgot to make them silencable), the FD probably > needs modifying. This subject already came up on the list if I recall > correctly, unfortunately I have forgotten the outcome of that discussion. > > Greetings, >Michel > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.6 (MingW32) - GPGrelay v0.959 > > iD8DBQFFud762Vs+MkscAyURAoNkAJ4mxFfU9zJrNcCA9/S6QtMkynWmzwCfR5LN > VLDT2KZBeEjIPzo//5wJQ34= > =Qz9z > -END PGP SIGNATURE- > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] fd failing on windows 2003
Nod32. Erich Prinz wrote: > What Anti Virus package are you using? > > E > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] fd failing on windows 2003
Erich, thanks for help anyway. I will be upgrading to v2 soon, hopefully this will solve the problem. Mantas Erich Prinz wrote: > I'm out of ideas. > > Norton posed a problem for quite a few people on the list some time > ago (I can't recall the time frame.) Not sure of the specific fix, but > excluding bacula-fd.exe is certainly one key element. > > The output doesn't give me any clues either. Maybe check the AV and > see if that changes the failing executable. > > Erich > > > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Linksys is killing socket between director and SD
As someone suggested, you might try using different firmware. There are a lot of options for these linksyses. DD-WRT is definitely one of them but I personally prefer "tomato". James Harper wrote: >> I think that makes any Bacula job longer than 10 minutes impossible >> > using > >> this Linksys router. Looks like I'm out of luck. I have updated to >> > the > >> newest firmware, and the Linksys config doesn't have any ability to >> > modify > >> the timeout value. I suppose I could buy a new router, or set up a >> > new > >> offsite backup storage daemon. Unless anyone else has any brilliant >> ideas :) >> >> Kern, if you are reading this, what are the chances that a heartbeat >> > could > >> be implemented between the director and the storage daemon? >> >> > > Is Bacula using setsockopt SO_KEEPALIVE's on every socket (it seems that > it does in bnet.c)? If so, you probably just need to set this to more > sensible values in /proc (assuming you are running Linux... I can't > remember if you said or not). > > Try: > > echo 300 > /proc/sys/net/ipv4/tcp_keepalive_time > echo 60 > /proc/sys/net/ipv4/tcp_keepalive_intvl > echo 10 > /proc/sys/net/ipv4/tcp_keepalive_probes > > This will send the first keepalive after 5 minutes, and then every 60 > seconds after that, and will drop the connection if no response is seen > from 10 consecutive probes. > > The default is that the keepalive won't start for 2 hours (7200 seconds) > after the connection has been idle. Not much good in your case. > > http://libkeepalive.sourceforge.net/docs/TCP-Keepalive-HOWTO has some > useful info about the way it all works. > > Does Bacula include any application level keepalives? There should be no > need to do this if you've set /proc and setsockopt correctly, unless the > respective daemons implement their own application level timeouts. > > James > > > - > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Splitting config files
try putting config files in a location, with has no spaces in the path. e.g. c:\\temp\\bacula - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Winows fd random shutdowns debunked
Hello, I've just submited a bug report regarding this issue, but until it remains unsolved, i'll share my experience in case anyone else runs in to the same problem: For a long period of time i had a strange issue with windows (xp pro, server 2003) fds randomly shutting down. At last, today I figured out why. Issue occurs at these scenarios: * User A logs in. Then user B connects to the machine using remote desktop. A dialog pops up asking if B wants to remotelly log off A. If accepted, A gets logged off and fd service shuts down. * User A logs in, locks the computer (ctrl+alt+del > lock computer). Then user B unlocks it with his account (B has to have administrative privileges for this to work). The same dialog pops up, if you choose to force log off of user A, the fd gets shut down. I guess the problem is, that the file daemon service and the gui program that resides in the systray are actually the same process. When the systray program gets closed down, the fd service goes down as well. I hope this helps... You can check the status of the bug at http://bugs.bacula.org/view.php?id=893 Regards, Mantas - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Winows fd random shutdowns debunked
Hi John, Yes, it would be great if You could email the executable or upload it somewhere. Thanks, Mantas. John Drescher wrote: >> Currently, development is under progress to separate the tray monitor >> from the FD itself (required for vista). That should fix this issue. >> > Sorry about the delay of that I had problems with my car that are > prevented me from working on this last week. At this point the tray > has been removed from the bacula-fd but the separate tray app is not > yet started. If anyone wants the executable I do have one I could > email that has the tray removed. > > John > > - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Winows fd random shutdowns debunked
Yes, i did try the new bacula, and yes, it did fix the problem. I must say quite like it without the systray monitor as well:) Thanks, John. John Drescher wrote: > On 7/10/07, Mantas M. <[EMAIL PROTECTED]> wrote: >> Hi John, >> >> Yes, it would be great if You could email the executable or upload it >> somewhere. > Did you try the new bacula? Did it fix the problem? > > John > - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] 4GB limit
Looks like an issue with file system. What fs do you use on that harddrive? Paul Constable wrote: > I am running bacula postgresql 2.1.20-1 on opensuse10.2, which is a > testbed > for future deployment. > I am using a usb harddrive, as the repository for the backups, but > continually > butt up against this 4GB limit. I changed from the mysql variant, after > having goolged and got pointed to this anomaly, being a constraint of > mysql. > I have used the 'Maximum Volume Bytes = 0' in the pool definition, but > still > am hitting the 4GB limit. > Any pointers would be much appreciated. > TIA. > Paul > > - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] [Bacula-devel-fr] One more beta
I had a rather strange experience with the 2.1.27 windows fd version. (.27 is not out yet, but Kern has included a link in response to my bug report regarding some win fd issues) On one of my machines it ignored the file list, and made a backup of the whole C: drive instead of a few dirs. Switching to 1.38.10 fixed it. Kern Sibbald wrote: > On Wednesday 18 July 2007 11:54, Adam Cécile wrote: >> Kern Sibbald a écrit : >>> Hello, >>> >>> Since Beta 2.1.26 Eric and I have made a few changes and fixed a few bugs > in >>> Bacula and Dirk has made a few updates to bat, so I am thinking of making > a >>> new beta release today or tomorrow. I will wait to get some feedback from >>> Eric concerning a problem Bill Moran has found in regression testing with >>> regexwhere before cutting this beta. >>> >>> If anyone thinks there is any other critical item to implement/fix before > the >>> final release, now is the time to speak up. >>> >>> Best regards, >>> >>> Kern >>> >>> - >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> ___ >>> Bacula-users mailing list >>> Bacula-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/bacula-users >>> >> Hi, >> >> I have some issues with a two drive autochanger and concurrent jobs. >> It works fine until two drive got tape from different pool. >> Let's assume there's one tape in drive0, pool weekly; one tape in >> drive1, pool daily; one job running on each tapes. >> If a new daily job is run, bacula will try to run it on drive0 and then >> fails because the drive is in use. >> >> Is this bug supposed to be fixed in 2.2 ? > > This problem is fixed in the current 2.1.26 beta version. If you want to be > sure, I recommend that you test it. > >> It's my only whish, bacula is great ;) >> >> Thanks in advance Kern, >> >> Regards, Adam. >> >> -- >> Adam CECILELinbox / Free&ALter Soft >> 152 rue de Grigy tél: +33 3 87 50 87 95 >> Technopôle Metz 2000 fax: +33 3 87 75 19 26 >> 57070 METZ - Francehttp://www.linbox.com >> >> >> - >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> ___ >> Bacula-devel-fr mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/bacula-devel-fr >> > > - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] [OFF-TOPIC] Bacula Web-based
Hi, there are two web based tools that allow you to _get info_ about the backups from the database. bacula web: http://www.bacula.org/bacula-web/bacula-web.html and webacula: https://sourceforge.net/projects/webacula The first one is written in php, i know that since im using it. Not sure about the second one, though. If you want to develop a tool that allows to actually control stuff like bconsole does, you would probably like to post to bacula-devel mailing list instead. Mantas. Suporte T.I - Grif Rótulos wrote: > Hello Fella, > > I think to build an interface web based as bconsole, but via web. > My doubt is, It's possible to build this interface with PHP or need > another language? > > Tanks. > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] no label for a volume
Do you have LabelMedia = yes; set in the device section of your sd config? Luca Ferrari wrote: > Looking in the messages I found this: > > 25-Jul 08:58 backup-dir: Start Backup JobId 761, > Job=sede_Vol2Samba_job.2007-07-25_08.58.35 > 25-Jul 08:58 backup-dir: Created new > Volume "sede_Vol2Samba_job-2007-07-25--8-58" in catalog. > 25-Jul 08:58 backup-sd: End of Volume "sede_Vol2Samba_job-2007-07-25--8-58" > at > 0:0 on device "sede_Vol2Samba_storage" (/backup/sede/vol2). Write of 240 > bytes got -1. > 25-Jul 08:58 backup-sd: Marking Volume "sede_Vol2Samba_job-2007-07-25--8-58" > in Error in Catalog. > 25-Jul 08:58 backup-dir: sede_Vol2Samba_job.2007-07-25_08.58.35 Error: > sql_create.c:384 Volume "sede_Vol2Samba_job-2007-07-25--8-58" already exists. > 25-Jul 08:58 backup-dir: sede_Vol2Samba_job.2007-07-25_08.58.35 Error: > sql_create.c:384 Volume "sede_Vol2Samba_job-2007-07-25--8-58" already exists. > 25-Jul 08:58 backup-sd: Job sede_Vol2Samba_job.2007-07-25_08.58.35 waiting. > Cannot find any appendable volumes. > Please use the "label" command to create a new Volume for: > > > but the volume does not exists and I don't know what the above error "got -1" > meansjust I'm not running out of space. > > Any idea/suggestion? > > Luca > > > On Tuesday 24 July 2007 Luca Ferrari's cat, walking on the keyboard, wrote: >> Hi all, >> I've got several job definitions that are similar, but the following is not >> working: >> >> Job { >> Name = sede_Vol2Samba_job >> Enabled = no >> Type = Backup >> Level = Incremental >> Client = sede-fd >> FileSet = sede_Vol2Samba_fileset >> Storage = sede-samba-sd >> Messages = Daemon >> Pool = sede_vol2_pool >> Schedule = Night-Incremental >> } >> >> >> >> Pool { >> Name = sede_vol2_pool >> Pool Type = Backup >> Recycle = yes >> AutoPrune = yes >> Volume Retention = 365 days >> Accept Any Volume = yes >> Label Format >> = "${Job}-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}--${Hour}-${Minute}" >> Maximum Volume Jobs = 1 >> Use Volume Once = yes >> } >> >> >> in fact the job stay blocked waiting for media, and in particular there is >> no label for the volume: >> >> Running Jobs: >> Writing: Full Backup job sede_Vol2Samba_job JobId=749 Volume="" >> pool="sede_vol2_pool" device=""sede_Vol2Samba_storage" >> (/backup/sede/vol2)" >> Files=0 Bytes=0 Bytes/sec=0 >> FDReadSeqNo=6 in_msg=6 out_msg=4 fd=5 >> >> >> Other jobs with an identical pool get labeled right, why this is not? >> Any suggestion? >> >> Thanks, >> Luca >> >> - >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> ___ >> Bacula-users mailing list >> Bacula-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bacula-users > > > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] no label for a volume
Does the file gets created ? What is its size? I'd make sure that: * There is enough free space on the disk * Bacula sd can write to that directory Mantas Luca Ferrari wrote: > On Wednesday 25 July 2007 Mantas M.'s cat, walking on the keyboard, wrote: >> Do you have LabelMedia = yes; set in the device section of your sd config? > > Yes I've got, the following is the device used in bacula-sd.conf: > > Device { >Name = sede_Vol2Samba_storage >Archive Device = /backup/sede/vol2 >Device Type = File >Removable Media = No >Random Access = Yes >Media Type = sede_disk_storage >LabelMedia = yes >AutomaticMount = yes > } > > > and this is the mapping with the storage in bacula-dir.conf: > > > Storage { > Name = sede-samba-sd > Address = 192.168.1.4 > SDPort = 9103 > Device = sede_Vol2Samba_storage > Media Type = sede_disk_storage > } > > > Any idea? > > Thanks, > Luca > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users