|
|
||
|---|---|---|
| vacuumtube | ||
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
| setup.py | ||
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, withoutsudoif you wish to install it into~/.local/bin/) - Run
vacuum-tube - Edit the newly created configuration file and run
vacuum-tubeagain
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
