Re: [Bacula-users] Subversion (fsfs) backups

2008-10-10 Thread Mario Constanti
I wrote a backup-script, which starts from a cronjob. The script use the hotcopy-Function from SVN. It makes every day a Hotcopy from a folder, but not more than seven backups are on the system. And the Subversion-System is backuped with bacula! This is the script: --- #!/bin/sh

Re: [Bacula-users] Message what I don't understand

2008-10-10 Thread Bruno Friedmann
Hi, what you encounter is the batch-insert option ( choosen at compilation time ) Try to search manual for more description. The most usual case is there's no more place to /tmp or where mysql writes tmp table. Try to watch your space disk during the backup, you will find the culprits. in your

[Bacula-users] Error when In - and Exclude Directories in large Directory Trees

2008-10-10 Thread Boris Kunstleben onOffice Software GmbH
Hi folks, im getting an Authentication Error when i try to Include AND Exclude specific Directories see Fileset below. I think it maybe some kind of an Timeout. When i change the Include Option to '/share/People', everything works fine. But when i try this one File = \\|sh -c 'for D in

Re: [Bacula-users] Bacula recycles Volumes instead of creating new ones

2008-10-10 Thread Marc Richter
Noone knows about ? If so, and I haven't an answer to this until Monday the 13th, I will create a Bug Report for this, since this seems to be an undocumented/defected behavior of bacula. Regards, Marc Marc Richter schrieb: Hi There! This is my first mail to this list, so please be patient,

Re: [Bacula-users] mysql database: table batch

2008-10-10 Thread Yuri Timofeev
Table 'bacula.batch' is temporary. MySQL man: A TEMPORARY table is visible only to the current connection, and is dropped automatically when the connection is closed. This means that two different connections can use the same temporary table name without conflicting with each other or with an

Re: [Bacula-users] Again: restore all most recent backed up files without using full backups

2008-10-10 Thread gvm999
I found out I accidentally deleted volumes with a full backup. Or the files are not in the database anymore. the difference is significant, but it sounds like the latter is your problem. I actually deleted some of the volumes to save space (the first few volumes; from vol1 to vol10 for

Re: [Bacula-users] Bacula makes a full backup instead an incremental backup - Why?

2008-10-10 Thread Adrian Moisey
Hi Does anybody got the same problem in the past? I find that if you change the FileSet it does a full backup. -- Adrian Moisey Systems Administrator | CareerJunction | Your Future Starts Here. Web: www.careerjunction.co.za | Email: [EMAIL PROTECTED] Phone: +27 21 818 8621 | Mobile: +27 82

[Bacula-users] block based or partial file based backup

2008-10-10 Thread Daniel Kis
Hi everyone! I would have a question regarding Bacula. I want to use Bacula to save for instance two 5 GB files daily. If only 2 bytes change in these files each, is it possible to only save those 2*2 bytes instead of 2*5gigs again? I think that this is called block-based or partial file based

Re: [Bacula-users] Bacula recycles Volumes instead of creating new ones

2008-10-10 Thread Kjetil Torgrim Homme
Marc Richter [EMAIL PROTECTED] writes: Further, I want to know, why bacula recycles Volumes (which destroys data) instead of creating new ones and if this is a Bug which should be reported. I believe this is intended behaviour, and it's the behaviour I want. after all, when I tell Bacula I

Re: [Bacula-users] Bacula recycles Volumes instead of creating new ones

2008-10-10 Thread John Drescher
On Fri, Oct 10, 2008 at 11:39 AM, John Drescher [EMAIL PROTECTED] wrote: On Fri, Oct 10, 2008 at 11:06 AM, Kjetil Torgrim Homme [EMAIL PROTECTED] wrote: Marc Richter [EMAIL PROTECTED] writes: Further, I want to know, why bacula recycles Volumes (which destroys data) instead of creating new

Re: [Bacula-users] Bacula recycles Volumes instead of creating new ones

2008-10-10 Thread John Drescher
On Fri, Oct 10, 2008 at 11:39 AM, John Drescher [EMAIL PROTECTED] wrote: On Fri, Oct 10, 2008 at 11:06 AM, Kjetil Torgrim Homme [EMAIL PROTECTED] wrote: Marc Richter [EMAIL PROTECTED] writes: Further, I want to know, why bacula recycles Volumes (which destroys data) instead of creating new

Re: [Bacula-users] Correct bacula-sd.conf setup for Sony SDX-400V

2008-10-10 Thread Arch Willingham
That worked...thanks! Arch -Original Message- From: Bruno Friedmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 1:54 AM Cc: 'Bacula-users@lists.sourceforge.net' Subject: Re: [Bacula-users] Correct bacula-sd.conf setup for Sony SDX-400V Just a remark about the Media

Re: [Bacula-users] two drive autochanger and conflicting tape use

2008-10-10 Thread Doug Neuhauser
I am seeing the same problem. I have a recently installed bacula system (v2.4.2) installed on ~ 150 Solaris and Linux computers, with a total of ~ 175 jobs that are scheduled to be run at 18:30 every day. * I am using the standard schedule to run daily incremental 6 days/week, and either

Re: [Bacula-users] file inclusion directive - @|sh - causes error

2008-10-10 Thread Guy Matz
ahhh . . . from http://wiki.bacula.org/doku.php?id=sample_configs: 'Since Bacula 2.2.0 you can include the output of a command within a configuration file with the @| syntax' i'm on 2.0.3 . . . thanks for the help, guy Martin Simmons wrote: On Wed, 08 Oct 2008 10:44:17 -0400, Guy Matz said:

Re: [Bacula-users] block based or partial file based backup

2008-10-10 Thread ebollengier
Hello, Not yet in bacula, but you can take a look of xdelta, this tool will generate binary patches that you will be able to backup with bacula. Bye Daniel Kis wrote: Hi everyone! I would have a question regarding Bacula. I want to use Bacula to save for instance two 5 GB files