borg-backup-wrapper
is a wrapper for a deduplicating archiver BorgBackup. It simplifies
performing everyday tasks on multiply repositories.
BorgBackup is amazing deduplicating archiver with compression and encryption.
-
This wrapper requires Octivi Bash Boilerplate (OBB). Fetch raw
octivi-bash-boilerplate
and save it as/usr/local/share/octivi-bash-boilerplate
:curl -L https://raw.githubusercontent.com/octivi/bash-boilerplate/main/octivi-bash-boilerplate | sudo tee /usr/local/share/octivi-bash-boilerplate > /dev/null
-
Fetch raw
borg-backup
script, save it as/usr/local/bin/borg-backup
and add execute (x) permission:curl -L https://raw.githubusercontent.com/octivi/borg-backup-wrapper/main/borg-backup | sudo tee /usr/local/bin/borg-backup > /dev/null sudo chmod +x /usr/local/bin/borg-backup
All content is licensed under the terms of The MIT License.