From 2e3e9bf24b90ec56747bef6599c271015f0809a0 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sun, 12 Feb 2023 01:47:55 -0800 Subject: [PATCH] Added SnapRAID to Backups. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c418c87..48ebfc3 100644 --- a/README.md +++ b/README.md @@ -1112,6 +1112,8 @@ Nexcloud Hub [ZnapZend](https://www.znapzend.org/) is a high performance open source ZFS backup with mbuffer and ssh support. It uses the built-in snapshot functionality of ZFS for fully consistent backups. For each fileset, a pre- and post-snapshot command can be configured to quiet down any software writing to the fileset prior to snapshotting. +[SnapRAID](https://github.com/amadvance/snapraid) is a folder-based backup tool that behaves like a software or hardware RAID5/6 disk raid, but is not a disk raid itself. There is no realtime recovery, free space between disks cannot be combined and manual excution of backup is needed. + ### Home Server [Back to the Top](#table-of-contents)