summaryrefslogtreecommitdiff
path: root/doc/forum/Wishlist:_getting_the_disk_used_by_a_subtree_of_files/comment_1_7abb1155081a23ce4829ee69b2064541._comment
blob: bff5b2ea7e7f47cf7763022af9d10f996ef91411 (plain)
1
2
3
4
5
6
7
8
9
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="4.153.2.25"
 subject="comment 1"
 date="2012-06-27T12:36:08Z"
 content="""
Use `du -L` for the disk space used locally. The other number is not currently available, but it would be nice to have. I also sometimes would like to have data on which backends are used how much, so making this `git annex status --subdir` is tempting. Unfortunatly, it's current implementation scans `.git/annex/objects`
and not the disk tree (better for accurate numbers due to copies), so it would not be a very easy thing to add. Not massively hard, but not something I can pound out before I start work today..
"""]]