Code:
-i snapshot
Generate an incremental stream from the -i snapshot to the
last snapshot. The incremental source (the -i snapshot) can
be specified as the last component of the snapshot name (for
example, the part after the @), and it is assumed to be from
the same file system as the last snapshot.
If the destination is a clone, the source may be the origin
snapshot, which must be fully specified (for example,
pool/fs@origin, not just @origin).
-I snapshot
Generate a stream package that sends all intermediary snap-
shots from the -I snapshot to the last snapshot. For exam-
ple, -I @a fs@d is similar to -i @a fs@b; -i @b fs@c; -i @c
fs@d. The incremental source snapshot may be specified as
with the -i option.