diff --git a/pages/01.administrate/07.specific_use_cases/05.backups/02.backup_methods/03.archivist/archivist.md b/pages/01.administrate/07.specific_use_cases/05.backups/02.backup_methods/03.archivist/archivist.md index e69de29b..808d5528 100644 --- a/pages/01.administrate/07.specific_use_cases/05.backups/02.backup_methods/03.archivist/archivist.md +++ b/pages/01.administrate/07.specific_use_cases/05.backups/02.backup_methods/03.archivist/archivist.md @@ -0,0 +1,22 @@ +--- +title: Archivist +template: docs +taxonomy: + category: docs +routes: + default: '/backup/archivist' +page-toc: + active: true + depth: 3 +--- + + +## Functionality +This application is based on rsync and GPG, it offers: +* backup of data on a remote storage (support for different types of storage) +* 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. + +For more information: [https://forum.yunohost.org/t/new-app-archivist/3747](https://forum.yunohost.org/t/new-app-archivist/3747) +