Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.41 KB

BorgBackup Wrapper

license

borg-backup-wrapper is a wrapper for the deduplicating archiver BorgBackup, designed to simplify everyday tasks across multiple repositories.

BorgBackup is an excellent archiver offering deduplication, compression, and encryption.

Install

  1. 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
  2. Fetch raw borg-backup script, save it as /usr/local/bin/borg-backup and grant execution (x) permissions:

    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

Alternatives

License

All content is licensed under the terms of The MIT License.