41
How to temporarily increase webserver storage by 1-2 TB?
(hexbear.net)
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
Rules:
You probably have some archival shit under
/var/log
that you can prune. I will usually go level-by-level runningdu -sh {PARENT_PATH}/*
to narrow things down one level at a time until I find the offender. Check under /opt and user home dirs, too. Otherwise, you're probably stuck adding another disk or pushing data out to an S3 bucket.Can I make a BackBlaze bucket and mount that on the filesystem?
Depends on if you can free up enough space on
/
to install any packages you may need for the filesystem drivers. I've never had to do it either way; if you have a local rig that you can test with, that might be a start.