Re: [Bacula-users] Restore to Windows Client

2011-06-07 Thread James Harper
> > Let's say I would want to restore to c:\tmp\bacula-restores. How should > the Where clause be typed? > If the files were backed up from C:\dir1\dir2\dir3, and you tell bacula to restore to C:\tmp\bacula-restores, it will restore to C:\tmp\bacula-restores\c\dir1\dir2\dir3. You can use a regex

[Bacula-users] Restore to Windows Client

2011-06-07 Thread Christian Tardif
Hi all, I've configured the Windows client as per the documentation found on the Internet. The only intended use for this client is for restore purposes, as the data backed up comes from the Linux box, which gets the Windows data from rsync. Anyway When I try to restore, I don't get any pa

Re: [Bacula-users] Fwd: Director Control Protocol

2011-06-07 Thread Tim Gustafson
> http://bacula.org/5.0.x-manuals/en/developers/developers/Protocol_Used_Between_Direc.html#SECTION0065 That appears to be the protocol between the director and the file daemon, not bconsole. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Tim Gustaf

Re: [Bacula-users] Fwd: Director Control Protocol

2011-06-07 Thread John Drescher
On Tue, Jun 7, 2011 at 7:53 PM, Tim Gustafson wrote: >> What about >> echo "show status client=ClientName" | bconsole > > Yes, I know I can do that. > > I was asking if there was any documentation on the protocol that bconsole > uses to talk to the director daemon.  It would appear that the answe

Re: [Bacula-users] Fwd: Director Control Protocol

2011-06-07 Thread Tim Gustafson
> What about > echo "show status client=ClientName" | bconsole Yes, I know I can do that. I was asking if there was any documentation on the protocol that bconsole uses to talk to the director daemon. It would appear that the answer is "no". Thanks anyhow! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

[Bacula-users] Fwd: Director Control Protocol

2011-06-07 Thread John Drescher
-- Forwarded message -- From: John Drescher Date: Tue, Jun 7, 2011 at 7:30 PM Subject: Re: [Bacula-users] Director Control Protocol To: Tim Gustafson On Tue, Jun 7, 2011 at 6:52 PM, Tim Gustafson wrote: >> Can't you spawn bconsole from the web application? That is what most >>

Re: [Bacula-users] Director Control Protocol

