Documentation
Borg Backup
Borgmatic
Best practive
- Check repositories daily
- Check archives and/or data rarely, e.g. monthly
Usage
When looking for backup lists, call
borgmatic -c /etc/borgmatic/config.yaml list
To restore file from backups, call
mkdir /tmp/borg-default
borgmatic -c /etc/borgmatic/config.yaml mount --mount-point /tmp/borg-default
borgmatic umount --mount-point /tmp/borg-default