How do I backup multiple Movable Type blogs?
December 12, 2003 1:42 PM
Subscribe
I have four blogs on one Movable Type installation. I'd like to set up a system to make backups of all my entries and templates in one click. [
More inside...]
The manual process is to go into each blog in a browser, click Export Entries, then connect to my FTP server and download each of the 4 folders that contain my "external" template files.
There are two solutions that I've thought of already. One, a complete dump of the mySQL database -- definitely does the job, but the filesize would be a lot bigger than it has to be, and it's clumsy.
Two, I could make a BAT file to grab the entry exports via HTTP, and then the templates via FTP (Windows command line FTP?). This is very efficient, but not robust -- if I were to change hosts, I'd have to redo the BAT file accordingly. Also, to be truly one-click, it'd need my FTP login and password to be stored in the file in plain text, which I'd rather avoid.
Any plugin gurus know of a versatile solution? Maybe a cron job?
posted by Aaorn to computers & internet (13 comments total)
posted by majick at 4:51 PM on December 12, 2003