diff --git a/commands.md b/commands.md index ef8726f..2ea3a45 100644 --- a/commands.md +++ b/commands.md @@ -46,6 +46,8 @@ systat -tcp 1 # show tcp statistics ``` zfs list # list all zfs datasets (volumes) +zfs list -t snapshot # list all zfs snapshots +zfs list -r -t snapshot # list zfs snapshots for a given pool zfs snapshot /@ # generic way of creating a snapshot of a dataset in a storage pool zfs snapshot -r tank@2014021301 # create a snapshot of all datasets in the pool "tank" zfs create / # create a new dataset