Platform: LinuxProducts: MSP360 Backup
Article ID: s0468Last Modified: 26-Aug-2025
Data Listing Commands (CLI 2.0)
To list data on backup storage, use the following command: ./cbbV2 storage list
Note that this command only applies to the New Backup Format content
userubuntu@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 storage list
MSP360 Backup Command Line Interface started
list - storage list
Usage: /opt/local/MSP360 Backup/raw_bin/cbbCommandLineV2 [options]
Options:
-i, --account-id <id> Storage account ID
-a, --account <name> Storage account name
--bunch-id <bunch-id> Bunch ID
-b, --bunch <bunch> Bunch name
-g, --generation <generation> Generation ID
-r, --restore <restore> Restore point (dd.mm.yy hh:mm)
--path <path> Specifies the path whose contents you would
like to list.
--limit <limit> Specifies the maximum number of items to
display from the top of the list.
--offset <offset> Specifies the offset (number of the items)
from the top of the list to display the number
of items specified by the - limit parameter.
--all Show all restore points
-h, --hint Displays hint for selected generation
Examples:
List the Storage Account
userubuntu@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 storage list -a "local"
MSP360 Backup Command Line Interface started
Storage: local
Bunch: test_backup {2602d3e8-645c-49cf-bede-e7268e2174d9}
Bunch: local NBF {e315dfb2-07e3-4766-bc88-415149fe6404}
Success.
List the Bunch Contents
userubuntu@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 storage list -a "local" -b "local NBF"
MSP360 Backup Command Line Interface started
Storage: local
Bunch: local NBF {e315dfb2-07e3-4766-bc88-415149fe6404}
Generation: 3/26/25 8:32 AM - 3/26/25 8:32 AM {1d2f77ad-e33a-4412-a98b-72545e00b57b}
Generation: 3/26/25 8:30 AM - 3/26/25 8:31 AM {515f7c15-975f-4db0-910c-e8ecb486f390} - Warnings
Success.
List the Generation Contents
userubuntu@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 storage list -a "local" -b "local NBF" -g "1d2f77ad-e33a-4412-a98b-72545e00b57b"
MSP360 Backup Command Line Interface started
Storage: local
Bunch: local NBF {e315dfb2-07e3-4766-bc88-415149fe6404}
Generation: 3/26/25 8:32 AM - 3/26/25 8:32 AM {1d2f77ad-e33a-4412-a98b-72545e00b57b}
Restore point: (Full) 3/26/25 8:32 AM
Success.