Preface: I only use my droplet for small web projects and a TeamSpeak server.
I just recently decided to check my droplet’s free space and noticed it’s only 2.2GB out of 20GB. I simply don’t see how this is possible. Do the automated backups take up space on my droplet?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Turns out I had forgot about some old swap images I had made, haha.
Click below to sign up and get $100 of credit to try our products over 60 days!
May not be relevant, but I also found my Digital Ocean droplet disk space filling up. It turned out to be old versions of the linux kernels - I used sudo apt-get autoremove to free up space. You can read my blog post on the subject free disk space on digital ocean droplets by removing unused ubuntu versions
@Sinclair sorry, it should be
--max-depth=1
with 2 dashes.I guess -max-depth isn’t a possible argument on Ubuntu 14.04?
You can run
du
to get a report on disk usage. If you set the-max-depth
to1
and run from the root folder, then it will tell you what directory is using the most space.For example, on my system the
/var
folder is the largest. So you can then repeat the process to find an oversized folder.As for backups, I really hope they are not stored on the droplet. That kind of defeats the purpose of backups.