Re: [Bacula-users] "resume" failed job

2007-02-04 Thread Francisco Reyes
[EMAIL PROTECTED] writes: > I've had similar failures--due to client problems--in the midst of multi-TB > backups, and was extremely interested to hear about what might have been a > solution to resume the backup without starting from the beginning. I think most backup programs encounter this at

Re: [Bacula-users] Purged volumes not getting used

2006-09-19 Thread Francisco Reyes
Kern Sibbald writes: > - Your version of Bacula > - What database (MySQL, ...) you are using and its version. I see you mention > that it is PostgreSQL. > - A list of all the volumes in the pool. > - An "llist pool=xxx" > - An "llist volume=yyy" where you pick one representative volume, which >

Re: [Bacula-users] Purged volumes not getting used

2006-09-19 Thread Francisco Reyes
Jo Rhett writes: > Sorry, Kern, but this isn't true. Recycling DOES work properly, but > "create a new volume" is happening earlier in the decision process > than the recycling. You have to hit max volumes to make recycling happen. Sometimes it does happen. Just not every time. :-( I am going t

Re: [Bacula-users] Purged volumes not getting used

2006-09-18 Thread Francisco Reyes
Martin Simmons writes: > With some versions of PostgreSQL, you might find it useful to reindex all the > file table indexes regularly too, i.e. > > file_filenameid_idx > file_jobid_idx > file_jpfid_idx > file_pathid_idx > file_pkey Will give that a try, but I thought reindexing was not needed on

Re: [Bacula-users] Purged volumes not getting used

2006-09-17 Thread Francisco Reyes
Kern Sibbald writes: > The algorithm is very clearly described in the manual at: > http:/www.bacula.org/dev-manual/Automatic_Volume_Recycling.html#SECTION000243000 In that url I see: Try recycling any purged Volumes Does this meet the criteria? recycle = 1 Difference of current time

Re: [Bacula-users] Purged volumes not getting used

2006-09-17 Thread Francisco Reyes
Francisco Reyes writes: > Francisco Reyes writes: > >> Using Bacula 1.38.11 in FreeBSD 6.1 >> Using disk volumes. >> >> I have a pool with a large set of Purged volumes, yet Bacula continues to >> make new volumes in the pool. > > Better queries. >

Re: [Bacula-users] Purged volumes not getting used

2006-09-17 Thread Francisco Reyes
Bruno Savioli writes: > If I am not mistaken, you need to have a "Maximum Volumes" in your Pool > directives. Bacula first tries a new volume, if there isn't one, it will > look for the purged ones to recycle. Will have to try that, but I thought the behavior was supposed to be: 1- See if any vol

Re: [Bacula-users] Purged volumes not getting used

2006-09-16 Thread Francisco Reyes
Francisco Reyes writes: > Using Bacula 1.38.11 in FreeBSD 6.1 > Using disk volumes. > > I have a pool with a large set of Purged volumes, yet Bacula continues to > make new volumes in the pool. Better queries. To get count. select count(*) from media where volstatus = '

[Bacula-users] Purged volumes not getting used

2006-09-16 Thread Francisco Reyes
Using Bacula 1.38.11 in FreeBSD 6.1 Using disk volumes. I have a pool with a large set of Purged volumes, yet Bacula continues to make new volumes in the pool. Other than trying to set a fixed number of volumes in the pool anything else I can do? Right now this is starting to use too much space

Re: [Bacula-users] Bacula version 1.39 feature freeze

2006-07-29 Thread Francisco Reyes
Kern Sibbald writes: > At this point, I believe that we have the base code for all the planned new > features for 1.39 Is there a place with a list of features currently worked on? I recall seeing a list at one point, but don't have the URL. Also what is the best way to recommend features? The

[Bacula-users] 1.38.9 client and storage didn't work with 1.38.11 server

2006-07-09 Thread Francisco Reyes
Although I solved the problem this is a heads up in case someone has simmilar problems you may have an idea. For several days after I upgraded my bacula-dir to 1.38.11 I was unable to get one machine backed up. It didn't occur to me it may be a conflict with the new server and the old client an

Re: [Bacula-users] Bacula-dir crash: Mutex lock failure

2006-07-05 Thread Francisco Reyes
Bill Moran writes: > Those are the same symptoms I had prior to 1.38.11. Upgrading should > solve this problem. Ok thanks. Upgraded server and the client that failed. Will upgrade the rest of the clients today. Using Tomcat but need to do more? Need to support web services, security? Get stuff

[Bacula-users] Bacula-dir crash: Mutex lock failure

2006-07-04 Thread Francisco Reyes
Just had a bacula-dir crash today. The error in the log was: 04-Jul 11:00 bacula-server: ABORTING due to ERROR in bsys.c:375 Mutex lock failure. ERR=Resource deadlock avoided 04-Jul 11:00 bacula-server: Fatal Error because: Bacula interrupted by signal 11: Segmentation violation Running bacula 1

Re: [Bacula-users] Turning prompt off?

