How do i see the storage space used by media on my server?
I made an instance following the tutorial for docker. Now i really want to track the storage space my instance is using (mostly out of curiosity), but i can't find any way to (quickly) check the storage used by pictrs. Checking the directory size takes way too long.
I use ‘du -Lhs’ to check directory size. How long does it take for you to run that command? The only time I’ve ever run into a ‘du’ command taking a long time is when running it over the network to a slow-ass 2010-era system in California for a project I was doing at work with hundreds of terabytes of data and millions of files.