2011-06-07 Thread Tim Gustafson
> Can't you spawn bconsole from the web application? That is what most > of the other web apps do. I thought of that, but the interaction to get a simple bit of data out that way seems to be rather difficult to parse. Consider getting the status of a given client: 1. Connect to the bacula-dir

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread Phil Stracchino
On 06/07/11 15:41, Rory Campbell-Lange wrote: > On 07/06/11, Rory Campbell-Lange (r...@campbell-lange.net) wrote: >> On 07/06/11, Phil Stracchino (ala...@metrocast.net) wrote: >>> On 06/07/11 12:14, Rory Campbell-Lange wrote: Does deleting the job remove the data (in this case the data for job

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread Rory Campbell-Lange
On 07/06/11, Rory Campbell-Lange (r...@campbell-lange.net) wrote: > On 07/06/11, Phil Stracchino (ala...@metrocast.net) wrote: > > On 06/07/11 12:14, Rory Campbell-Lange wrote: > > > Does deleting the job remove the data (in this case the data for job > > > 329) off the tape? That is what I need to

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread Phil Stracchino
On 06/07/11 14:04, Rory Campbell-Lange wrote: > We provide different tape sets to different companies. It would be > pretty embarassing if sometime in the future someone reconstructed the > catalogue and found another company's confidential data on it. Aaaah, so. > Looks like I will need to zero

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread John Drescher
On Tue, Jun 7, 2011 at 2:04 PM, Rory Campbell-Lange wrote: > On 07/06/11, Phil Stracchino (ala...@metrocast.net) wrote: >> On 06/07/11 12:14, Rory Campbell-Lange wrote: >> > Does deleting the job remove the data (in this case the data for job >> > 329) off the tape? That is what I need to do. >> >

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread Rory Campbell-Lange
On 07/06/11, Phil Stracchino (ala...@metrocast.net) wrote: > On 06/07/11 12:14, Rory Campbell-Lange wrote: > > Does deleting the job remove the data (in this case the data for job > > 329) off the tape? That is what I need to do. > > No, it doesn't. But you've already said you weren't planning to

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread Rory Campbell-Lange
On 07/06/11, John Drescher (dresche...@gmail.com) wrote: > On Tue, Jun 7, 2011 at 12:14 PM, Rory Campbell-Lange > wrote: > > Does deleting the job remove the data (in this case the data for job > > 329) off the tape? That is what I need to do. > > > No, it does not delete anything off of the tape

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread Phil Stracchino
On 06/07/11 12:14, Rory Campbell-Lange wrote: > On 07/06/11, Phil Stracchino (ala...@metrocast.net) wrote: >> On 06/07/11 09:59, Rory Campbell-Lange wrote: >>> I've written job 329 after job 315 on the same tape (CLW112L4). See below >>> >>> Two questions: >>> >>> * can I wipe the data pertaini

[Bacula-users] Dir crashes (Too many open files)

2011-06-07 Thread Kleber Leal
Hi all, Before the director crashes, after I started up again, a message Too many open files is displayed. I seted up the ulimit for the bacula user into /etc/security/limits.conf. I already set up the /proc/sys/fs/file-max to 100 and the error persists. Anyone can help me to solve this? /etc

Re: [Bacula-users] Win32 FD / Write error sending N bytes to Storage daemon

2011-06-07 Thread Yann Cézard
Le 07/06/2011 18:10, Josh Fisher a écrit : > Another problem I see with Windows 7 clients is too aggressive power > management turning off the Ethernet interface even though it is in use > by bacula-fd. Apparently there is some Windows system call that a > service (daemon) must make to tell Wind

Re: [Bacula-users] Director Control Protocol

2011-06-07 Thread John Drescher
On Tue, Jun 7, 2011 at 12:35 PM, Tim Gustafson wrote: > Hi, > > I was wondering if there is any documentation anywhere on the protocol that > bconsole uses to connect to the director and issue commands? > > I've built a web interface to the Bacula configuration files, and I would > like to add t

[Bacula-users] TLS FD Errors

2011-06-07 Thread Craig Van Tassle
I'm trying to get TLS working between my Bacula Director and the FD. I have it working locally between the Director and the SD, but when I try to connect to a remote FD it wont authenticate. In my FD logs I get openssl.c:85-0 jcr=0 Connect failure: ERR=error:140890C7:SSL routines:SSL3_GET_CLIENT_C

[Bacula-users] Director Control Protocol

2011-06-07 Thread Tim Gustafson
Hi, I was wondering if there is any documentation anywhere on the protocol that bconsole uses to connect to the director and issue commands? I've built a web interface to the Bacula configuration files, and I would like to add the ability to reload the configuration and/or start or cancel jobs

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread John Drescher
On Tue, Jun 7, 2011 at 12:14 PM, Rory Campbell-Lange wrote: > On 07/06/11, Phil Stracchino (ala...@metrocast.net) wrote: >> On 06/07/11 09:59, Rory Campbell-Lange wrote: >> > I've written job 329 after job 315 on the same tape (CLW112L4). See below >> > >> > Two questions: >> > >> >     * can I wi

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread Rory Campbell-Lange
On 07/06/11, Phil Stracchino (ala...@metrocast.net) wrote: > On 06/07/11 09:59, Rory Campbell-Lange wrote: > > I've written job 329 after job 315 on the same tape (CLW112L4). See below > > > > Two questions: > > > > * can I wipe the data pertaining to job 329 off tape CLW112L4 ? > > (I

Re: [Bacula-users] Win32 FD / Write error sending N bytes to Storage daemon

2011-06-07 Thread Josh Fisher
On 6/7/2011 5:40 AM, Yann Cézard wrote: > Le 06/06/2011 19:56, Josh Fisher a écrit : >> Try setting "Maximum Network Buffer Size" to 32768 in both the storage >> daemon and client configs. It looks like something doesn't like the >> default 65536 buffer size. >> >> Also, a backup job can run a lon

Re: [Bacula-users] Can't connect to Director on port 9101

2011-06-07 Thread John Drescher
> Hi evryone,i have a error! > After i completed install bacura on server,i try connect to director on > client...it's error. > > I use command on client: > #bconsole > ---> not have output > To test: > #netstat -a | grep 9101  --> not have output > > and > > #netstat - a | grep bacula > tcp      

[Bacula-users] Feature idea : Copy in bat ; copy selection improvement ; multiple jobid in bconsole copy job and other copy idea…

2011-06-07 Thread Hugo Letemplier
Hi I have some ideas. What do you think about it ? 1. Be able to select dynamically various job to copy : a sort of manual copy selection when you run a new job manually 2. Add a copy option in the jobrun list of bat when you right click on one job or a job selection (with the CTRL key ) 3. Sel

Re: [Bacula-users] Mistaken append of job to media

2011-06-07 Thread Phil Stracchino
On 06/07/11 09:59, Rory Campbell-Lange wrote: > I've just moved to using the same (Default) pool for all my backup jobs. All > my > backup jobs are configured as Backups, and run as full backups. Each backup is > for a different tape set and no tape sets should have more than one job on > them. >

[Bacula-users] Mistaken append of job to media

2011-06-07 Thread Rory Campbell-Lange
I've just moved to using the same (Default) pool for all my backup jobs. All my backup jobs are configured as Backups, and run as full backups. Each backup is for a different tape set and no tape sets should have more than one job on them. I have a problem that the last tape in a set is set to 'Ap

Re: [Bacula-users] Removing failed jobs from media/database?

2011-06-07 Thread Graham Keeling
On Tue, Jun 07, 2011 at 12:40:18PM +0200, Roy Sigurd Karlsbakk wrote: > As far as I can understand, if a job is interrupted or failed, the data > stored on tape/disk won't be freed until the normal retention is over. Would > it be possible to add a flag for 'failed' data for quicker (or immediate

[Bacula-users] Removing failed jobs from media/database?

2011-06-07 Thread Roy Sigurd Karlsbakk
Hi all As far as I can understand, if a job is interrupted or failed, the data stored on tape/disk won't be freed until the normal retention is over. Would it be possible to add a flag for 'failed' data for quicker (or immediate) retention? Vennlige hilsener / Best regards roy -- Roy Sigurd Ka

Re: [Bacula-users] Base Job ?

2011-06-07 Thread Hugo Letemplier
2011/6/7 Hugo Letemplier : > Hi > > I am backing up some systems with base jobs. > I have done the base and then a full. > But I want to check that the full has been based on the base job but I cant. > > On the mailling list, I found the following content with the line : >  Base files/Used files:  

[Bacula-users] Base Job ?

2011-06-07 Thread Hugo Letemplier
Hi I am backing up some systems with base jobs. I have done the base and then a full. But I want to check that the full has been based on the base job but I cant. On the mailling list, I found the following content with the line : Base files/Used files: 39336/39114 (99.44%) JobId:

Re: [Bacula-users] Win32 FD / Write error sending N bytes to Storage daemon

2011-06-07 Thread Yann Cézard
Le 06/06/2011 19:56, Josh Fisher a écrit : > Try setting "Maximum Network Buffer Size" to 32768 in both the storage > daemon and client configs. It looks like something doesn't like the > default 65536 buffer size. > > Also, a backup job can run a long time, and Bacula keeps the TCP > connection

[Bacula-users] Mistaken append of job to media

2011-06-07 Thread Rory Campbell-Lange
I've just moved to using the same (Default) pool for all my backup jobs. All my backup jobs are configured as Backups, and run as full backups. Each backup is for a different tape set and no tape sets should have more than one job on them. I have a problem that the last tape in a set is set to 'Ap

Re: [Bacula-users] Can't connect to Director on port 9101

2011-06-07 Thread Jérôme Blion
On Mon, 06 Jun 2011 18:24:58 -0700, favouritekid wrote: > Hi evryone,i have a error! > After i completed install bacura on server,i try connect to director on > client...it's error. > > I use command on client: > #bconsole > ---> not have output > To test: > #netstat -a | grep 9101 --> not have

Re: [Bacula-users] Scheduling

2011-06-07 Thread Jérôme Blion
On Mon, 6 Jun 2011 22:28:39 -0500, Jake Debord wrote: > Do you have a very specific reason for this? You realize that's a full > year goes by before you back up. And then you run two backups within a two > day period. A full backup on the first right after the 31st of December is > almost wasteful