mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-07-15 12:35:02 -05:00
[PR #1473] feat: add resq to category storage #27742
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/1473
Author: @mashb1t
Created: 6/15/2026
Status: 🔄 Open
Base:
master← Head:master📝 Commits (3)
4a20a3bfeat: add resq to category storage80030c3refactor: reword resq entryce75acfMerge branch 'master' into master📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
README.md(+2 -1)📄 Description
Resq is a direct improvement of https://github.com/offen/docker-volume-backup as it uses restic delta backups instead of full zip files every time, which massively saves backup storage.
Compared to https://github.com/resulgg/label-backup (already on our list) it is not a sidecar, but a standalone backup bash script, running on a central user-defined cron schedule instead of a label-defined per-container one.
Also cleanup entries to restore alphabetical sort order.
Happy to hear your opinion on this :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.