Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
|
Fixes #34 |
| - backrest/data:/data | ||
| - backrest/config:/config | ||
| - backrest:/data | ||
| - backrest:/config |
There was a problem hiding this comment.
are you sure you want to mount the /data folder and the /config folder at the same location? will that work? there might be overwritten files no? @Siumauricio
There was a problem hiding this comment.
It seems that our internal parser of isolated deployment, can't parse correctly the volume in that way, it generates it in a wrong way, I think we'd better wait for it to fix the error.
There was a problem hiding this comment.
ah weird! Otherwise you can try creating a backrest-data and a backrest-config volume, it's the same
There was a problem hiding this comment.
Yes, that could be another quicker solution, but I would like to eliminate that case.
meta.json
Outdated
| "tags": ["backup"] | ||
| } | ||
| ] | ||
| ======= |
There was a problem hiding this comment.
I think there are still git markers in the file @Siumauricio
| volumes: | ||
| - backrest/data:/data | ||
| - backrest/config:/config | ||
| - backrest/config:/cache # to preserve backup cache between restarts |
There was a problem hiding this comment.
I guess you should perhaps use backrest/cache here, or even the backrest-cache volume (even better)
This adds a template for Backrest