MyBB Community Forums

Full Version: Backup name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It would be useful to allow users to choose a backup name when they do a database backup.
For example, if they are doing a backup before editing templates, they can set Before template edits as backup name.
This make backup search more easier.
Backing Up a Whole Database
BACKUP DATABASE { database_name | @database_name_var }
TO <backup_device> [ ,...n ]
[ <MIRROR TO clause> ] [ next-mirror-to ]
[ WITH { DIFFERENTIAL | <general_WITH_options> [ ,...n ] } ]
[;]
A friendly name wouldn't be a bad idea for manual backups.

(2016-11-10, 10:45 AM)Gruttals Wrote: [ -> ]Backing Up a Whole Database
BACKUP DATABASE { database_name | @database_name_var }
TO <backup_device> [ ,...n ]
[ <MIRROR TO clause> ] [ next-mirror-to ]
[ WITH { DIFFERENTIAL | <general_WITH_options> [ ,...n ] } ]
[;]

You're missing the point of the topic, and MyBB doesn't support MSSQL anyway.