List of snapshots
On the Horizon console, navigate to NBOS Backups > Policies.
Identify the policy to show the details on.
Click the policy name to enter the policy overview.
Navigate to the Snapshots tab.
The list of snapshots for the chosen policy contains the following additional information:
Creation Time
Name of the snapshot
Description of the snapshot
Total amount of Restores from this snapshot
Total amount of succeeded Restores
Total amount of failed Restores
Snapshot Type
Snapshot Size
Snapshot Status
nbosjm snapshot-list [--policy-id <policy-id>]
[--nbos_node <host>]
[--date_from <date_from>]
[--date_to <date_to>]
[--all {True,False}]
--policy-id <policy-id> Filter results by policy-id (policy ID).
--nbos_node <host> List all the snapshot operations that are scheduled on a nbos node(Default=None).
--date_from <date_from> From date in format "YYYY-MM-DDTHH:MM:SS" for example 2016-10-10T00:00:00, If you don't specify time then it takes 00:00 by default.
--date_to <date_to> To date in format "YYYY-MM-DDTHH:MM:SS" (default is current day), Specify HH:MM:SS to get snapshots within same day inclusive/exclusive results for date_from and date_to
--all {True,False} List all snapshots of all the projects (valid for admin user only).