mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
Restic package for YunoHost
.github | ||
conf | ||
doc | ||
scripts | ||
.gitignore | ||
check-yunohost-package.sh | ||
LICENSE | ||
manifest.toml | ||
playbook.yml | ||
README.md | ||
README_fr.md | ||
tests.toml | ||
Vagrantfile |
Restic for YunoHost
This package allows you to install Restic quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
A Restic package for YunoHost (heavily inspired by the Borg package).
Restic is a backup tool that can make local and remote backups. This package uses restic to make backups to a sFTP server. The package does not handle local backups yet but you can work around that by using the local sftp server as target server (see my comment here).
Shipped version: 0.16.4~ynh1
Documentation and resources
- Official app website: https://restic.net
- Official admin documentation: https://restic.readthedocs.io/en/latest/
- Upstream app code repository: https://github.com/restic/restic
- YunoHost Store: https://apps.yunohost.org/app/restic
- Report a bug: https://github.com/YunoHost-Apps/restic_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/restic_ynh/tree/testing --debug
or
sudo yunohost app upgrade restic -u https://github.com/YunoHost-Apps/restic_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps