-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Backrest web backup #36
base: main
Are you sure you want to change the base?
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Co-authored-by: Nicholas Penree <[email protected]>
Co-authored-by: Nicholas Penree <[email protected]>
Fixes #34 |
- backrest/data:/data | ||
- backrest/config:/config | ||
- backrest:/data | ||
- backrest:/config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that could be another quicker solution, but I would like to eliminate that case.
meta.json
Outdated
@@ -1469,3 +1469,1848 @@ | |||
"tags": ["backup"] | |||
} | |||
] | |||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there are still git markers in the file @Siumauricio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
This adds a template for Backrest