6d27d777aa
Fix issues with replication. - Do not require all '-r dataset' arguments to be listed first. - Fix error checking. If only one argument to 'zap rep' was supplied, replication would silently fail. This required breaking the interface. Instead of zap rep|replicate [-dLSv] [[-r dataset]... [dataset]... remote_dest] the format is now zap rep|replicate [-dLSv] [remote_dest [-r] dataset [[-r] dataset]...]. Fix issue with destroy. - In 0.6.3 $zptn was updated in destroy() to be an extended regular expression. But, when a host was not supplied as an argument, grep -E was still being supplied with the initial $zptn value containing a basic regular expression. With 'zap snap', do not require all '-r dataset' arguments to be listed first. Reviewed by: AMDmi3 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9086
22 lines
635 B
Text
22 lines
635 B
Text
=============================================================
|
|
Version 0.6.4
|
|
-------------
|
|
|
|
The replication arguments have changed. When one or more
|
|
datasets and a destination are supplied, the destination now
|
|
comes before the list of datasets.
|
|
|
|
zap rep|replicate [-dLSv] [dest [-r] dataset [[-r]
|
|
dataset]...].
|
|
|
|
|
|
Version 0.6.0
|
|
-------------
|
|
|
|
The command line arguments have changed. Run zap without
|
|
arguments for the updated format.
|
|
|
|
The format of zap snapshot names has changed. This means
|
|
zap snapshots generated by older zap versions must be
|
|
manually destroyed.
|
|
=============================================================
|