Re: [zfs-discuss] Snapshot creation time

2009-08-28 Thread Chris Baker
Peter, Mike, Thank you very much, "zfs get -p" is exactly what I need (and why I didn't see it despite having been through the man page dozens of times I cannot fathom.) Much appreciated. Chris -- This message posted from opensolaris.org ___ zfs-dis

Re: [zfs-discuss] Snapshot creation time

2009-08-28 Thread Ellis, Mike
Try a: zfs get -pH -o value creation -- MikeE -Original Message- From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-boun...@opensolaris.org] On Behalf Of Chris Baker Sent: Friday, August 28, 2009 10:52 AM To: zfs-discuss@opensolaris.org Subject: [zfs-discuss] Snapshot creati

Re: [zfs-discuss] Snapshot creation time

2009-08-28 Thread Peter Tribble
On Fri, Aug 28, 2009 at 3:51 PM, Chris Baker wrote: > I'm using "find" to run a directory scan to see which files have changed > since the last snapshot was taken. Something like: > > zfs snapshot tank/filesys...@snap1 > ... time passes ... > find /tank/filesystem -newer /tank/filesystem/.zfs/snap