2006-07-02 Thread Francisco Reyes
John Kodis writes: > ( echo -e "delete volume=junk-$n"; echo yes ) | bconsole That approach worked.. of course without the -e :-) Would be nice if one could pass comma separated parameters to commands like delete volume. Using Tomcat but need to do more? Need to support web services, sec

Re: [Bacula-users] Turning prompt off?

2006-07-01 Thread Francisco Reyes
John Kodis writes: > You could use a shell script to automate the task. Something like: > for n in $(seq 27 42); do > echo -e "delete volume=junk-$n\nyes" | bconsole > done What does "-e" does? That option doesn't exist in FreeBSD. > Just make sure that you've got the rang

Re: [Bacula-users] Automatic recycling vs purged volumes

2006-07-01 Thread Francisco Reyes
Jo Rhett writes: > Do you have a "max volumes" statement? This is how we control it. No. So if I had a max volumes that would force Bacula to use those purged volumes? What happens if you run out of purged volumes? > But yes, I agree that Bacula should be smarter about reusing volumes which

Re: [Bacula-users] Turning prompt off?

2006-06-30 Thread Francisco Reyes
Dan Langille writes: > delete volume label=XYZ yes That brings up the menu prompt... What I have been using is: delete volume= Adding 'yes' at the end didn't help. Still got prompted. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-int

[Bacula-users] Turning prompt off?

2006-06-30 Thread Francisco Reyes
Is there a way to turn off a warning Yes/No prompt? Deleting 50 volumes manually and have to answer yes every time... Alternatively is there are a way to specify multiple volumes or a range, for deletion? Tried comma separated and dash. Using Tomcat but need to do more? Need to support web se

[Bacula-users] Automatic recycling vs purged volumes

2006-06-30 Thread Francisco Reyes
I have a pool with "Volume Retention = 6 days". I have some purged volumes which are in "purged" status and are older than 6 days, yet new volumens are getting created. 476 | BaculaVolumeDaily0247 | Purged < purged 2006-05-28 18:03:4 <= Not modified since 5-28 And I have nume

Re: [Bacula-users] Removing old clients from the database

2006-06-12 Thread Francisco Reyes
Martin Simmons writes: > You can use the "query" command option "List all backups for a Client" to find > the jobids for jobs on the old clients and the use the "delete job" command to > remove the information for each one. Can also use the 'prune' command or the purge command. In particular the

Re: [Bacula-users] Space used in volume?

2006-06-12 Thread Francisco Reyes
Georger Araujo writes: > 2) Run bconsole and type > > list media For purged volumes it shows the full size of the volume. Will those files get shrinked when they get recycled and start from 0? I have the volumes set to be no larger than 1GB for performance reasons. Also volumes in 'append' mod

Re: [Bacula-users] [Bacula-devel] Donation administration

2006-06-12 Thread Francisco Reyes
Kern Sibbald writes: > simple to do. To open a bank account, I need only a set of articles of > association, which define the objective of the association and the persons > who are the directors of the association. These articles of association can > also include any special considerations, s

Re: [Bacula-users] rerunning deleted full backup

2006-06-10 Thread Francisco Reyes
Silver Salonen writes: > 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. No need to wait. Just run manually and use 'mod' to make the job a full backup. ___

[Bacula-users] Space used in volume?

2006-06-10 Thread Francisco Reyes
Is there a way to tell how much space was used in a file volume? Didn't see anything in the archives for this. This would allow to compute space used in HD for a pool vs how much of that space is unused. ___ Bacula-users mailing list Bacula-users@li

Re: [Bacula-users] MySQL Indexes

2006-06-04 Thread Francisco Reyes
Dan Trainor writes: For millions of files try the directory restore option. 11: Enter a list of directories to restore for found JobIds<-- Significantly faster than trying to build the whole list of files. ___ Bacula-users mailing list Bacula-users

Re: [Bacula-users] Maildir Backups

2006-05-31 Thread Francisco Reyes
Jo writes: >> Backing up is easy. Restoratation takes a while because of index >> generation, but the actual restore process is quick. Best/fastest way I have found to restore is to do it by directory. Significantly faster than the other methods since a list doesn't need to be generated for the

[Bacula-users] Cancel doesn't change status. Bug?

2006-05-08 Thread Francisco Reyes
Upon cancelling jobs the status as reported by "list status" doesn't change from "C" to "A". Is this a bug? How can I confirm the jobs are truly canceled? Using 1.38.8 --- Using Tomcat but need to do more? Need to support web services, secur

Re: [Bacula-users] Musings on the future of backup philosophy

2006-05-08 Thread Francisco Reyes
Kern Sibbald writes: When I was first researching the kind of basic organization I wanted for Bacula, I took a look at Amanda, read a bit on their email list, and talked to a user who had used Amanda, which basically from what I understand works much like that. That is Amanda figures out what

[Bacula-users] Marking a failed job as completed succesfully?

