Skip to content

Add Backrest web backup#36

Merged
Siumauricio merged 7 commits intoDokploy:mainfrom
maelp:main
Mar 30, 2025
Merged

Add Backrest web backup#36
Siumauricio merged 7 commits intoDokploy:mainfrom
maelp:main

Conversation

@maelp
Copy link
Contributor

@maelp maelp commented Mar 24, 2025

This adds a template for Backrest

@github-actions
Copy link

github-actions bot commented Mar 24, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview 6b2287d

maelp and others added 2 commits March 24, 2025 18:09
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
@maelp
Copy link
Contributor Author

maelp commented Mar 24, 2025

Fixes #34

- backrest/data:/data
- backrest/config:/config
- backrest:/data
- backrest:/config
Copy link
Contributor Author

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

Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

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
"tags": ["backup"]
}
]
=======
Copy link
Contributor Author

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@Siumauricio Siumauricio changed the base branch from main to feat/reaplce-yaml-with-toml March 30, 2025 07:51
@Siumauricio Siumauricio changed the base branch from feat/reaplce-yaml-with-toml to main March 30, 2025 09:41
@Siumauricio Siumauricio merged commit b774a04 into Dokploy:main Mar 30, 2025
1 check passed
volumes:
- backrest/data:/data
- backrest/config:/config
- backrest/config:/cache # to preserve backup cache between restarts
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you should perhaps use backrest/cache here, or even the backrest-cache volume (even better)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants