Go to file
Agatha Lovelace b06e776850
Properly package
2021-10-18 02:31:48 +03:00
vacuumtube Properly package 2021-10-18 02:31:48 +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 Properly package 2021-10-18 02:31:48 +03:00
setup.py Properly package 2021-10-18 02:31:48 +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. Clone the respository: git clone https://git.lain.faith/sorceress/vacuum-tube.git && cd vacuum-tube
  2. Run sudo pip install . (Or, without sudo if you wish to install it into ~/.local/bin/)
  3. Run vacuum-tube
  4. 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 with export PATH="/some/directory:$PATH" in your .bashrc/.zshrc/etc file.
  • No module named setuptools

    pip install setuptools