[Bacula-users] Buffalo TeraStation
Has anyone used Bacula with Buffalo TeraStation? Is there any way to load the storage daemon onto the TeraStation, or would I have to mount the TeraStation disks onto another box and run the storage daemon from there? Thank You Sim - 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] upgrading win32 fd from 1.37beta
To upgrade from the current beta win32 fd to the new fd win32, is it possible to stop the service and copy the bacula-fd.exe file to the c:\bacula directory and restart the service, or is there a reason it must be fully installed? I would like to write a script that remotely stops the service on all clients, puts the file in the directory, and restarts the client service. I just want to make sure that the new version doesn't add to or change the registry or any other important aspects. Thank You Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] switching volume problem
I am using 4 external hard drives as my pool. Every month I plan on swapping them and then recycling on the 5th month. The device for each drive is the same /dev/sda1 I only have one Device in my bacula-sd.conf file, because they are all labeled the same. The problem is when I switch devices I get an error 03-Nov 16:31 USBBackup: SimBackup.2005-11-03_16.31.13 Warning: Volume "October2" not on device "sda1" (/mnt/usbdrive). 03-Nov 16:31 USBBackup: Marking Volume "October2" in Error in Catalog. 03-Nov 16:31 USBBackup: Wrote label to prelabeled Volume "November" on device "sda1" (/mnt/usbdrive) Do I need to have 4 Devices listed in my bacula-sd? What does it mean the Volume October2 is marked in Error? Thank You Sim Zacks --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Restore using python - need example
>From Python/PHP you can script the console, so you can write your web app in any case. I'm a Python programmer if you have questions or are looking to farm out a job. Sim Dave Sutherland wrote: >Hello, > > I'm build a really simple web interface to list all >the recent jobs, grouped by client. I have this >runing now and would appreciate two examples of how to >use python in a php web application to do: > > 1.Restore a job given a jobid > 2.Restore selected files from a job given the jobid >and list of files > >BTW: I not a python programmer, so the more detailed >the explination the better and before anyone points >out that there is a bacula-web application - yes I >know. > >Any python programmers out there? > >Thanks >Dave > > Hi Dave, I hope somebody will correct me if I'm wrong, but I don't think this is possible at the moment. It is possible to write Python code that will be executed when certain events occur within Bacula; a tape needs to be mounted, a backup job starts, etc. What you want to do is possible by scripting bconsole. Have a look at the code for wxconsole for hints on how to do it. Greetings, Jo --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] upgrade win client
To upgrade Windows clients (from the 1.37 beta), does the setup package need to be run or is it enough to simply switch the bacula-fd.exe to the new one? If the setup needs to be run, is there a silent install? Thank You Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] client side backup exclude (feature request?)
I gave some of my users the possibility to include directories, I never tried excluding but I would think it is the same thing. My bacula-dir.conf includes: Include{ Options{ ... } File = \ Hello, > > I'm searching for a possibility to define an exclusion on the client side. > The consultation of the outstanding documentation unfortunately brought > no explanation. I hope, I surveyed nothing. Unfortunately, you didn't overlook anything. > Background: many of our users have temporary or unimportant datas in > their directory, it not "worth" to be backed up to tape. The decision > over this is with the user. > O.K., I know I can create a file list for the backup by a script, but it > would be much easier to delegate this to bacula. ;-) That's not possible without using special commands, like the scripts you mention. > The idea is to place a file (e.g. .nobackup) into the directory which is > to be excluded. Bacula doesn't support this, which I think is the right decision - most setups rely on a centrally managed backup scheme, because you simply can't trust your users to do things right :-) Anyway, I see a solution, also having the positive side-effect of educationg your users. Basically, tell your users that they can use only a limited amount of space. Quota are a good solution to that. If you also have users who need lots of disk space for their work, and who don't think it needs to be backed up, tell them to use the /temp directory. If you or your users want to keep their data in the home directories, even if it's temporary data only, have them create a directore ~/nobackup/ which you can exclude from your filesets. To enforce that, you might even consider monitoring each users backup space and announce to stop doing backups if it regularly exceeds a reasonable size. If all of this doesn't work, your users should really consider rethinking their storage needs and the way they decide where to store and what to keep ;-) Erm, once again the short answer: Bacula can't do that, but feel free to implement such an option :-) Arno > Best regards, > Jens Boettge > > > > --- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > -- IT-Service Lehmann[EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642 ___ 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. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Bacula FileSet Problem
Try this: Fileset { Name="fileset" Include{ Options{ WildFile=*.ppt Wildfile=*.xls WildFile=*.txt WildFile=*.sxw } Options{ wildfile=*.* exclude=yes } File = c:/ } } Thank You Sim Zacks IT Manager CompuLab 04-829-0145 - Office 04-832-5251 - Fax Try the following : FileSet { Name = "fileset" Include { File = "c:/*.ppt" File = "c:/*.xls" File = "c:/*.txt" } } KeenLearner (sent by Nabble.com) wrote: > Hi to all, > i am new to Bacula, so need ur help regarding File Set syntax. > > i have a mixed platform clients .like win-98, win-2000, win-xp, linux > my requirement is to take backup of every txt, ppt, xls,sxw files from > all the client machines. > But as far as i knw abt bacula..we can exclude the file but cant say > that take backup of only this extensions of files. > > If any one knw this then pls let me knw.. > i have tried like this: > > FileSet { > Name = "fileset" > Include { > File = c:/*.ppt > File = c:/*.xls > File = c:/*.txt > } > } > but this is not at all working.. > Pls help me out..this is little urgent > > Thanks & Regards, > KeenLearner > > > > View this message in context: Bacula FileSet Problem > <http://www.nabble.com/Bacula-FileSet-Problem-t1068670.html#a2779798> > Sent from the Bacula - Users > <http://www.nabble.com/Bacula---Users-f547.html> forum at Nabble.com. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 ___ 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. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] libpq not found error
I am in the middle of configuring and installing bacula for the first time and I have run into a problem that I can't figure out. When I try to start the bacula-dir daemon I get the error: /sbin/bacula-dir: error while loading shared libraries: libpq.so.4: cannot open shared object file: No such file or directory I checked the config.out file and the relevant lines seem to be: Database Type: PostGreSQL Database lib: -lcrypt -L/usr/local/pgsql/lib -lpq SQL binaries Directory /usr/local/pgsql/bin The file libpq.so.4 is in the /usr/local/pgsql/lib directory. We already have a PostGresql 8.0 server running on the same machine as I've installed bacula with postgresql support. It created the databases fine and everything. I also tried linking the libpq file into the bacula directory, with no change in the error. Does anybody have a clue as to what is going on? Thank You Sim CompuLab --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] libpq not found error
I found the problem. I was searching for it as a bacula problem, but I found the answer on a postgresql mailing list. I edited the ld.so.conf file and added the postgresql lib dir and then ran ldconfig as root. The daemon is now running. Thank You Sim CompuLab I am in the middle of configuring and installing bacula for the first time and I have run into a problem that I can't figure out. When I try to start the bacula-dir daemon I get the error: /sbin/bacula-dir: error while loading shared libraries: libpq.so.4: cannot open shared object file: No such file or directory I checked the config.out file and the relevant lines seem to be: Database Type: PostGreSQL Database lib: -lcrypt -L/usr/local/pgsql/lib -lpq SQL binaries Directory /usr/local/pgsql/bin The file libpq.so.4 is in the /usr/local/pgsql/lib directory. We already have a PostGresql 8.0 server running on the same machine as I've installed bacula with postgresql support. It created the databases fine and everything. I also tried linking the libpq file into the bacula directory, with no change in the error. Does anybody have a clue as to what is going on? Thank You Sim CompuLab --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] client fileset
Is there any way to allow the client computer to define the fileset that they would like backed up? The way I understand it all the FileSets must be defined in the director, which means if I want the users to define their own backup parameters then they would have to have access to the director, which obviously I don't want to give them. Thank You Sim --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] exclude file with no ext
How do you exclude a file with no extension? I tried WildFile = *. and it still backed up the files with no extension. The rest of my wildfiles did not get backed up, so I know that it is conceptually working Thank You Sim Zacks --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Re: JobDefs directive
I haven't tried it yet, but I was planning on putting common details into a separate file and then referencing it with the correct resources. That will give you a control file that multiple resources can utilize without any duplication. Sim Zacks Andrew Paterson wrote: > Hi All, > Is it allowable in bacula-dir.conf to have one 'JobDefs' directive > referencing another one? > (I'm trying to tidy up my config files & remove some of th duplication). My attempt to try this with the latest stable version of Bacula failed with some kind of illegal or not allowed directive error. It *would* be nice to allow this, though. -- Lance A. Brown Senior Systems Programmer ISDS, Duke University --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] file names in different languages
I have a number of files on my computer with Hebrew filenames and they didn't get backed up. The error messages looked like this: 08-Sep 07:45 BackupServer: TamiBackup.2005-09-08_07.45.01 Fatal error: sql_create.c:658 sql_create.c:658 query SELECT FilenameId FROM Filename WHERE Name='ùìåí.doc' failed: ERROR: invalid byte sequence for encoding "UNICODE": 0xed2e64 I assume that it is at least partially a PostGreSQL database problem, the database encoding is Unicode and for Hebrew it should be ISO_8859_8. I have a few questions about this: 1) In PostGreSQL you cannot change the encoding of a database so I would need to destroy it and start a new one. (No problem because I am in test). Is this simply a matter of dropping the database and restarting, or are there more complications involved? 2) The filename that is listed here is in Unicode characters and not Hebrew. If the file gets backed up with that "translation" will it restore it with the Hebrew filename or the bad translation, and just as important, would it be possible to see the Hebrew filename in the list of restore files. Obviously I won't be able to restore a file if I can't read its name. 3) Are there any language settings that I should be aware of? Thank You Sim --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] language (charset) problems
I have files with names in different languages (different charsets). I am trying to back them up from my windows 2000 client. I changed the encoding on my postgresql database to accept those characters but bacula is not backing them up. I am getting the following error: 11-Sep 12:12 sim: Could not stat e:/my documents/???.doc: ERR=The filename, directory name, or volume label syntax is incorrect. The ???.doc is a file with a different charset then ascii. I also went into the GUI console and tried typing in a different charset and it only printed gibberish. Is this a known problem? Is there anyway to back up files with names from a non-ascii charset? Is there a way to restore these files? Thank You Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] windows client error 1067
I have installed the windows bacula client 1.37.38 on 7 windows machnes without a problem. On the 8th computer the service refuses to start and gives an error: Could not start the Bacula File Server service on Local Computer Error 1067: The process terminated unexpectedly This computer has a slightly different install because the user wanted it on his local e: drive and not on c:. Also he doesn't have any shares set up on his computer. I don't know if that should make any difference or not,but I thought I would mention them. Any thoughts on what could be the problem? Thank You Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Include & Exclude + RegexFile
I am using the following FileSet to backup only doc and sxw files on Windows. I have tested this on 1.37.38 and also the current stable version, whatever that might be. >From what I understand in the documentation, when it hits a matching option it follow the rule and if there is no matching option it includes it, so when it sees a doc or sxw file it skips the second Options clause. If it is not a doc or sxw then it always matches the second Options clause. There is no "default" files to be included by not matching. I could not figure out how to not include just files with no extension FileSet{ Name = "docfiles" Include{ Options{ compression = GZIP signature = MD5 wildfile = *.doc wildfile = *.sxw } Options{ wildfile = *.* exclude = yes } File = "e:/my documents" } } Sim It would indeed be very logical. But it doesn't work unfortunately. Exclude everything with .* or *.* or ".*" or "*.*" doesn't work. It is not permitted in the Exclude resource. My guess is that it should be something like RegexFile = "^.?*$" But I can't get it to work. >Sorry, thought it would be logical. What happens if you just use an >exclude of ".*" or whatever everything is, does the include take >precedence? > >-Original Message- >From: Robert Buurke [mailto:[EMAIL PROTECTED] >Sent: 21 September 2005 11:19 >To: Purcocks, Graham >Cc: bacula-users@lists.sourceforge.net >Subject: RE: [Bacula-users] Include & Exclude + RegexFile > >I tried your suggestion, but without the exlude section it backs up >everything from the specified directory. > > > >I'm not using this version so I'm shooting from the hip, but I would > >think you don't need the exclude section at all, as using a wild in the > >include would automatically exclude everything else, otherwise what's > >the point. > > > >Try removing the exclude section. > > > >Graham > > > > > >Bacula-dir is 1.36.2 > >Bacula-fd on the Windows client is 1.36.2. > >I also tried bacula-fd 1.36.3 on the Windows client without succes. > > > > > > > > >Hello, > > > > > >On 21.09.2005 09:43, Robert Buurke wrote: > > > > > >>Sometimes life can be so simple ;-) > > >>It works what you suggested. > > >> > > >>But on another client I need to include *.bkf files and exclude >every > > >>other file. What I have tried is this: > > > > > >I'll have to follow this discussion as I always struggle with >excludes > >;-) > > > > > >>FileSet { > > >> Name = "Client3" > > >> Include { > > >> Options { > > >> wildfile = *.bkf > > >> } > > >> Options { > > >> Exclude = yes > > >> RegexFile = "^.?*$" > > >> } > > >> File = "C:/baculatesting" > > >> } > > >>} > > >> > > >>When I try to do an "estimate" of the client I get "error sending > >include > > >>list". > > >>If I then check messages in bconsole it says: > > >> > > >>ERROR in getmsg.c:133 Malformed message: REGEX EX EX EX EX EX EX EX >EX > >EX > > >>EX EX etc. > > >>*Console* Fatal Error: Socket error from Filed on Include command: > >ERR=No > > >>data available. > > > > > >Which version of the bacula-fd is running on the client, and which > > >bacula-dir version? I guess this might be an imcompatibility with a > > >pre-regex windows FD... then, I'm not even sure if windows FD is > >supposed > > >to understand regexs. > > > > > >Arno > > > > > >>I have installed almost every regex library package with apt-get and > >the > > >>Windows client has .Net Framework 1.1 SP1. > > >> > > >> > > >>>Robert Buurke wrote: > > >>> > I'm trying to exclude *.bkf files and include all the other >files > >of a > > >>> > directory on a Windows client. I used the example from the >User's > > >>>Manual: > > >>> > > > >>> > FileSet { > > >>> > Name = "Full Set" > > >>> > Include { > > >>> > Options { > > >>> > wildfile = *.Z > > >>> > wildfile = *.gz > > >>> > Include = yes > > >>> > } > > >>> > Options { > > >>> > Exclude = yes > > >>> > RegexFile = "^.?*$" > > >>> > } > > >>> > File = /myfile > > >>> > } > > >>> > } > > >>> > > > >>> > > > >>> > And changed it to: > > >>> > > > >>> > FileSet { > > >>> > Name = "Client2" > > >>> > Include { > > >>> > Options { > > >>> > Include = yes > > >>> > RegexFile = "^.?*$" > > >>> > } > > >>> > Options { > > >>> > Exclude = yes > > >>> > wildfile = *.bkf > > >>> > } > > >>> > File = "C:/baculatesting" > > >>> > } > > >>> > } > > >>> > > > >>> > If I restart Bacula it complains about that the Include keyword >is > >not > > >>> > allowed in permitted in this resource. If I then remove Include >= > >yes > > >>> > from the resource it stops complaining b
[Bacula-users] windows client install
I just had 2 interesting situations that I thought I would share. I installed Bacula on 9 clients, standard install, worked fine. One user wanted bacula on a different drive and it would not start at all until I reinstalled it on the c: This is mentioned in the documentation, but I missed it the first time around. The second user installed it on the c drive, but his system directory is not on the c:. His client wouldn't start as a service, but it started fine when I ran it from the command prompt, trying to get a trace. There was no trace and it started fine, so I assume the service code requires the system to be on the c: too. Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] client update
Is there an easy way to auto update the bacula clients (file daemons) when upgrading to a new version (both windows and linux)? I am currently using the beta version across the network, and would hate to have to go to each of 30 clients and manually update it when the stable version is released or if there is a bug fix that I want to use. Thank You Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] switching media
I am using 4 external hard disks to back up my data. My schedule is at the beginning of the month it does a full backup of all the computers and then every night it does incremental. Do I have to do anything with pools and volumes, or can I just plug in the new hard drive and label it? If I have autoprune = yes and retention of jobs and volumes set for 4 months, after 4 months when I get back to the 1st hard disk, if I just erase it and label anew, would that cause any problems? If I have 2 labels on the disk, and set MaximumConcurrentJobs to 2, will it write the 2 simultaneous jobs to the 2 different labels, thus solving the complexity issue? Thank You Sim --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] RAID or What?
I read it. I thought it was written very well, though you did spell "considered" wrong. Thank You Sim At this point I'd also welcome some indication that anyone has even read this Thanks, David >From: "David Thurston" <[EMAIL PROTECTED]> >To: bacula-users@lists.sourceforge.net >Subject: [Bacula-users] RAID or What? >Date: Thu, 16 Mar 2006 02:08:36 -0700 > >I have a 4 Drive, Hot Swappable, External SATA Enclosure with 1+ Tb of >storage. > >My goal is to be able to rotate drives off-site and just plug in >(recycle) new drives for on-site backup like very big tapes. > >I can set it up RAID 5 so that I get parity and hotswap rebuild via the >RAID >setup, but that doesn't allow for moving data off site. > >Is there some way to use this new feature (Virtual Disk Autochanger) or >some other way to treat the individual drives as really big removable >tapes? > >Is there some other way I haven't concidered? > >I know that Kern was working on something for hot swap drives from >reviewing posts in the archive over the last few months. > >Has anyone crossed this bridge yet? > >All hand holding welcome ;) > >Thanks, > >David --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] device recommendation
I am looking for a recommendation for a network backup device. I have 40 computers in the network (both windows and Linux), approximately 250 GB per month that needs to be backed up, but that will grow. I have tried using external hard disks, but I was not happy with them. I was using external USB cases with IDE drives and the disks kept crashing. My current strategy is to do a full backup at the beginning of the month and an incremental backup each day in the month and then recycle every 4 months. That way I always have 3 months of data backed up. I would also like the flexibility for different kinds of backup, for example I might in the future want to back the servers up to bare metal recovery on a separate media. Bacula seems to be able to handle all of my requirements, and now I am looking for the hardware. Does anybody have recommendations, what to use, what not to use etc... Thank You Sim Zacks IT Manager CompuLab 04-829-0145 - Office 04-832-5251 - Fax --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] rerunning deleted full backup
I believe there is a when parameter for the run console command. That way you can say run last nights job at 7 PM and then go and play golf without having to wait till everyone's gone. Thank You Sim Zacks IT Manager CompuLab 04-829-0145 - Office 04-832-5251 - Fax > Silver Salonen wrote: > > > I just "accidentally" deleted the monthly full backup made last night (and > > realized the mistake afterwards). Is there a way to upgrade the tonight's > > incremental to full again? > > You can automaticly re-run failed levels again. If it succesfully > ran the backup and then you manually deleted it I'm guessing you'll > have to manually run the full backup yourself; just run the job from > the console and modify the parameters before telling it it's OK to run. Yes, I know I can do that, but I thought that perhaps it wouldn't be necessary to wait for the work-day to end and then run it manually. Silver ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Buffalo Terrastation with bacula?
Has anybody used the Buffalo TerraStation with Bacula? I would appreciate any advice or experience that anyone may have. Thank You Sim Zacks IT Manager CompuLab 04-829-0145 - Office 04-832-5251 - Fax All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users