2006-05-08 Thread Francisco Reyes
How would one go about manually marking a failed job as having finished successfully? I have about 2.3 million files in one server. A job failed due to communication broken down around 2.2 million files. :-( I would be a shame to loose that backup. I plan to do another full soon, but would be

Re: [Bacula-users] Constructive criticism of current bacula systems

2006-04-26 Thread Francisco Reyes
Eric Warnke writes: We are still evaluating bacula as well at this point, but between all of the small issues I felt it was my responsibility to at least explore home grown alternatives.  Any reason you could not work to help the Bacula project with whatever disadvantages you have found so

Re: [Bacula-users] Constructive criticism of current bacula systems

2006-04-26 Thread Francisco Reyes
Alan Brown writes: a filesystem index at each backup (this wouldn't be difficult, but would be overkill in 90% of sites) I have no idea of a percentage, but I would think that the percentage of users that can benefit from point in time is more than 10%. Any ISP (specially anyone using Maildi

[Bacula-users] Re: Constructive criticism of current bacula systems

2006-04-24 Thread Francisco Reyes
Dan Langille writes: 11: Enter a list of directories to restore for found JobIds 12: Cancel Select item: (1-12): FR is talking about #11 JK is talking about 3, 5, 6, 7, etc. Sorry I was not clear. Yes i was referring to the restore using option 11. It is a very common restore type for us

Re: [Bacula-users] Constructive criticism of current bacula systems

2006-04-24 Thread Francisco Reyes
Eric Warnke writes: I am a recent newcomer to Bacula and have bumped into a number of limitations. current backing up 700GiB of online storage What type of files? Lots of small files or medium large files? So far I have added only 2 servers to be backed up with Bacula. About 500GB with 6 m

[Bacula-users] Memory requirements when restoring multi-million jobs

2006-04-24 Thread Francisco Reyes
A couple of days ago did my first production full backups. While trying to do a test restore ran into problems. The director ran into FreeBSD's per process memory limit of 512MB. Had to increase the per process limit to 1.5 to get the list of files to select. While monitoring the process I saw

[Bacula-users] Files/second in status=client?

2006-04-20 Thread Francisco Reyes
How about showing files per second on the "status client" area? Measure by size is only partially important... when there are millions of little files getting copied. Backing up mail servers with nearly 3 million files each. So far projecting time based on files processed has been right on.

[Bacula-users] Zombie processes in job list

2006-04-19 Thread Francisco Reyes
Had a director crash due to running out of space. A couple of jobs were in "Created" state. When I brought back the director the jobs appear on "list jobs", but "status client" showed there were not there anymore. How can they be removed? The only reason it's an issue is that they always appea

[Bacula-users] Jobstatus values?

2006-04-17 Thread Francisco Reyes
From "list jobs" I see the following jobstatus: A C R T f What do they mean? Is there a place where the complete list of values is explained? Tried the pdf manual and a search for "jobstatus" did not return a list that I could find. ---

Re: [Bacula-users] Encryption?

2006-04-16 Thread Francisco Reyes
Kern Sibbald writes: 1. You want *all* data to be encrypted ... 2. You want to control the encryption key(s) on a single machine (SD encryption)... When the encryption on the SD is done, does that mean all the processing time will be spent on the SD side? couldn't that in theory create a

Re: [Bacula-users] Encryption?

2006-04-16 Thread Francisco Reyes
Landon Fuller writes: Using the code in CVS it is possible to encrypt data at the FD, prior to being sent to the Storage Daemon. Thanks much for the info. Just trying to learn as much as I can both about the operational side as well as the concepts. This FD encryption will be (as far as I

Re: [Bacula-users] New user questions

2006-04-15 Thread Francisco Reyes
Robert Nelson writes: estimate level=Differential Thanks. That worked. Of the near 3 Million files only 256,000 have changed. That sounds about right. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting langua

Re: [Bacula-users] New user questions

2006-04-15 Thread Francisco Reyes
John Kodis writes: I'd guess that either you've changed something in your filesystem -- touched most of the files, or changed where a large filesystem is mounted -- or that Bacula overrode your request. Can't really imagine any of the above. Anyone could confirm that this sequence works for th

Re: [Bacula-users] Encryption?

2006-04-15 Thread Francisco Reyes
Dominic Marks writes: Bacula volumes on a encrypted device using the built in capabilities of GEOM. For the setup at work this is not much of an option. Specially that there will be jobs running throughout the night. The encrypted partition will be up at all times most likely so if the machi

Re: [Bacula-users] Encryption?

2006-04-15 Thread Francisco Reyes
Michel Meyers writes: Correct: There's encryption of the communication between the File Daemon and the Storage Daemon but no encryption of the data as it is written to tape/HDD/CD/DVD. That's still on the todo list. Ok. Thanks for explanation. Perhaps the doc could be updated to read somethin

[Bacula-users] Encryption?

2006-04-15 Thread Francisco Reyes
Reading Bacula's current state I see under heading: Current Implementation Restrictions + Data encryption of the Volume contents. What does that mean? Encryption of volumens are not supported yet? --- This SF.Net email is sponsored by xPML,

[Bacula-users] New user questions

2006-04-15 Thread Francisco Reyes
Recently the place I work for hired a consultant to help us setup Bacula. He has been most helpfull and we have a basic setup working, but I wanted to start learning it since long term I will have to manage it. Pending boss approval I may still go and pester him some more in the near future. Jus