12
Copyright © Acronis, Inc., 2000-2009
Name in the view
Name in the GUI
Task description
FILERESTORETASK
Recovery (file)
Recovers files from a file backup or from a disk
backup
INVENTORYTASK
Inventorying
The inventorying task on a storage node:
performs inventorying of tapes in a tape library
LOCATION VALIDATION
Validation (vault)
Validates a vault
MANAGEASZTASK
ASZ management
Manages Acronis Secure Zone—for example,
changes its size
RESCANTASK
Rescan
The rescan task on a storage node: updates the
database that contains information about tapes
RESTORE DISKS (EXISTING
VM)
Recovery (disk to existing
VM)
Recovers disks to an existing virtual machine
(VM)
RESTORE DISKS (NEW VM)
Recovery (disk to new
VM)
Recovers disks to a new virtual machine
RESTORE VOLUMES
(EXISTING VM)
Recovery (existing VM)
Recovers volumes to an existing virtual machine
RESTORE VOLUMES (NEW
VM)
Recovery (new VM)
Recovers volumes to a new virtual machine
SLICE VALIDATION
Validation (backup)
Validates a backup
STORAGE SERVER
COMPACTING
Compacting
The compacting task on a storage node: removes
unused data from deduplicated vaults
STORAGE SERVER LOCATION
INDEXING
Indexing
The indexing task on a storage node: performs
deduplication at target
VIRTUAL MACHINE BACKUP
Backup (virtual machine)
Backs up a virtual machine
VOLUMERESTORETASK
Recovery (volume)
Recovers volumes from a disk backup; see also
DISKRESTORETASK
5.3
Policies
5.3.1
Description
The
Policies
view contains information about all backup policies. The type of backup policy is
determined by the
SourceType
column.
5.3.2
Query samples
The following query returns the backup policies that are not applied to any machine (and thus
unused):
SELECT * FROM Policies WHERE
IsDeployed = 0 AND
IsDeploying = 0 AND
IsUpdating = 0 AND
IsRevoking = 0