No description
Find a file
2023-09-25 16:51:28 +00:00
.github Initial commit 2023-09-25 18:51:12 +02:00
conf Initial commit 2023-09-25 18:51:12 +02:00
doc Initial commit 2023-09-25 18:51:12 +02:00
scripts Initial commit 2023-09-25 18:51:12 +02:00
.gitattributes Initial commit 2023-09-25 18:51:12 +02:00
.gitignore Initial commit 2023-09-25 18:51:12 +02:00
config_panel.toml Initial commit 2023-09-25 18:51:12 +02:00
LICENSE Initial commit 2023-09-25 18:51:12 +02:00
manifest.toml Initial commit 2023-09-25 18:51:12 +02:00
README.md Auto-update README 2023-09-25 16:51:28 +00:00
README_fr.md Auto-update README 2023-09-25 16:51:28 +00:00
tests.toml.example Initial commit 2023-09-25 18:51:12 +02:00

Restic with S3 for YunoHost

Integration level Working status Maintenance status

Install Restic with S3 with YunoHost

Lire ce readme en français.

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

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