> On Wed, 28 Oct 2009 06:25:54 +0200, Avi Rozen said:
>
> Martin Simmons wrote:
> > You need to match the parent directories themselves and then the contents of
> > owned-by-bacula:
> >
> > FileSet {
> > Name = test-fileset
> > Include {
> > Options {
> > # Match all directorie
Martin Simmons wrote:
> You need to match the parent directories themselves and then the contents of
> owned-by-bacula:
>
> FileSet {
> Name = test-fileset
> Include {
> Options {
> # Match all directories leading up to the cherry picked directory
> regexdir = "^/home$"
>
> On Tue, 27 Oct 2009 00:22:37 +0200, Avi Rozen said:
>
> Martin Simmons wrote:
> >>
> >> I'd like to cherry pick directories to backup and have them restored
> >> with correct ownership and permissions...
> >>
> >> What am I doing wrong? Is this the expected behavior?
> >>
> >
> > Yes, t
Martin Simmons wrote:
>>
>> I'd like to cherry pick directories to backup and have them restored
>> with correct ownership and permissions...
>>
>> What am I doing wrong? Is this the expected behavior?
>>
>
> Yes, this is the expected behavior.
>
> During a backup, Bacula looks inside the dire
> On Mon, 26 Oct 2009 10:52:47 +0200, Avi Rozen said:
>
> Hi,
>
> I'm at my wits end here. I'd appreciate any feedback on this.
>
> I have the following directory
>
> /home/avrozen/temp/bacula-test/owned-by-root/owned-by-avrozen/owned-by-bacula/bacula-test
>
> with some files in it. I've s
Hi,
I'm at my wits end here. I'd appreciate any feedback on this.
I have the following directory
/home/avrozen/temp/bacula-test/owned-by-root/owned-by-avrozen/owned-by-bacula/bacula-test
with some files in it. I've specifically chowned the directories and
files to different users and groups.
T