Here's a handy command to find out how much data is used by snapshots in your zfs filesystems:
zfs get -r usedbysnapshots [dataset] | grep -v @
A command that gives a higher-level overview is:
zfs list -r -o space [dataset]
blake irvin's smattering of useful bits.
Hire him if you like: blake.irvin@gmail.com
Here's a handy command to find out how much data is used by snapshots in your zfs filesystems:
zfs get -r usedbysnapshots [dataset] | grep -v @
zfs list -r -o space [dataset]
Posted by
blake
at
2:10 PM
0 comments:
Post a Comment