Categories
Admin Computers

Website Backup Over SSH

I recently enabled ssh shell access to my Hostmonster hosted website account. Previously, I’d relied on cPanel for all my maintenance. With shell access comes all the power of shell commands and scripting to your fingertips. I’ve come up with a nice, for me, automated backup process for the site which I present after the jump. But be gentle, my bash scripting foo is weak.

Categories
Admin

Changing Max File Upload Size

I ran into a problem while uploading an image earlier. Bascially I bumped into the default upload size limit of 2M for PHP. My host provider is Hostmonster so I set about figuring out how to change it. It turned out to be fairly straightforward in the end.