Additional destinations.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
local = {
dataset = "btank/backup";
presend = "zpool import -N btank";
postsend = "zpool export btank";
};
remote = {
host = "[email protected]";
dataset = "tank/john";
};
};