1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00
Restic package for YunoHost
Find a file
2024-07-10 20:47:13 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:52:01 +02:00
conf Fix paths in installed scripts 2024-05-26 15:28:00 +02:00
doc Update ADMIN.md 2024-07-10 20:47:13 +02:00
scripts cleanup more in upgrade 2024-05-26 15:53:19 +02:00
.gitignore git: ignore vagrant cache 2021-02-28 14:15:27 +01:00
ALL_README.md Auto-update READMEs 2024-05-22 09:46:39 +00:00
check-yunohost-package.sh tests: always initialize lxd before running test 2021-03-21 18:27:27 +01:00
LICENSE Initial commit 2020-02-23 12:02:10 +01:00
manifest.toml Remove fixmes from manifest 2024-05-26 15:25:13 +02:00
playbook.yml fix: vagrant vm lxd initialization 2021-02-28 14:52:40 +01:00
README.md Auto-update READMEs 2024-07-10 18:40:51 +00:00
README_es.md Auto-update READMEs 2024-07-10 18:40:51 +00:00
README_eu.md Auto-update READMEs 2024-07-10 18:40:51 +00:00
README_fr.md Auto-update READMEs 2024-07-10 18:40:51 +00:00
README_gl.md Auto-update READMEs 2024-07-10 18:40:51 +00:00
README_it.md Auto-update README 2024-03-29 07:20:52 +01:00
README_zh_Hans.md Auto-update READMEs 2024-07-10 18:40:51 +00:00
tests.toml Add test_upgrade_from 2024-05-26 15:17:05 +02:00
Vagrantfile feat: prepare test env with vagrant and YNH package check 2021-02-28 13:52:31 +01:00

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