Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow REST backend with docker volumes #366

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Allow REST backend with docker volumes #366

merged 1 commit into from
Mar 27, 2024

Conversation

mill1000
Copy link
Contributor

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

Copy link

vercel bot commented Mar 27, 2024

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

@cupcakearmy cupcakearmy merged commit a82273e into cupcakearmy:master Mar 27, 2024
2 checks passed
@mill1000 mill1000 deleted the issue/rest_backend_docker_volumes branch March 27, 2024 22:37
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support backing up Docker volumes via the REST backend
2 participants