| .github | ||
| conf | ||
| doc | ||
| scripts | ||
| .gitattributes | ||
| .gitignore | ||
| config_panel.toml | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| README_fr.md | ||
| tests.toml.example | ||
Restic with S3 for YunoHost
This package allows you to install Restic with S3 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, using a S3 bucket to store the backup ! (heavily inspired by the Restic package, itself 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 S3 bucket.
The package does not handle local backups yet but you can work around that by using a local S3-compatible server as target, like Garage or Minio.
Shipped version: 0.1.0~ynh1
Documentation and resources
- YunoHost documentation for this app: https://yunohost.org/app_restic-s3
- Report a bug: https://github.com/YunoHost-Apps/restic-s3_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-s3_ynh/tree/testing --debug
or
sudo yunohost app upgrade restic-s3 -u https://github.com/YunoHost-Apps/restic-s3_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps