Re: Exposing a file's creation time via find(1)

2006-03-24 Thread John Baldwin
On Friday 24 March 2006 11:50, Ceri Davies wrote: > On Fri, Mar 24, 2006 at 10:40:58AM -0500, John Baldwin wrote: > > On Friday 24 March 2006 08:55, Ceri Davies wrote: > > > On Fri, Mar 24, 2006 at 12:06:18PM +, Ceri Davies wrote: > > > > > > > > While perusing my Daemon book I noticed that it

Re: Exposing a file's creation time via find(1)

2006-03-24 Thread Ceri Davies
On Fri, Mar 24, 2006 at 10:40:58AM -0500, John Baldwin wrote: > On Friday 24 March 2006 08:55, Ceri Davies wrote: > > On Fri, Mar 24, 2006 at 12:06:18PM +, Ceri Davies wrote: > > > > > > While perusing my Daemon book I noticed that it mentioned the existence > > > of the st_birthtime field in

Re: Exposing a file's creation time via find(1)

2006-03-24 Thread John Baldwin
On Friday 24 March 2006 08:55, Ceri Davies wrote: > On Fri, Mar 24, 2006 at 12:06:18PM +, Ceri Davies wrote: > > > > While perusing my Daemon book I noticed that it mentioned the existence > > of the st_birthtime field in struct stat. I then also noticed that not > > many utilities expose thi

Re: Exposing a file's creation time via find(1)

2006-03-24 Thread Ceri Davies
On Fri, Mar 24, 2006 at 12:06:18PM +, Ceri Davies wrote: > > While perusing my Daemon book I noticed that it mentioned the existence > of the st_birthtime field in struct stat. I then also noticed that not > many utilities expose this: the Daemon mentions dump(8), restore(8) and > the only ot