From 603cc01b2227e2f5de64f324ec9a207feb0bfeb0 Mon Sep 17 00:00:00 2001 From: Khrys42 Date: Thu, 12 Aug 2021 17:50:06 +0200 Subject: [PATCH] Page restic.md en anglais --- .../02.backup_methods/02.restic/restic.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pages/01.administrate/07.specific_use_cases/05.backups/02.backup_methods/02.restic/restic.md b/pages/01.administrate/07.specific_use_cases/05.backups/02.backup_methods/02.restic/restic.md index e69de29b..30ba422c 100644 --- a/pages/01.administrate/07.specific_use_cases/05.backups/02.backup_methods/02.restic/restic.md +++ b/pages/01.administrate/07.specific_use_cases/05.backups/02.backup_methods/02.restic/restic.md @@ -0,0 +1,21 @@ +--- +title: Restic +template: docs +taxonomy: + category: docs +routes: + default: '/backup/restic' +page-toc: + active: true + depth: 3 +--- + + +## Functionality + +This application offers: +* backup of data to remote storage (support for different types of storage) +* 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 + +The package also allows you to finely define the frequency and type of data to be backed up and integrates an email alert system in case of backup failure.