[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=tank/fs;zfs list -r ${fsnm}|grep "${fsnm}@"

>Thanks,
>Mike
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to