DEV Community

Discussion on: Martilla - A simple backup tool for simple everyday use

Collapse
 
fdocr profile image
Fernando

Glad you found it interesting!

The CLI leverages existing tooling to dump the databases like pg_dump & mysqldump. So to restore the backups you can use pg_restore, directly restore using psql, etc..

One of the most important features I want to add is a command to restore a backup directly from the CLI. But this is something I'm still going back and forth thinking how it would work seamlessly with the config file and parameters passed in from the terminal.