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.