2021-08-12 17:53:15 +02:00
---
title: Archivist
template: docs
taxonomy:
category: docs
routes:
default: '/backup/archivist'
page-toc:
active: true
depth: 3
---
2024-03-01 23:14:44 +01:00
## Functionality
2024-03-23 08:59:52 +01:00
2021-08-12 17:53:15 +02:00
This application is based on rsync and GPG, it offers:
2024-03-23 08:59:52 +01:00
- backup of data on a remote storage (support for different types of storage)
- data encryption, which allows to store data at a third party
2021-08-12 17:53:15 +02:00
2024-03-23 08:59:52 +01:00
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.
2024-03-01 23:14:44 +01:00
2024-03-23 08:59:52 +01:00
For more information: < https: / / forum . yunohost . org / t / new-app-archivist / 3747 >