DL4300 Appliance
New-Mount
452
Option
Description
-user
Optional. User name for the remote Core host
machine. If you specify a user name, you also have
to provide a password. If none are provided, then the
logged-on user's credentials will be used.
-password
Optional. Password to the remote Core host
machine. If you specify a password, you also have to
provide a log on.
If none are provided, then the logged-on user's
credentials will be used.
-path
Path on the Core machine to which recovery points
will be mounted.
-mounttype
Optional. Specifies a mount mode. Available options
are
'read'
,
'readOnlyWithPreviousWrites'
(read-only with previous writes),
'write'
(writable).
Default mode is
read-only
.
-volumes
Optional. Space-separated list of volume names
to mount. If the volume’s name contains spaces
or special characters, it has to be specified using
double quotes. If not specified, all volumes will be
mounted.
-drivers
Optional. Comma-separated list of volume names to
mount. If not specified, all volumes will be mounted.
NOTE:
This option is obsolete, use
'-
volumes'
instead.
-rpn
Optional. Recovery point number for the mount. You
can obtain this using the
get-mounts
command.
Specify several numbers for the
rpn
parameter to
mount different points with a single command.
NOTE:
If you set an array of points to mount,
each point will be located in a separate child
directory. The name describes the time when
the recovery point was created. When you
call dismount, all child directories will be
removed. You should remove the parent
directory manually.
Example:
>New-Mount -core 10.10.10.10:8006 -user administrator -password 23WE@#$sdd -protectedserver 10.10.5.22 -path C:\MountedRecoveryPoint -mounttype read -volumes c “d, ko”
Mount an array of recovery points:
>New-Mount –rpn 10 52 41 -protectedserver localhost –path “D:/Folder for mount”
Mount a recovery point with certain time created:
>New-Mount -protectedserver 10.10.5.56 –path “D:/Folder for mount” –time “8/24/2012 11:46 AM”
Parent topic