On Aug 23, 2006, at 12:48 PM, Dave Crossland wrote: > Hi, > > I've just completed a site with Radiant, and although my little site > is quite primitive, I got an amazing amount done in a very short time! > So thanks to John and all the other contributers for their hard work > on this excellent system! > > I now want to back up the site. Although I'm hosted with TextDrive and > have faith in their stability, ideally I'd like to have a tarball I > can drop into a fresh install and have a site back up and running > again. Is this possible? :-)
Depends on what kind of database you are using. If you run sqlite3, you could just tar up the Radiant directory (assuming the database is in db/)... otherwise you would need to export your database from mysql or postgresql. I tried playing with the Radiant export function a while ago, but I couldn't find a way to re-import a site... Bodhi _______________________________________________ Radiant mailing list [email protected] http://lists.radiantcms.org/mailman/listinfo/radiant
