Create backup_methods.md (#2359)

Added a backup_methods.md page to prevent a 403 error when clicking on Backup_methods in the navigation.
This commit is contained in:
wylel 2023-11-02 10:51:03 -05:00 committed by GitHub
parent d94c5535c7
commit c8bd509f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,31 @@
---
title: Backup Methods
template: docs
taxonomy:
category: docs
routes:
default: '/backup/backup_methods'
page-toc:
active: true
depth: 3
---
## [BorgBackup](/borgbackup)
This application offers:
* backup of data on an external disk or on a remote Borg repository
* deduplication and compression of files, which allows to keep many previous copies
* data encryption, which allows you to store data with a third party
* to define the frequency and type of data to be backed up
* a mail alert system in case of backup failure.
## [Restic](/restic)
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
## [Archivist](/archivist)
!! This application is currently broken!
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