Alain M. wrote:
Please help,
I spent a few more hours today looking for this information, I even found http://old.xwiki.org/xwiki/bin/view/AdminGuide/Backup which apparently is not for version xwiki-1.1-milestone-1
I am reasonably fluent in Linux, not in java and not in xwiki at all ;-)
---last message--- I am running xwiki standalone on linux. Please tell me where are the files (or directories) that I need to save to have a full backup. Both database and configs.
I searched xwiki, but could not find that information. Please note: I need the files or directories for *automated backup*, not a nanual procedure, which I found easely enough...
The standalone version runs all in it's own directory, does it not? Database and tomcat and everything? If so, and if you're not severely limitid on backup space, maybe you can just "rsync -auv xwiki [email protected]:/xwiki"? :-) Thomas