Allow specifying path+prefix for use with multi-volume receive.
For example wyng receive --all --save-to=/dev/vg/temprestore- would restore all volumes into the '/dev/vg' path each with the name 'temprestore-volname'.
This would not treat the last portion of the save-to path as a directory, unless the specified path ended with a '/' slash.
This idea allows multiple volumes to be restored in a single invocation of Wyng while giving the user or external script control over the namespace.
Allow specifying path+prefix for use with multi-volume
receive
.For example
wyng receive --all --save-to=/dev/vg/temprestore-
would restore all volumes into the '/dev/vg' path each with the name 'temprestore-volname'.This would not treat the last portion of the save-to path as a directory, unless the specified path ended with a '/' slash.
This idea allows multiple volumes to be restored in a single invocation of Wyng while giving the user or external script control over the namespace.