From 3b3e74b0a24393ab2b346440fea1e207caeeabb7 Mon Sep 17 00:00:00 2001 From: Chriz Date: Sun, 25 Dec 2022 22:49:59 +0100 Subject: [PATCH] Update README.md Explanied additional Features --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 77c5a49..1ed96a4 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,23 @@ scripts out there, and was the main reason I wrote this. bashclub-zfs [-hvq] [-t tag] [-k keep] [-d dateopts] src dest use zfs send/recv to push/pull snapshots - src the source fs, specified as [host:]pool/path/to/fs - dest the destination fs parent, specified as [host:]pool/path/to/fs - (the final path component of src will be appended to dest) - -p Alternate SSH Port, default 22 - -h help - -v verbose mode - -q quiet mode - -t tag tag to use for naming snapshots (default: bashclub-zfs) - -k keep number of snapshots to keep on src (default: 5) - -d dateopts options for date(1) - used to name the snapshots (default: +%F_%T) + !This Release is default set to send raw. This means you can send encrypted and compressed Datasets 1:1! + src the source fs, specified as [host:]pool/path/to/fs + dest the destination fs parent, specified as [host:]pool/path/to/fs + (the final path component of src will be appended to dest) + -p ssh port + -h help + -v verbose mode + -C SSH Compression - obsolete if send_opts="-v -w" are set to raw + -R ZFS Re-Init + -I Send intermediate Snapshots + -q quiet mode + -t tag tag to use for naming snapshots (default: backup-zfs) + -k keep number of snapshots to keep on src (default: 5) + -d dateopts options for date(1) - used to name the snapshots (default: +%F_%T) + -s store mode - output snaps from local fs to ssh server + -r read mode - read snaps from ssh server to local fs + -g gpg-id gpg recipient key id (store mode only) # Local mode: Backup tank/system to backup/tank/system bashclub-zfs tank/system backup/tank