30
Copyright © Acronis, Inc., 2000-2010
StorageNodeCmd /list /vault:"bsp://My Storage Node/MyVault"
Specify only one of these options. If both are specified, the
arc_id
option is used.
1.2.2.2
credentials
Specifies the user name and password to access the location (a managed vault or a folder) whose
name is given by the
vault
option—for example:
/credentials:"MyDomain\User A":"My
PassWd123"
1.2.2.3
include_pits
For the archive whose name is given by the
arc
or
arc_id
option, specifies the list of backups
(sometimes called pits) that you want to export—for example:
/include_pits:0,4,5
The number
0
identifies the newest backup in the archive.
Use commas to separate the backup numbers. To view the list of backup numbers for an archive, use
the
list
command—for example:
StorageNodeCmd /list /arc:"My Archive" /vault:"bsp://My Node/My Vault"
Without this option, the utility exports the entire archive.
For details on how backups are exported, see the "Exporting archives and backups" section in the
User's Guide.
1.2.2.4
log
Specifies the name of the file where to save the log of the current operation—for example:
/log:"\\Server\Share\Exporting Log.txt"
If you want to create the file on a network share, use the
log_net_user
and
log_net_password
options to specify access credentials to it.
Without the
log
option, the log is not created.
1.2.2.5
log_net_password
Specifies the password for the user whose name is given by the
log_net_user
option—for example:
/log_net_password:"My PassWd123"
1.2.2.6
log_net_user
Specifies access credentials to the file whose name is given by
log
—for example:
/log_net_user:"User A"
1.2.2.7
password
Specifies the password for a password-protected archive whose name is given by
arc
or
arc_id
—for
example:
/password:"My PassWd123"
This option is ignored if the archive is not password-protected.