Skip to content

golendo/zdsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ZDSync

sync tool between zfs datasets

usage:

zdsync.sh [OPTION] SourceDataset TargetDataset

Options:
-s, --sourceShell           specify the source shell to use
-t, --targetShell           specify the target shell to use
-p, --prefix                specify the prefix to use
-k, --keepSource            keep the sync snapshot on the source datset
-c, --timestamp             sets the 'current time' of the script (unix timestamp). Perfect to time large script executions.

example:

zdsync.sh -s "ssh -i /home/sshuser/.ssh/id_rsa [email protected]" -p my-sync-prefix target_zfs_dataset my/local/zfs-dataset

About

zdsync - a zfs dataset sync tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages