[Bacula-users] Deduplication and varying file owner

2015-09-02 Thread Christoph Lehmann
Hi, im currently building an lxc-container environment and thinking of a backup strategy. Every container (unprivileged) has the same OS, runs under an own user and has it's own subuids/subgids. So container1 is my BaseJob and container2 uses it. Container2 will probably be saved completely,

Re: [Bacula-users] power failure problem

2015-09-02 Thread Luc Van der Veken
> I don't understand why it want to write on drive 1 and then tries to load a > tape on drive 0! Notice the hyphens: drive 0 (/dev/nst0) seems to have a tag "Drive-1" stuck onto to it, and Drive 1 the same with "Drive-2". Your problem is probably that the power fail occurred half way through a

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-09-02 Thread Ana Emília M . Arruda
Hello Dan, On Wed, Sep 2, 2015 at 11:06 PM, Dan Langille wrote: > > On Aug 25, 2015, at 6:55 PM, Ana Emília M. Arruda > wrote: > > Hello Dan, > > Heitor is right :) > > > Thank you. > > Ana: what are you using to quickly test these configurations? I suspect a > VM or similar. > ​You're welcom

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-09-02 Thread Dan Langille
> On Aug 25, 2015, at 6:55 PM, Ana Emília M. Arruda > wrote: > > Hello Dan, > > Heitor is right :) Thank you. Ana: what are you using to quickly test these configurations? I suspect a VM or similar. > > I run tests with exactly your configuration and had the

Re: [Bacula-users] SQL query for copy jobs

2015-09-02 Thread Greg Woods
Thanks for looking at this. I am a bit redfaced right now, because it looks like I have to withdraw the question. When I used "bat" to view the Jobs Run, and clicked "Filter Copy Jobs", a lot of the confusing stuff was removed, and I could see that the dates actually had a monotonically increasing

[Bacula-users] power failure problem

2015-09-02 Thread Kevin I. Hodges
hi I've had bacula, version 7.0.5 running for sometime happily doing my backups to a twin drive IBM autochanger. However, over the weekend we had a power failure and bacula seems to have really got its knickers in a twist. The autochanger itself seems to be fine, I can load and unload t

[Bacula-users] power failure problem

2015-09-02 Thread Kevin I. Hodges
hi     I've had bacula, version 7.0.5 running for sometime happily doing my backups to a twin drive IBM autochanger. However, over the weekend we had a power failure and bacula seems to have really got its knickers in a twist. The autochanger itself seems to be fine, I can load and unload

Re: [Bacula-users] SQL query for copy jobs

2015-09-02 Thread Josip Deanovic
On Tuesday 2015-09-01 20:37:52 Greg Woods wrote: > I have a job called ARCHIVE-ALL that looks like this: > > JobDefs { > Name = "ArchiveJob" > Type = Copy > Level = Full > Selection Type = SQLQuery > Messages = Standard > File Set = Copy > Pool = File > } > > # Copy (to archive) all

Re: [Bacula-users] Copy tape job for offsite - best practices

2015-09-02 Thread Josip Deanovic
Josip Deanovic on Friday 2015-07-31 21:58:15 wrote: > Here you are: > > Selection Type = SQLQuery > Selection Pattern = "SELECT DISTINCT > JobId,StartTime,Type,Level,Name,PriorJobId FROM Job WHERE Name = > 'jobname' AND JobBytes > 0 AND ((Level='F' AND JobStatus IN ('T', 'W') > AND StartTime >= (

Re: [Bacula-users] SQL query for copy jobs

2015-09-02 Thread Radosław Korzeniewski
Hello, 2015-09-02 4:37 GMT+02:00 Greg Woods : > I have a job called ARCHIVE-ALL that looks like this: > > JobDefs { > Name = "ArchiveJob" > Type = Copy > Level = Full > Selection Type = SQLQuery > Messages = Standard > File Set = Copy > Pool = File > } > > # Copy (to archive) all no