Created
July 12, 2011 17:36
-
-
Save cwebberOps/1078500 to your computer and use it in GitHub Desktop.
ZFS weirdness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# zfs list -t snapshot | |
zpool1/xbackup@20110706-08:15.day 120G - 10.7T - | |
zpool1/xbackup@20110708-08:15.day 3.18M - 10.7T - | |
zpool1/xbackup@20110712-08:15.day 257K - 9.44T - | |
# zfs destroy zpool1/xbackup@20110706-08:15.day | |
# zfs list -t snapshot | |
zpool1/xbackup@20110708-08:15.day 2.02T - 10.7T - | |
zpool1/xbackup@20110712-08:15.day 257K - 9.44T - | |
# zfs destroy zpool1/xbackup@20110708-08:15.day | |
# zfs list -t snapshot | |
zpool1/xbackup@20110712-08:15.day 257K - 9.44T - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment