-
-
Save hi-ko/6d5746e62faa00a1e09ba2bd3c0d385e to your computer and use it in GitHub Desktop.
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
### 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