
21 Aug
2020
21 Aug
'20
5:04 a.m.
On Thu, 20 Aug 2020 at 22:40, stripes theotoky via luv-main < luv-main@luv.asn.au> wrote:
When we started this discussion we had this (...)
The more disk space I free the less available space I have.
You're not freeing space by deleting files if they continue to exist in snapshots, you can either; - wait for snapshots to get rotated out and destroyed - destroy unused snapshots, use `zfs send` to backup to external media first? - mount each snapshot, then remove the offending files from each; which seems tedious, and prone to mistakes. c.f. `zfs diff` to find differences between snapshots Cheers, Joel