Using Borg to Backup Linux
Single binary for Borg Backup Download
Backing up to rsync.net
rsync.net uses borg 0.x by default, we need to set BORG_REMOTE_PATH environment variable locally to invoke borg 1.x on the rsync.net server side.
# We need to set this to call borg 1.x on rsync.net server side
export BORG_REMOTE_PATH=/usr/local/bin/borg1/borg1Examples
- borg-wordpress-poorna.sh -- wordpress + application files
- borg-advincare.sh -- postgres + application files
- borg-advincare-remote.sh -- remote backup to rsync.net
TODO
- Repo backup pruning
- Repo checking