Minimum workable backup

Asked by Martin Mason

I'm developing procedures for an Xibo installation that I'm building and I am trying to determine the best backup strategy.

I've tried just mysql and XiboLibrary but that does not give a working environment after a restore.

Backing up xampp complete is rather large! so I'm looking for a happy medium - enough to be able to rebuild after a catastrophe or a server migration but not complete over-kill.

Anyone done this?

Martin Mason

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Harrington (alexharrington) said :
#1

mysql:
Complete Xibo database. You can safely truncate stat and log tables if you wish. Dump with mysqldump to ensure you preserve the key constraints.

Library:
Complete server library directory

Server:
At least settings.php but the whole Xibo install folder is less than a couple of megabytes.

Alex

Revision history for this message
Martin Mason (martingmason) said :
#2

thanks for this