Platform: LinuxProducts: MSP360 Backup
Article ID: s0469Last Modified: 23-Feb-2026
Synchronize Repository
Use the sync command to run the consistency check: ./cbbV2 account sync
Command parameters:
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 account sync
MSP360 Backup Command Line Interface started
sync - sync storage account
Usage: /opt/local/MSP360 Backup/raw_bin/cbbCommandLineV2 [options]
Options:
-n, --name <accountName> Account name
--id <accountId> Account ID
-c, --confirm Confirm sync account
Example:
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 account sync -n "s3_test" -c
MSP360 Backup Command Line Interface started
Success.
Backup Metadata Downloading for Specified Account (NBF)
Backup metadata downloading (formerly deep sync) implements checks for specified backup generation (new backup format only). To run it, use the following command: ./cbbV2 storage deep-sync
Command parameters:
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 storage deep-sync
MSP360 Backup Command Line Interface started
deep-sync - storage deepsync
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
-p, --password <password> Encryption password
Examples:
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 storage deep-sync -a "local" -b "local NBF" -g "1d2f77ad-e33a-4412-a98b-72545e00b57b"
MSP360 Backup Command Line Interface started
Status: Preparing...
Status: Processing: 0 of 1
Status: Processing: 0 of 1
Success.
./cbbV2 storage deep-sync -a "Account Name" -b "Bunch Name" -g "Generation ID" -p "Password"