Skip to content

Instantly share code, notes, and snippets.

@mshroyer
Created March 17, 2022 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshroyer/a507fb8112080c8f1893fe3e3a7ec0f2 to your computer and use it in GitHub Desktop.
Save mshroyer/a507fb8112080c8f1893fe3e3a7ec0f2 to your computer and use it in GitHub Desktop.
pilgrim# zfs list -o space tank/ds1/backup/pump-vol
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
tank/ds1/backup/pump-vol 8.41T 1.38T 186G 259G 966G 0B
pilgrim# zfs list -t snapshot -r tank/ds1/backup/pump-vol
NAME USED AVAIL REFER MOUNTPOINT
\# [...]
tank/ds1/backup/pump-vol@autosnap_2022-03-15_00:00:00_daily 20.4G - 255G -
tank/ds1/backup/pump-vol@autosnap_2022-03-16_00:00:00_daily 18.0G - 256G -
tank/ds1/backup/pump-vol@autosnap_2022-03-17_00:00:00_daily 24.3G - 256G -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment