Update README.md

Explanied additional Features
This commit is contained in:
Chriz 2022-12-25 22:49:59 +01:00 committed by GitHub
parent 71b19ec8cb
commit 3b3e74b0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 bashclub-zfs [-hvq] [-t tag] [-k keep] [-d dateopts] src dest
use zfs send/recv to push/pull snapshots use zfs send/recv to push/pull snapshots
src the source fs, specified as [host:]pool/path/to/fs !This Release is default set to send raw. This means you can send encrypted and compressed Datasets 1:1!
dest the destination fs parent, specified as [host:]pool/path/to/fs src the source fs, specified as [host:]pool/path/to/fs
(the final path component of src will be appended to dest) dest the destination fs parent, specified as [host:]pool/path/to/fs
-p Alternate SSH Port, default 22 (the final path component of src will be appended to dest)
-h help -p ssh port
-v verbose mode -h help
-q quiet mode -v verbose mode
-t tag tag to use for naming snapshots (default: bashclub-zfs) -C SSH Compression - obsolete if send_opts="-v -w" are set to raw
-k keep number of snapshots to keep on src (default: 5) -R ZFS Re-Init
-d dateopts options for date(1) - used to name the snapshots (default: +%F_%T) -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 # Local mode: Backup tank/system to backup/tank/system
bashclub-zfs tank/system backup/tank bashclub-zfs tank/system backup/tank