Skip to content

Links

Borg Backup

Borgmatic

Best practive

  • Check repositories daily
  • Check archives and/or data rarely, e.g. monthly

Usage

When looking for backup lists, call

1
borgmatic -c /etc/borgmatic/config.yaml list

To restore file from backups, call

1
2
3
4
mkdir /tmp/borg-default
borgmatic -c /etc/borgmatic/config.yaml mount --mount-point /tmp/borg-default

borgmatic umount --mount-point /tmp/borg-default