Re: Dump(8) not honoring nodump flag

2007-03-16 Thread daniele . pilenga
[EMAIL PROTECTED] wrote on 03/16/2007 02:40:38 PM: [...] > > > I'm working on a patch. The hold up is digging through restore to make > > > sure I do this correctly. No point in frogging up dumpinomap, > > > dumpdirmap, and usedinomap if restore doesn't do what you expect. > > > > Why should t

Re: Dump(8) not honoring nodump flag

2007-03-16 Thread Jim Razmus
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070316 03:58]: > [EMAIL PROTECTED] wrote on 15/03/2007 19:26:48: > > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > > > Trying to dump a filesystem with nodump flags on some folders results > in > > > these folders been dumped anyway, even on higher leve

Re: Dump(8) not honoring nodump flag

2007-03-16 Thread daniele . pilenga
[EMAIL PROTECTED] wrote on 03/16/2007 10:43:44 AM: > [EMAIL PROTECTED] wrote: > > This also means that every time I want to dump a fs I have to reset the > > nodump flags for all the files in those directories I don't want to > > include as newer files won't keep that. > > Since dump does not

Re: Dump(8) not honoring nodump flag

2007-03-16 Thread Alexander Hall
[EMAIL PROTECTED] wrote: This also means that every time I want to dump a fs I have to reset the nodump flags for all the files in those directories I don't want to include as newer files won't keep that. Since dump does not traverse filesystyems, an alternative solution is to store the files

Re: Dump(8) not honoring nodump flag

2007-03-15 Thread daniele . pilenga
[EMAIL PROTECTED] wrote on 15/03/2007 19:26:48: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > Trying to dump a filesystem with nodump flags on some folders results in > > these folders been dumped anyway, even on higher level dump and even if I > > specify -h flag to dump. > Your correct, t

Re: Dump(8) not honoring nodump flag

2007-03-15 Thread Jim Razmus
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070315 12:03]: > Hi, > I have a problem with dump(8). > > Trying to dump a filesystem with nodump flags on some folders results in > these folders been dumped anyway, even on higher level dump and even if I > specify -h flag to dump. > > I'm rela

Re: Dump(8) not honoring nodump flag

2007-03-15 Thread daniele . pilenga
Antoine Jacoutot <[EMAIL PROTECTED]> wrote on 15/03/2007 17:52:58: > On Thu, 15 Mar 2007, [EMAIL PROTECTED] wrote: > >> Yes, you have to set the nodump flags recursively for all files under > >> those directories. > >> ie. chflags -R nodump /path/to/dir > > > > I set this and in fact it works. But

Re: Dump(8) not honoring nodump flag

2007-03-15 Thread Antoine Jacoutot
On Thu, 15 Mar 2007, [EMAIL PROTECTED] wrote: Yes, you have to set the nodump flags recursively for all files under those directories. ie. chflags -R nodump /path/to/dir I set this and in fact it works. But that's strange compared to the other BSDs and Linux in which the nodump flags on a direc

Re: Dump(8) not honoring nodump flag

2007-03-15 Thread daniele . pilenga
Antoine Jacoutot <[EMAIL PROTECTED]> wrote on 15/03/2007 17:16:31: > On Thu, 15 Mar 2007, [EMAIL PROTECTED] wrote: > > Trying to dump a filesystem with nodump flags on some folders results in > > these folders been dumped anyway, even on higher level dump and even if I > > Yes, you have to set

Re: Dump(8) not honoring nodump flag

2007-03-15 Thread daniele . pilenga
[EMAIL PROTECTED] wrote on 15/03/2007 17:16:34: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> > [2007-03-15 17:03]: > > Hi, > > I have a problem with dump(8). > > > > Trying to dump a filesystem with nodump flags on some folders results in > > these folders been dumped anyway, even on high

Re: Dump(8) not honoring nodump flag

2007-03-15 Thread Antoine Jacoutot
On Thu, 15 Mar 2007, [EMAIL PROTECTED] wrote: Trying to dump a filesystem with nodump flags on some folders results in these folders been dumped anyway, even on higher level dump and even if I Yes, you have to set the nodump flags recursively for all files under those directories. ie. chflags

Re: Dump(8) not honoring nodump flag

2007-03-15 Thread Henning Brauer
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2007-03-15 17:03]: > Hi, > I have a problem with dump(8). > > Trying to dump a filesystem with nodump flags on some folders results in > these folders been dumped anyway, even on higher level dump and even if I > specify -h flag to dump. well, ho

Dump(8) not honoring nodump flag

2007-03-15 Thread daniele . pilenga
Hi, I have a problem with dump(8). Trying to dump a filesystem with nodump flags on some folders results in these folders been dumped anyway, even on higher level dump and even if I specify -h flag to dump. I'm relatevely new to OpenBSD, but have plenty of experience with FreeBSD and L