Created
March 18, 2022 15:47
-
-
Save TheRealNoob/1a4f647c69c66602d34fbc0c68924497 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
mike@server:~$ zfs list -o name,compression,recsize,refcompressratio,used,lused,refer,lrefer tank/backups/fullnodes/bsc_cp | |
NAME COMPRESS RECSIZE REFRATIO USED LUSED REFER LREFER | |
tank/backups/fullnodes/bsc_cp gzip-9 1M 1.45x 7.94T 12.0T 7.94T 12.0T | |
mike@server:~$ sudo du -sh --apparent-size /backups/fullnodes/bsc_cp/ | |
8.3T /backups/fullnodes/bsc_cp/ | |
mike@server:~$ sudo du -sh /backups/fullnodes/bsc_cp/ | |
8.0T /backups/fullnodes/bsc_cp/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment