Re: [zfs-discuss] zfs snapshot timestamp info

2007-10-09 Thread Matthew Ahrens
Tim Spriggs wrote: I think they are listed in order with zfs list. That's correct, they are listed in the order taken, from oldest to newest. --matt ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

[zfs-discuss] zfs snapshot timestamp info

2007-09-18 Thread Poulos, Joe
Hello, Is there a way to find out what the timestamp is of a specific snapshot? Currently, I have a system with 5 snapshots, and would like to know the timestamp as to when it was created. Thanks JOr This message and its attachments may contain legally privileged or confidential

Re: [zfs-discuss] zfs snapshot timestamp info

2007-09-18 Thread Richard Elling
Try zpool history -- richard Poulos, Joe wrote: Hello, Is there a way to find out what the timestamp is of a specific snapshot? Currently, I have a system with 5 snapshots, and would like to know the timestamp as to when it was created. Thanks JOr This message and its

Re: [zfs-discuss] zfs snapshot timestamp info

2007-09-18 Thread Tim Spriggs
zfs get creation pool|filesystem|snapshot Poulos, Joe wrote: Hello, Is there a way to find out what the timestamp is of a specific snapshot? Currently, I have a system with 5 snapshots, and would like to know the timestamp as to when it was created. Thanks JOr This message and

Re: [zfs-discuss] zfs snapshot timestamp info

2007-09-18 Thread Eric Schrock
Or 'zfs list -t snapshot -o name,creation' - Eric On Tue, Sep 18, 2007 at 01:41:19PM -0700, Richard Elling wrote: Try zpool history -- richard Poulos, Joe wrote: Hello, Is there a way to find out what the timestamp is of a specific snapshot? Currently, I have a

Re: [zfs-discuss] zfs snapshot timestamp info

2007-09-18 Thread Fred Oliver
Along these lines, the creation time is provided to the nearest second. It is possible to have two snapshots (of the same file system) with the same time stamp. In this case, is there any way to determine which snapshot was created earlier? This would be helpful to know in order to predict

Re: [zfs-discuss] zfs snapshot timestamp info

2007-09-18 Thread Tim Spriggs
I think they are listed in order with zfs list. Fred Oliver wrote: Along these lines, the creation time is provided to the nearest second. It is possible to have two snapshots (of the same file system) with the same time stamp. In this case, is there any way to determine which snapshot