I recently read
these articles which started making me a little paranoid about losing some files that I rely on frequently. I already have a backup, but I don't have an off-site backup, and I've decided the time has come for one.
My goals for the off-site backup are that they be easily accessible to me (and others I permit) from Linux/Win/Mac with no special software, and that they stay secure from the general public. (Reasonably secure -- we're not talking state secrets or personal information, just documents.) Although I already use and like Amazon S3 and JungleDisk for other purposes, I don't think they are the right tool for this job since I don't want to install JungleDisk everywhere I want to access my files. I also don't want to rely on commercial services like Mozy (et al.) for long-term reliability and privacy. (Call me paranoid.)
So I've pretty much decided that I want to serve these files from a page on my website (via commercial webhosting). The question is, what interface to use? I know I could dump the directory structure to the webserver, and protect it all with an .htaccess file, but in this day of Web 2.0, there's got to be a better interface for this kind of thing. I guess at this point, it would also be useful to know that I'm talking about ~1000 files at a total of ~150MB (yes, Mega). So it's a bunch of relatively small files. (Mostly ODF format from OpenOffice, as well as the occasional .doc or PDF file.)
Can you suggest a web-based CMS/blog/something that would serve as good interface? Bonus points for something that will do automagic backups or syncs from Linux.
(I already saw
this similar question, but no one ever answered his question.)
S3 plugin for firefox for your friends to access your files, or when you're feeling lazy
If you're dying for a web interface to your s3
Automated backup on linux is easily done using s3sync, or s3cmd or my favorite duplicity
posted by zentrification at 6:59 PM on October 27, 2008 [2 favorites]