Get this working with borg #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
Maybe by combining with an existing Docker Volume backup system that speaks borg (and we can just point it at our 'backups' volume), or installing whatever borg CLI client and using that instead of Restic depending on config options?
I guess this would now involve a parallel implementation of https://git.coopcloud.tech/coop-cloud/backup-bot-two/src/branch/main/backupbot.py which makes use of
borg
? Quite doable I imagine, once things settle down with the Restic implementation. Might need some option on theabra
side to make a choice on thebackupbot
side.