You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
docs/manpages | 6 months ago | |
src | 6 months ago | |
tests | 6 months ago | |
.gitignore | 6 months ago | |
.gitmodules | 6 months ago | |
CHANGELOG | 6 months ago | |
COPYING | 11 months ago | |
Makefile | 6 months ago | |
PKGBUILD | 6 months ago | |
README | 6 months ago | |
control | 6 months ago | |
copyright | 6 months ago |
README
BORING BACKUP Bash powered backuping tool. INSTALLATION Install for user locally: make prefix=$HOME/.local install Uninstall: make prefix=$HOME/.local uninstall TESTING boring_backup uses amazing test suite: https://bats-core.readthedocs.io/ Install Bats: git clone https://github.com/bats-core/bats-core.git bash bats-core/install.sh ~/.local Add some Bats extensions: git submodule add https://github.com/bats-core/bats-assert.git tests/helpers/bats-assert git submodule add https://github.com/bats-core/bats-support.git tests/helpers/bats-support Run tests: make test