Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Backup Extension Idea - Your Thoughts
I've been thinking about an idea for an extension and I'd like to get your opinions before I proceed.
The idea is for some kind of backup tool. There are 2 things that I can think of that should be backed up periodically: the database and the extensions and themes folders. This is the data that changes all the time. The backup options would be activated via an extension and be added to the list of Settings. The database backup would essentially do an sql dump of the db and possibly email it to you. The extensions/themes backup would zip these folders and email them to you.
I don't know if Mark is building this into the next version of Vanilla, but would be curious if he is.
The idea is for some kind of backup tool. There are 2 things that I can think of that should be backed up periodically: the database and the extensions and themes folders. This is the data that changes all the time. The backup options would be activated via an extension and be added to the list of Settings. The database backup would essentially do an sql dump of the db and possibly email it to you. The extensions/themes backup would zip these folders and email them to you.
I don't know if Mark is building this into the next version of Vanilla, but would be curious if he is.
0
This discussion has been closed.
Comments
I wonder if it would be possible to make incremental backups: I.E. back up only what had changed since the last backup.
As an alternative to mailing you the actual files, a mail with a link to the files would also be a nice option, as well as the option of it doing things silently, eg, not mailing you.
Will it have point and click restores?
Also...
Good job they didn't say crack
I am also working on the extensions and themes folders archiving. I've been working with gzip and zip initially. These options will have to be initiated by the user for now. The chronological triggering of the backup will be in a future version.
Perhaps just have an "Admin" and "Mods" list, and in either one you could just put a comma separated list of email addresses into each. That way you can have two separate MB limits and as many people in each one as you like Setting the limit to 0 (zero) would mean it never gets emailed, just linked.
One issue I see is that I need to include a pclzip library with the extension. One library of zip functions is about 120KB while another is 240KB. I won't be able to include these in the extension zip file unless Mark makes an exception. Is anyone else using any other zip libraries?