Skip to content

A script to automate ZFS sends of individual incremental snapshots. This currently only works for Zpools that are imported on the same system the script is being run on. Support for ZFS sends over SSH is planned for the future.

Notifications You must be signed in to change notification settings

justinmancini/zfsSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

This script was written to aid in the sending and receiving of specific ZFS snapshot ranges from one Zpool to another.

Script usage:

./zfsSender.sh -o [source dataset] -d [destination dataset]

Example:

./zfsSender.sh -o foo/bar/foobar -d boo/far/barfoo

Options:

-o  -  Source dataset 
-d  -  Destination dataset 
-f  -  Initial snapshot to send
-c  -  Number of snapshots to send after the initial.  (If you set this to 4, you will transfer 5 total snapshots)

-h  -  View help menu

About

A script to automate ZFS sends of individual incremental snapshots. This currently only works for Zpools that are imported on the same system the script is being run on. Support for ZFS sends over SSH is planned for the future.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages