cupcakearmy / autorestic

Config driven, easy backup cli for restic.
https://autorestic.vercel.app/
Apache License 2.0
1.16k stars 68 forks source link

Allow REST backend with docker volumes #366

Closed mill1000 closed 3 months ago

mill1000 commented 3 months ago

Simple change to allow REST backend when backing up Docker volumes.

Close #365.

The generated docker command:

/usr/bin/docker run --rm --entrypoint ash --workdir /data --volume <redacted>:/data --hostname <redacted> --env RESTIC_REPOSITORY=rest:http://<redacted> --env RESTIC_PASSWORD=<redacted> cupcakearmy/autorestic:1.8.1 -c restic backup --dry-run --tag ar:location:<redacted>/data
vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
autorestic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 27, 2024 1:54am