Created
April 14, 2019 17:55
-
-
Save ThomasLeister/cf17bfc1a03fee868337d4de685e9dd7 to your computer and use it in GitHub Desktop.
This file contains 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
### Remove all snapshots crteated by the zfs-auto-snapshot tool | |
zfs list -t snapshot -o name | grep zfs-auto-snap | tac | xargs -n 1 zfs destroy -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment