Read this README in other languages.
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.
A Restic integration to backup your YunoHost server to an external location.
- backup data to remote storages (support for different types of storage, including S3)
- deduplication and compression of files, which makes it possible to keep many previous copies
- data encryption, which allows to store data at a third party
You can setup the Restic app several times on the same server so you can backup on several server or manage your frequency backup differently for specific part of your server.
Shipped version: 0.12.0~ynh9
- 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
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