/borg-backup-wrapper

Wrapper for a deduplicating archiver BorgBackup. It simplifies performing everyday tasks on multiply repositories.

Primary LanguageShellMIT LicenseMIT

BorgBackup Wrapper

license

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.

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 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

Alternatives

License

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