generate-borgmatic-config
automatically create, prune and verify backups with borgbackup
Install
- All systems
-
curl cmd.cat/generate-borgmatic-config.sh
- Debian
-
apt-get install borgmatic
- Ubuntu
-
apt-get install borgmatic
- Kali Linux
-
apt-get install borgmatic
- Fedora
-
dnf install borgmatic
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install borgmatic
- Dockerfile
- dockerfile.run/generate-borgmatic-config
borgmatic
automatically create, prune and verify backups with borgbackup
borgmatic is a simple Python wrapper script for the Borg backup software that initiates a backup, prunes any old backups according to a retention policy, and validates backups for consistency. The script supports specifying your settings in a declarative configuration file rather than having to put them all on the command-line, and handles common errors.