It is a huge problem most forum owners don't think about. I like the idea of shared email account, and or passwords for hosting.
The bigger issue most forum owners don't do is backup their files and database and test that they work. And by backing up means saving the files offsite. I keep data in multiple backup copies located in different places for more protection
shadav, thank you for your responses, they are always helpful. That is a good option, my other two admins are good folks I trust. I am curious what others are doing to address this as well.
vbgamer45, automating the backup process (probably through a cron job) would be great, since I'm doing manual backups right now. And like you, I don't consider a site actually backed up if those backups reside on the same server as the files being backed-up. A local copy isn't much better, if someone other than I needed to restore the server.
Do you use a specific cloud storage provider and/or app to automate this process? Can that provider secure your backups (encryption, etc)? If it helps I use shared DH for hosting, and I have the ability to do Cron Jobs using their tools.
On your added post: I'm in the process of putting a dev environment on my local machine. Once I have that in place, I would like to "clone" the production forum and re-create it on that dev environment. At that point I feel like I could try a full-blown restoration from the most recent backup on production...and worst case scenario, restore the clone the same way I built the dev version. Do you see any holes in that approach?
A special thanks to Kindred for putting this thread where it belongs. (tipping hat)