[Leaf-user] a thought about modified file backups

2002-01-03 Thread Peter Jay Salzman
a late night thought: why not intercept the write() system call? if the write is to a file on the filesystem, keep track of its path in some kernel data structure. better yet, generate a /proc file with the pathnames of all filesystem files that were modified by write(). the backup program woul

Re: [Leaf-user] a thought about modified file backups

2002-01-03 Thread Doug O'Halloran
a few early morning thoughts: -if booting with CD as source, why not back up anything newer than the CD creation date? I'm sure there's _some_ combination of actions that'd break under this(ie. updated *.LRP packages on floppy/HD with files older than CD's write time, but newer than CD's package)

Re: [Leaf-user] a thought about modified file backups

2002-01-03 Thread Charles Steinkuehler
> a late night thought: > > why not intercept the write() system call? if the write is to a file on > the filesystem, keep track of its path in some kernel data structure. > better yet, generate a /proc file with the pathnames of all filesystem > files that were modified by write(). > > the backu

Re: [Leaf-user] a thought about modified file backups

2002-01-03 Thread Peter Jay Salzman
begin Doug O'Halloran <[EMAIL PROTECTED]> > a few early morning thoughts: > -if booting with CD as source, why not back up anything newer than the > CD creation date? I'm sure there's _some_ combination of actions that'd > break under this(ie. updated *.LRP packages on floppy/HD with files > old

Re: [Leaf-user] a thought about modified file backups

2002-01-03 Thread Manfred Schuler
Maybe you can use this procedure: build the include and exclude list as you do it now then check the date of each file on the includelist if the date is the same as on the CD then add this file to the exclude list Charles Steinkuehler schrieb: > > > a late night thought: > > > > why not interce

Re: [Leaf-user] a thought about modified file backups

2002-01-04 Thread Doug O'Halloran
Peter Jay Salzman wrote: > > begin Doug O'Halloran <[EMAIL PROTECTED]> > > a few early morning thoughts: > > -if booting with CD as source, why not back up anything newer than the > > CD creation date? I'm sure there's _some_ combination of actions that'd > > break under this(ie. updated *.LRP p

Re: [Leaf-user] a thought about modified file backups

2002-01-04 Thread Simon Bolduc
With this approach all files would have to be listed in the include/exclude lists - i.e. no wild cards S >From: Manfred Schuler <[EMAIL PROTECTED]> >To: Charles Steinkuehler <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [Leaf-user] a thought about mod

Re: [Leaf-user] a thought about modified file backups

2002-01-04 Thread Manfred Schuler
no wild cards > > S > > >From: Manfred Schuler <[EMAIL PROTECTED]> > >To: Charles Steinkuehler <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: [Leaf-user] a thought about modified file backups > >Date: Fri, 04 Jan 2002 04:57:45 +0100