Users Guide

Optional Exchange Parameters
The following parameters are optional for Exchange:
-checksum
-recovery
-cloneandverify | -promoteandverify
-offpeak | -remote
-ignorelogoutfail
Optional SharePoint Parameter
If you have SharePoint installed, you can use the following parameter to specify whether to create a Smart Copy of the full SharePoint
farm or a component of the farm:
-spcategory=farm | content
Examples
Create a thin-clone Smart Copy from the template volume with an object identifier string of
Psv{18a09060ccb03c2724b4e4f5aa8f2643;1048576} and then mount it to the K:\ drive:
> ASMCLI -smart -email
-objectid="Psv{18a09060ccb03c2724b4e4f5aa8f2643;1048576}"
-shadowtype=Transportable -backuptype=copy -snapshottype=ThinClone
-location="k:\"
Create a Smart Copy of the volume with an object identifier string of
Psv{18a090603be03fa80a7ae4120000e045;32256}:
> ASMCLI -smart scheduleID="ee05bb766ccc431a99b937886a1d7748"
-objectID="Psv{18a090603be03fa80a7ae4120000e045;32256}
-shadowType=Transportable backupType=copy -snapshotType=Snapshot
-keepCount=14
Create a Smart Copy of an SQL Server database with the component identifier string of
Component{38951b8342494a168962563d8de79c92}:
> ASMCLI -smart -scheduleID="ee05bb766ccc431a99b937886a1d7748"
-objectID="Component{38951b8342494a168962563d8de79c92}"
-shadowType=Transportable backupType=copy -snapshotType=Snapshot
-keepCount=14
Create an Exchange Smart Copy and run Checksum Verification and Soft Recovery right after Smart Copy creation:
> ASMCLI -smart -scheduleID="ee05bb766ccc431a99b937886a1d7748"
-objectID="Component{38951b8342494a168962563d8de79c92}"
-shadowType=Transportable -backupType=copy -snapshotType=Snapshot
-keepCount=14 -checksum -recovery
Create an Exchange Smart Copy and perform Checksum Verification and Soft Recovery during the offpeak Global
Verification times. See Verification Settings.
> ASMCLI -smart -scheduleID="ee05bb766ccc431a99b937886a1d7748"
-objectID="Component{38951b8342494a168962563d8de79c92}shadowType=Transportable
-backupType=copy snapshotType=Snapshot -keepCount=14 -checksum
-recovery -offpeak
Create an Exchange Smart Copy for volume f:\ with Checksum Verification and Soft Recovery during the offpeak Global
Verification times. See Verification Settings.
> ASMCLI -smart scheduleID="ee05bb766ccc431a99b937886a1d7748"
-volume=f:\
-shadowType=Transportable -backupType=copy snapshotType=Snapshot
-keepCount=14 checksum -recovery offpeak
120
Using the Command Line Interface