Re: [Bacula-users] How to make bacula handle sparse files correctly

2014-11-24 Thread Polcari, Joe (Contractor)
Excellent, thanks! Sent from my android device. -Original Message- From: Bill Arlofski To: bacula-users@lists.sourceforge.net Sent: Mon, 24 Nov 2014 5:28 PM Subject: Re: [Bacula-users] How to make bacula handle sparse files correctly On 11/24/2014 12:14 PM, Polcari, Joe (Contractor) wr

Re: [Bacula-users] How to make bacula handle sparse files correctly

2014-11-24 Thread Bill Arlofski
On 11/24/2014 12:14 PM, Polcari, Joe (Contractor) wrote: > I added an instance of docker to one of my systems. This added a sparse file > of 10 GB with a "real" size of 100 GB. > This should have only added 10GB to my full backup but it added 100GB. > Is there any way to tell bacula to handle spar

Re: [Bacula-users] How Bacula Chooses a tape in the pool to write to

2014-11-24 Thread heitor
I noticed that Bacula seems to be writing to tapes in a way that I don't understand. If there are two tapes in an autochanger and they are in the same pool, bacula writes to them both. I would expect it to fill a tape and then start on the next one. Hey Mr. Michael: do you have the directive P

[Bacula-users] How Bacula Chooses a tape in the pool to write to

2014-11-24 Thread Michael Schwager
Hello, I noticed that Bacula seems to be writing to tapes in a way that I don't understand. If there are two tapes in an autochanger and they are in the same pool, bacula writes to them both. I would expect it to fill a tape and then start on the next one. For example, we have: Pool: Tape +--

[Bacula-users] How to make bacula handle sparse files correctly

2014-11-24 Thread Polcari, Joe (Contractor)
I added an instance of docker to one of my systems. This added a sparse file of 10 GB with a "real" size of 100 GB. This should have only added 10GB to my full backup but it added 100GB. Is there any way to tell bacula to handle sparse files correctly? If so, why isn't this the default? Shouldn't

Re: [Bacula-users] Retention periods & full backup

2014-11-24 Thread Annette Jaekel
Hello, Backups "1 month back" is a time frame, not a time point. The time frame moves over the days of the month, regardless of full, differential, incremental backups running. Your backup definition has to taken into account this time frame. So in my opinion you need at least 2 full backup volu

Re: [Bacula-users] Retention periods & full backup

2014-11-24 Thread Ana Emília M . Arruda
Hello Daniel, One solution for this is to retain your full backups for 2 months if you want to keep your differential and incremental backups valid during all the second month until the second full is done. Best regards, Ana On Mon, Nov 24, 2014 at 12:59 PM, Dániel L. wrote: > Hello Bacula Use

Re: [Bacula-users] summarizing messages into a single mail

2014-11-24 Thread Radosław Korzeniewski
Hello, 2014-11-10 16:00 GMT+01:00 Florian : > Hello, everyone. > > I was wondering, if there is a way to avoid receiving one email for each > completed bacula job and instead receive a single mail with all messages. > > Also, if this is possible, would you recommend it or should I instead > try s

[Bacula-users] Retention periods & full backup

2014-11-24 Thread Dániel L .
Hello Bacula Users, I have a problem. I hope someone can point me to the right direction. My schedules are the following: Run = Full 1st fri at 23:05 Run = Differential 2nd-5th fri at 23:05 Run = Incremental sun-thu at 23:05 I would like keep backups for 1 month. See my retention p

Re: [Bacula-users] Failed on backup volume 2 suddenly

2014-11-24 Thread Cejka Rudolf
Keith T wrote (2014/11/21): > BTW, any advise/references of tuning "DB dir inserting" faster? Thanks > in advance! MySQL: MyISAM & delay_key_write = ALL and either do not do unexpected power offs (not so hard today), or when the disaster happens, run "repair table ..." for all tables in bacula da

Re: [Bacula-users] Restoring files on a different system

2014-11-24 Thread Nils Jungebluth
Hi again, so I just tried that one again. But the result is the same. I renamed the LTO-2 drive to simply "Tapedrive" and startet the restore job. This is the output from bacula: 24-Nov 11:44 backup-dir JobId 36005: Start Restore Job RestoreFiles.2014-11-24_11.44.24_03 24-Nov 11:44 backup-dir Jo

Re: [Bacula-users] Client restore self service

2014-11-24 Thread Radosław Korzeniewski
Hello, 2014-11-14 21:10 GMT+01:00 : > Just trying to find information whether there is any possibility to > restore files by the users themselves without admin rights. > Is it ready to integrate it with Kerberos/AD authentication - for > admin/user logon? > > 1. Webacula: has a native ACL support