diff options
author | spookydonut <sbo@spooksoftware.com> | 2019-10-12 07:43:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-12 07:43:36 +0700 |
commit | a4608e6c43295ddc10b58d7c0a9ccc04ad788faa (patch) | |
tree | 20b2f273393e22d9eedb393057de68ae731c6488 /system/znapzend/README | |
parent | f95ead6d1823e6445520c2ab8ceb1a0f24791379 (diff) |
system/znapzend: Added (zfs backup helper tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/znapzend/README')
-rw-r--r-- | system/znapzend/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/znapzend/README b/system/znapzend/README new file mode 100644 index 0000000000000..89a0ee889a394 --- /dev/null +++ b/system/znapzend/README @@ -0,0 +1,10 @@ +ZnapZend is a ZFS centric backup tool to create snapshots and send + them to backup locations. It relies on the ZFS tools snapshot, + send and receive to do its work. It has the built-in ability to + manage both local snapshots as well as remote copies by thinning + them out as time progresses. + +The ZnapZend configuration is stored as properties in the ZFS + filesystem itself. + +Does not require zfs but is mostly useless without it. |