Issues with the image? https://github.com/WobwobRt/unimus-backup-exporter/issues
177
Unimus Backup Exporter for Docker enables you to write your backups you made with Unimus in Docker to git or (any) mounted filesystem.
See Issues with the image? https://github.com/WobwobRt/unimus-backup-exporter for the docker stuff.
See https://github.com/netcore-jsa/unimus-backup-exporter for the user manual.
Configuration can be done with the setting names mentioned here, but in ALL CAPS as environment variables. For example: UNIMUS_SERVER_ADDRESS.
services:
exporter:
image: wobwobrt/unimus-backup-exporter:latest
environment:
UNIMUS_SERVER_ADDRESS: "https://unimus.example.com"
TZ: "UTC"
CRON_SCHEDULE: "0 22 * * *"
BACKUP_TYPE: "latest"
EXPORT_TYPE: "fs"
UNIMUS_API_KEY: "[get this from you unimus instance -> User management -> API tokens]"
volumes:
- ./backups:/exporter/backups
Content type
Image
Digest
sha256:b91d782b5…
Size
20.6 MB
Last updated
2 days ago
docker pull wobwobrt/unimus-backup-exporter