mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
7a01793062
* Revert "Revert "markdown format"" * fix formating * fix readme * add .markdownlint.json * add markdownlint-rules-grav-pages * add markdownlint-rules-grav-pages files * add license for Markdown Lint Rules for Grav Pages * fix [figure] mess * fix [figure] mess 2 * fix [figure] mess 3 * maj .gitignore * various fixes * fix markdownlint-rules-grav-pages * second formater pass * various manual fixes * add .markdownlintignore * markdownlintignore: auto-generated pages * disable proper-names for html_elements * another bunch of various markdown fixes * Update pages/02.administer/10.install/20.dns_config/dns_config.es.md Co-authored-by: tituspijean <titus+yunohost@pijean.ovh> --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
---
|
|
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
|