mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 02:07:03 -05:00
Add template for Backrest #11
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?
Originally created by @maelp on GitHub (Mar 23, 2025).
What problem will this feature address?
Basic template for backup service Backrest to add to the app templates
Describe the solution you'd like
Add a template
Describe alternatives you've considered
Do it manually
Additional context
Could be interesting to have default backups for Docker volumes and/or a
/mnt/datadisk for dokploy (this is where I store all the data for my containers, I find it "safer" than docker volumes which are a bit less easy to look at and manage)Will you send a PR to implement it?
Maybe, need help