Re: [Bacula-users] losing directory permissions and ownership

2009-10-28 Thread Martin Simmons
> 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

Re: [Bacula-users] losing directory permissions and ownership

2009-10-27 Thread Avi Rozen
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$" >

Re: [Bacula-users] losing directory permissions and ownership

2009-10-27 Thread Martin Simmons
> 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

Re: [Bacula-users] losing directory permissions and ownership

2009-10-26 Thread Avi Rozen
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

Re: [Bacula-users] losing directory permissions and ownership

2009-10-26 Thread Martin Simmons
> 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

[Bacula-users] losing directory permissions and ownership

2009-10-26 Thread Avi Rozen
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