From c8bd509f4dab2ee0a85dcf60cea501873815db2d Mon Sep 17 00:00:00 2001 From: wylel <617189+oXyiGYJ@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:51:03 -0500 Subject: [PATCH] Create backup_methods.md (#2359) Added a backup_methods.md page to prevent a 403 error when clicking on Backup_methods in the navigation. --- .../10.backup_methods/backup_methods.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pages/02.administer/20.backups/10.backup_methods/backup_methods.md diff --git a/pages/02.administer/20.backups/10.backup_methods/backup_methods.md b/pages/02.administer/20.backups/10.backup_methods/backup_methods.md new file mode 100644 index 00000000..37f283b4 --- /dev/null +++ b/pages/02.administer/20.backups/10.backup_methods/backup_methods.md @@ -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