Re: [zfs-discuss] ZFS snapshot list

2008-11-15 Thread Mike Futerko
Hi > [Default] On Sat, 15 Nov 2008 11:37:50 +0200, Mike Futerko > <[EMAIL PROTECTED]> wrote: > >> Hello >> >> Is there any way to list all snapshots of particular file system >> without listing the snapshots of its children file systems? > > fsnm=tank/fs;zfs list -rt snapshot ${fsnm}|grep "${fsn

Re: [zfs-discuss] ZFS snapshot list

2008-11-15 Thread Kees Nuyt
[Default] On Sat, 15 Nov 2008 11:37:50 +0200, Mike Futerko <[EMAIL PROTECTED]> wrote: >Hello > >Is there any way to list all snapshots of particular file system >without listing the snapshots of its children file systems? fsnm=tank/fs;zfs list -rt snapshot ${fsnm}|grep "${fsnm}@" or even fsnm=t

[zfs-discuss] ZFS snapshot list

2008-11-15 Thread Mike Futerko
Hello Is there any way to list all snapshots of particular file system without listing the snapshots of its children file systems? Thanks, Mike ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-d