plombery-sqlite-backups lets you easily backup a local sqlite database to an UNC path using Plombery.
plombery-sqlite-backups was tested with Python v3.10, if you don't have it installed yet, go to the official Python website, download it and install it. You can also use Pyenv. Pyenv is a wonderful tool for managing multiple Python versions.
It's a good practice to install dependencies specific to a project in a dedicated virtual environment for that project. We recommend using Poetry.
- Clone or download this repository
- To install the defined dependencies for plombery-sqlite-backups, just run the install command.
poetry install
poetry run python plombery_sqlite_backups/app.py
Now open the page http://localhost:8000 in your browser and enjoy!