mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2025-11-04 12:38:43 +01:00
Restic package for YunoHost
|
|
||
|---|---|---|
| .github | ||
| conf | ||
| doc | ||
| scripts | ||
| .gitignore | ||
| check-yunohost-package.sh | ||
| config_panel.toml | ||
| LICENSE | ||
| manifest.toml | ||
| playbook.yml | ||
| README.md | ||
| tests.toml | ||
| Vagrantfile | ||
Restic, packaged for YunoHost
Regularly create encrypted backups sent to another server using Restic
📦 Developer info
🛠️ Upstream Restic repository: https://github.com/restic/restic
Pull request are welcome and should target the testing branch.
The testing branch can be tested using:
# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/restic_ynh/tree/testing
# upgrade an existing install:
sudo yunohost app upgrade restic -u https://github.com/YunoHost-Apps/restic_ynh/tree/testing
📚 App packaging documentation
Please see https://doc.yunohost.org/packaging_apps for more information.