borgmatic is a simple, configuration-driven backup tool for servers and workstations, powered by the robust BorgBackup. It allows you to protect your critical data with strong client-side encryption, ensuring your files are secure before they ever leave your system. All backup operations are managed through a single, easy-to-understand YAML configuration file.
Take full control of your backup strategy with a rich set of features:
services:
borgmatic:
image: ghcr.io/borgmatic-collective/borgmatic:latest
container_name: borgmatic
restart: unless-stopped
environment:
- TZ=UTC
- BORG_PASSPHRASE=${BORG_PASSPHRASE}
volumes:
- ./borgmatic.d:/etc/borgmatic.d
- ./.cache:/root/.cache/borg
- ./.config:/root/.config/borg
- ./.ssh:/root/.ssh
- ./data:/mnt/source:ro
- ./repo:/mnt/repositoryBORG_PASSPHRASE=your_super_secret_passphraseAuto-fetched 6 minutes ago
Auto-fetched 6 minutes ago