Tagged Questions
5
votes
2answers
404 views
How to `du` only the space used up by files that are not hardlinked elsewhere?
Using rsync --link-dest for space-saving snapshots, how can I figure out how much space I actually saved? Or more general:
How to figure out how much space a directory uses considering only files ...