Skip to content

add --script argument to the backup command #3

@Jaymon

Description

@Jaymon

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions