Open yunohost-bot opened 7 years ago
Author: ljf
Author: ljf
Author: ljf
Author: ljf
Author: Anonymous
Not quite what you want, but in case it may inspire someone :
https://code.crapouillou.net/jocelyn/ansible-roles/tree/master/borg-ynh-backup
Author: moul
Author: ljf
Author: alexAubin
Status Changed: In Progress
Related PR merged : https://github.com/YunoHost/yunohost/pull/326
Still not Borg directly integrated in Yunohost, but getting closer.
FYI: personally, I do use https://torsion.org/borgmatic/ as well to configure my backup policy (and also contribute development efforts there too). It supports configuration separation on a per-application basis which might suit this project quite well. It might be easier for users to configure (if needed) since it is YAML based.
I have made https://github.com/jedie/borgbackup-install yet. The installation of borg cli is easy.
Original Redmine Issue: 615
Author Name: Anonymous
Thanks to the ynh_backup helpers, it could be possible to create a list of each file to backup and use a tool like BorgBackup to backup with deduplication and cryptography.
BorgBackup is in python.
We need to brainstorm to create a coherent solution (see #334, #601, #356, #305)