Agatha Lovelace 6a0ce3c311 | ||
---|---|---|
.gitignore | ||
LICENSE.md | ||
README.md | ||
config.py | ||
main.py | ||
prepare.py | ||
requirements.txt |
README.md
Vacuum Tube
A small command line tool that displays information about your Borg backups.
Dependencies
- Borg
- Python 3.0+
Usage
- Optional: create a virtual environment and run
source <venv>/bin/activate
- Clone the respository:
git clone https://git.lain.faith/sorceress/vacuum-tube.git && cd vacuum-tube
- Install dependencies:
pip3 install -r requirements.txt
- Run:
python main.py
- Edit the newly created configuration file and run
main.py
again