Backup scrips?

I’m sure I can poke around in the db and find out for myself, but
would like to backup the default config before I start deleting global
scrips – easier/better way?

I’m sure I can poke around in the db and find out for myself, but
would like to backup the default config before I start deleting global
scrips – easier/better way?

RT config is first in config files etc/RT_Config.pm and
etc/RT_SiteConfig.pm, not in DB.

Initial datas in DB are inserted with etc/initialdata file, so every
default things are inside this file.

If it’s not sufficient, just dump the DB to a file before doing you’re
changes. But to restore from a sql dump you will have to destroy all
your data and restore).