Go to file
Agatha Lovelace 91c9387d4e
flop
2021-10-08 21:26:44 +03:00
.gitignore add optional ascii art 2021-10-06 01:52:54 +03:00
LICENSE.md flop 2021-10-08 21:26:44 +03:00
README.md Add readme and license 2021-10-08 21:25:33 +03:00
config.py Configurable color; better output on first run 2021-10-08 03:18:08 +03:00
main.py Configurable color; better output on first run 2021-10-08 03:18:08 +03:00
prepare.py Configurable color; better output on first run 2021-10-08 03:18:08 +03:00
requirements.txt flop 2021-10-05 02:56:53 +03:00

README.md

Vacuum Tube logo

Vacuum Tube

A small command line tool that displays information about your Borg backups.

A screenshot of the config file and terminal output

Dependencies

  • Borg
  • Python 3.0+

Usage

  1. Optional: create a virtual environment and run source <venv>/bin/activate
  2. Clone the respository: git clone https://git.lain.faith/sorceress/vacuum-tube.git && cd vacuum-tube
  3. Install dependencies: pip3 install -r requirements.txt
  4. Run: python main.py
  5. Edit the newly created configuration file and run main.py again