Assuming you are on MySQL, mysqldump would certainly be the easiest route to fully backup/copy a Roller database.
- Dave On 8/1/07, nicolas muller <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to duplicate a blog with all entries, posts, bookmarks... > so i am wondering which solutions is easier : > > - Working with an upload file from MysqDump and modify the entry ? > - Create a from-scratch java program with JDBC to import/export data ? > > Thank you very much ! > > Best regards Nicolas > >
