1
Java SMF Backup / Re: Feature Request: Copy Backup to other forum
« on: October 20, 2010, 03:54:37 pm »
my use case: I have a development server, where I keep copies of several forums in different states (mods, themes, etc.).
Of course I use rsync and mysqldump for automated backup, but sometimes it is good to replicate one forum state to one instance of a development forum - e.g. to sync new boards with new IDs and new users etc.
full blown version the should have options like "sync new boards only", "sync new posts since", "sync new users only"... but I know that this would be a quite elaborate effort...
another use case: make a fast copy to anoher server for maintainance or as a backup system.
I understand, that there is no API for restore backup in smf - it should be a simple php file to do the job - however, the java interface could provide a good interface for organizing backups / servers / time.
To make it even better, you could use mercurial or git as a backend...
well, ok, just some dreams
Thanks for your attention!
Snaky
Of course I use rsync and mysqldump for automated backup, but sometimes it is good to replicate one forum state to one instance of a development forum - e.g. to sync new boards with new IDs and new users etc.
full blown version the should have options like "sync new boards only", "sync new posts since", "sync new users only"... but I know that this would be a quite elaborate effort...
another use case: make a fast copy to anoher server for maintainance or as a backup system.
I understand, that there is no API for restore backup in smf - it should be a simple php file to do the job - however, the java interface could provide a good interface for organizing backups / servers / time.
To make it even better, you could use mercurial or git as a backend...
well, ok, just some dreams
Thanks for your attention!
Snaky