Skip to content

YunoHost-Apps/restic_ynh

 
 

Repository files navigation

Restic for YunoHost

Integration level Working status Maintenance status

Install Restic with YunoHost

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.

Overview

A Restic integration to backup your YunoHost server to an external location.

Features

  • 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

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_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

Languages

  • Shell 98.4%
  • Jinja 1.6%