Re: [Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Falk Sauer
Hi Arno, On Wednesday 27 June 2007 writes Arno Lehmann: > Hi, > > 27.06.2007 00:26,, Brian Debelius wrote:: > > But its in the docs. :) > > Where? :-) > > I guess this is a problem with terminology - What is called "cloning" > in the manual, and what you refer to, is probably this (Director > > co

Re: [Bacula-users] Bacula BETA 2.1.22 released

2007-06-26 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kern Sibbald wrote: > Hello, > > This is to let you know that I have released the Bacula source tar files and > the Win32 binaries for BETA 2.1.22 to Source Forge in the bacula-beta area. > > This release represents a small, but important number of

Re: [Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Arno Lehmann
Hi, 27.06.2007 00:26,, Brian Debelius wrote:: > But its in the docs. :) Where? :-) I guess this is a problem with terminology - What is called "cloning" in the manual, and what you refer to, is probably this (Director configuration, Job resource): > Run = > The Run directive (not to be co

Re: [Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Brian Debelius
But its in the docs. :) Arno Lehmann wrote: > Hi, > > 26.06.2007 23:21,, Brian Debelius wrote:: > >> You want what is called cloning. I'm not sure if it has been fully >> implemented yet. I would like to do that also. >> > > No, that's not implemented. I would even say that's not even b

Re: [Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Arno Lehmann
Hi, 26.06.2007 23:21,, Brian Debelius wrote:: > You want what is called cloning. I'm not sure if it has been fully > implemented yet. I would like to do that also. No, that's not implemented. I would even say that's not even been started to be implemented. Arno > brian- > > Clyde O Goffe w

Re: [Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Brian Debelius
You want what is called cloning. I'm not sure if it has been fully implemented yet. I would like to do that also. brian- Clyde O Goffe wrote: > Hey Peter, > > Thanks for your reply. I'm not sure if this is what I want though. > If I could migrate the data to Tape but also keep the data on d

Re: [Bacula-users] The thing with restoring Moved and Deleted files

2007-06-26 Thread Martin Simmons
> On Tue, 26 Jun 2007 14:16:31 +0100 (BST), Alan Brown said: > > On Mon, 25 Jun 2007, [EMAIL PROTECTED] wrote: > > >> Someone's got to do the work. Looks like someone has been doing > >> preliminary work on it as of late, but I don't expect that it will be > > in > >> Bacula 2.2 (I could be w

Re: [Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Clyde O Goffe
Hey Peter, Thanks for your reply. I'm not sure if this is what I want though. If I could migrate the data to Tape but also keep the data on disk for fast restores then that would be ideal. The Tapes will be kept offsite. I only want to use the Tape for restores in the event that a restore fro

Re: [Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Peter Eisch
Hi Clyde, In your pool definition include the key (Next Pool) with the right value: Pool { Name = host Use Volume Once = yes Pool Type = Backup Auto Prune = yes Volume Retention = 13 days Label Format = host- Maximum Volumes = 15 Recycle = yes Storage = hostFiles Next Pool =

Re: [Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Clyde O Goffe
Thanks in advanced! On 6/26/07, Clyde O Goffe <[EMAIL PROTECTED]> wrote: Hello Everyone, I'm interested in knowing if there is a feature that allows you to automatically send a copy of a backup to disk off to tape for offsite storage. I'm trying not to have to run two separate backups of the

[Bacula-users] Copying backups from Disk to Tape

2007-06-26 Thread Clyde O Goffe
Hello Everyone, I'm interested in knowing if there is a feature that allows you to automatically send a copy of a backup to disk off to tape for offsite storage. I'm trying not to have to run two separate backups of the same server but instead just run one backup and then have it copied off to t

Re: [Bacula-users] barcodes and pools

2007-06-26 Thread Ken Gunderson
On Tue, 26 Jun 2007 13:23:39 -0400 Flak Magnet <[EMAIL PROTECTED]> wrote: > On Tuesday 26 June 2007 11:08:46 am Ken Gunderson wrote: > > > I'm not sure I understand you correctly here. I've tried, for example, > > "label slot=1 barcodes" and "label barcodes slot=1" but bconsole ignores > > the s

Re: [Bacula-users] spooling attributes to the director too slow

2007-06-26 Thread Arno Lehmann
Hi, I'll forward this to the devel list, because I suppose people there are interested in your experience... 26.06.2007 18:48,, Manuel Wolff wrote:: > > > Manuel Wolff wrote: >> >> >> Arno Lehmann wrote: >>> >>> the current beta version 2.1.10 has some improvements that should speed >>> up ca

Re: [Bacula-users] specifying wildcards during restore

2007-06-26 Thread Brian A. Seklecki
You can query the database using "%" SQL wildcards. 'select file from file where file like '%tellmeaboutyourhate%'; etc ~BAS On Mon, 2007-06-25 at 22:18 -0400, Dave wrote: > Hello, > Thanks, that did it, but i still am unable to find the fil i want. Is > there a way i can use wildcards

Re: [Bacula-users] barcodes and pools

2007-06-26 Thread Flak Magnet
On Tuesday 26 June 2007 11:08:46 am Ken Gunderson wrote: > I'm not sure I understand you correctly here. I've tried, for example, > "label slot=1 barcodes" and "label barcodes slot=1" but bconsole ignores > the slot part and still wants to label all volumes in the magazine. If > such is not the

Re: [Bacula-users] Console messages

2007-06-26 Thread Brian A. Seklecki
Log to syslog: # Message delivery for daemon messages (no job). Messages { Name = Daemon syslog = all, !skipped } --- syslog-ng.conf: destination baculadirlog { file("/var/log/bacula-dir.log" template("$FULLDATE $TZ $HOST [$PROGRAM][$PID] [$FACILITY] [$LEVEL] $MSG \n") ); } filter

Re: [Bacula-users] spooling attributes to the director too slow

2007-06-26 Thread Manuel Wolff
Manuel Wolff wrote: > > > > Arno Lehmann wrote: >> >> >> the current beta version 2.1.10 has some improvements that should speed >> up catalog inserts *a lot*. I'd recommend to give it a try if you dare >> running a beta version on a production system. >> >> As far as I know, there is ne

Re: [Bacula-users] printing barcodes and quantum superloader 3

2007-06-26 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tomasz wrote: > g'morning > > just a quick question > i am looking for solution to print my barcodes on labels for autochanger > mention in subject - do you have any experience with it? > > i cannot even find any labels which will fit to/on tapes. I

Re: [Bacula-users] barcodes and pools

2007-06-26 Thread Ken Gunderson
On Mon, 25 Jun 2007 22:34:58 +0200 Arno Lehmann <[EMAIL PROTECTED]> wrote: > Hi, > > 25.06.2007 17:45,, Ken Gunderson wrote:: > > Hello > > > > Is there someway to be using label barcodes with multiple pools? My > > initial thoughts are to load up a few slots, run label barcodes, choose > > the

Re: [Bacula-users] printing barcodes and quantum superloader 3

2007-06-26 Thread Ken Gunderson
On Tue, 26 Jun 2007 14:30:18 +0100 (BST) Alan Brown <[EMAIL PROTECTED]> wrote: > On Tue, 26 Jun 2007, Arno Lehmann wrote: > > > If you print them to 1/2" inch label tape, the barcode printer > > generated ones should work. If you prefer labels on paper, use a > > program like barcode and place th

Re: [Bacula-users] The thing with restoring Moved and Deleted files

2007-06-26 Thread Alan Brown
On Tue, 26 Jun 2007, Chris Hoogendyk wrote: > Portability is an interesting question. Hammers vs screwdrivers. Bacula is a backup solution, not a data transport one. In any case, one doesn't need a Bacula installation to retrieve a tape's contents - merely bextract. k --

Re: [Bacula-users] printing barcodes and quantum superloader 3

2007-06-26 Thread Alan Brown
On Tue, 26 Jun 2007, Arno Lehmann wrote: > If you print them to 1/2" inch label tape, the barcode printer > generated ones should work. If you prefer labels on paper, use a > program like barcode and place the labels on the sheet. Lest anyone worry that they need to keep typing and pressing print

Re: [Bacula-users] The thing with restoring Moved and Deleted files

2007-06-26 Thread Alan Brown
On Mon, 25 Jun 2007, [EMAIL PROTECTED] wrote: Someone's got to do the work. Looks like someone has been doing preliminary work on it as of late, but I don't expect that it will be in Bacula 2.2 (I could be wrong), so it will be awhile. Maybe this is a pain in the a** for a lot of people here

Re: [Bacula-users] The thing with restoring Moved and Deleted files

2007-06-26 Thread Chris Hoogendyk
Arno Lehmann wrote: > Hi, > > 25.06.2007 23:58,, Chris Hoogendyk wrote:: > >> Kern Sibbald wrote: >> >>> You should read what Linus has to say about dump! I don't remember his >>> exact >>> words but something to the effect that "yes, it seems to work, but if you >>> really understood

[Bacula-users] Bacula BETA 2.1.22 released

2007-06-26 Thread Kern Sibbald
Hello, This is to let you know that I have released the Bacula source tar files and the Win32 binaries for BETA 2.1.22 to Source Forge in the bacula-beta area. This release represents a small, but important number of improvements over the last Beta: Changes since Beta release 2.1.20 - New grap

[Bacula-users] Need help configuring Autochanger - call to Solaris_x86 users

2007-06-26 Thread Shon Stephens
Hello all, I'm new to Bacula and am evaluating it for use in my environment on a Solaris 10_x86 system. My tape device is recognized by the system as /dev/rmt/0. However I have not been able to identify the device associated with the changer. Can someone help me in identifying the device?

[Bacula-users] The thing with restoring Moved and Deleted

2007-06-26 Thread Kern Sibbald
> Date: Tue, 26 Jun 2007 10:17:50 +0200 > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Re: [Bacula-users] The thing with restoring Moved and Deleted > files > Cc: bacula-users@lists.sourceforge.net > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1;

Re: [Bacula-users] printing barcodes and quantum superloader 3

2007-06-26 Thread Arno Lehmann
Hi, 26.06.2007 10:36,, tomasz wrote:: > g'morning > > just a quick question > i am looking for solution to print my barcodes on labels for autochanger > mention in subject - do you have any experience with it? Type 39 narrow width is, according to Alan, the most universally used bar code format

[Bacula-users] NTFS alternate data stream (ads) support ?

2007-06-26 Thread Adam Cécile
Hi, Could you tell me if NTFS alternate data stream (some kind of filesystem extended attributes) are supposed to work with bacula 2.0.3 ? See the attached screenshot : restore goes fine but no ads are restored... Thanks in advance, Regards, Adam. -- Adam CECILELinbox / F

[Bacula-users] printing barcodes and quantum superloader 3

2007-06-26 Thread tomasz
g'morning just a quick question i am looking for solution to print my barcodes on labels for autochanger mention in subject - do you have any experience with it? i cannot even find any labels which will fit to/on tapes. any idea? thx for any help cheers -- bEsT rEgArDs| "Con

Re: [Bacula-users] The thing with restoring Moved and Deleted files

2007-06-26 Thread [EMAIL PROTECTED]
Kern Sibbald schrieb: > > Here is a nice quote I found the other day that is may be appropriate -- > though I don't want to imply that any Bacula users are ingrates: > > "Linux users can, at times, be the worst kind of ingrates, whining and >complaining about what they perceive as missing f

Re: [Bacula-users] The thing with restoring Moved and Deleted files

2007-06-26 Thread Rich
On 2007.06.25. 23:04, Ryan Novosielski wrote: ... >> Imagine your Sitation: The whole server goes down. You have a 10 Days >> old full backup and 9 incrementals. >> >> Now you bring the system back up but with inconsitent files and >> contents?! >> >> Try to explain that to you boss or the company

Re: [Bacula-users] bextract - extracted files with a wrong encoding?

2007-06-26 Thread Marco Strullato
Hello! thanks Martin! first I installed winbacula in a win xp computer, second I reconfigured the server and third I extract all files using bextract. It works and I have my files. Marco 2007/6/22, Martin Simmons <[EMAIL PROTECTED]>: > It is impossible using bextract on unix. > > The best way is