mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
5 lines
163 B
Bash
5 lines
163 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# REF: https://pthree.org/2012/12/19/zfs-administration-part-xii-snapshots-and-clones/
|
||
|
zfs list -r -t snapshot -o name,used,refer,mountpoint,creation
|