You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
vacuumtube | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
setup.py | 2 years ago |
README.md

Vacuum Tube
A small command line tool that displays information about your Borg backups.
Dependencies
- Borg
- Python 3.0+
Usage
- Clone the respository:
git clone https://git.lain.faith/sorceress/vacuum-tube.git && cd vacuum-tube
- Run
sudo pip install .
(Or, withoutsudo
if you wish to install it into~/.local/bin/
) - Run
vacuum-tube
- Edit the newly created configuration file and run
vacuum-tube
again
Troubleshooting
-
vacuum-tube: command not found
If you installed the package locally, your installation directory may not be in$PATH
.
You can add it withexport PATH="/some/directory:$PATH"
in your.bashrc
/.zshrc
/etc file. -
No module named setuptools
pip install setuptools