borgmatic

Automate and simplify Borg backup creation, checking, and pruning.

brewmacoslinux
Try with needOr install directly
Source

About

Simple wrapper script for the Borg backup software

Commands

borgmatic

Examples

run a backup job from config file$ borgmatic --config /etc/borgmatic/config.yaml
check backup integrity and consistency$ borgmatic --config /etc/borgmatic/config.yaml check
list all backed up files$ borgmatic --config /etc/borgmatic/config.yaml list
restore a file from backup$ borgmatic --config /etc/borgmatic/config.yaml extract --repository label --archive latest --restore-path /path/to/restore
validate backup configuration$ borgmatic --config /etc/borgmatic/config.yaml validate