From 5ee1b7cb609fc73f78b7fce5204f0f907a8c91ad Mon Sep 17 00:00:00 2001 From: Thomas Bartelmess Date: Sun, 28 Dec 2014 16:26:58 -0500 Subject: [PATCH] Added ZFS create command --- commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.md b/commands.md index 4eadcb6..30629e6 100644 --- a/commands.md +++ b/commands.md @@ -47,6 +47,7 @@ systat -tcp 1 # show tcp statistics zfs list # list all zfs datasets (volumes) 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 zfs rollback /@name # rollback of a dataset to a given snapshot zfs destroy / # destroy a dataset / remove it from the pool zfs destroy /@name # destroy a snapshot