that will allow you to create a something.py file that will have the defined method backup:
# something.py
def backup(db):
# use db.select_dump() and db.callback_dump() to customize the dump of the db
pass
This will be handy if you want to really customize the db dump