Hello =)
When I do
I see that I have 16.8GB of data which also du would show me. If I do
which gives me ~15MB of snapshots, but the first command showed I used 47.6GB.
How come are these numbers not the same? And how can I figure out the real (?) space each snapshot takes?
Hugs,
Sandra =)
When I do
Code:
# zfs list -o space tank3/project/sandra
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
tank3/project/sandra 35.6G 64.4G 47.6G 16.8G 0 0
Code:
# zfs list -t snapshot | grep sandra
tank3/project/sandra@lSecure5 11.8M - 48.3G -
tank3/project/sandra@lSecure6 1.26M - 48.3G -
tank3/project/sandra@lSecure7 1.26M - 48.3G -
tank3/project/sandra@rSecure130805-183515 0 - 35.6G -
tank3/project/sandra@lSecure1 0 - 35.6G -
tank3/project/sandra@rSecure130806-070331 1.26M - 35.6G -
How come are these numbers not the same? And how can I figure out the real (?) space each snapshot takes?
Hugs,
Sandra =)