Account Sync

Use the sync command to run the consistency check: ./cbbV2 account sync

Parameter Description Possible Values
--name Storage account name to sync Set by the addacount command
--id Storage account ID to sync Set by the addcount command
--access-key Access key Set by storage provider
--confirm Sync confirmation -

Example:

./cbbV2 account sync -n "Account Name" -c--ssl "true"

Account Metadata Downloading

Metadata downloading (formerly deep sync) implements checks for all previous backup generations. To run it, use the following command: ./cbbV2 storage deep-sync

Parameter Description Possible Values
--account Storage account name to sync Set by the addacount command
--account-id Storage account ID to sync Set by the addcount command
--bunch Bunch ID to sync -
--generation Generation ID to synch -
--password Ensryption password for encrypted backups -

Examples:

./cbbV2 storage deep-sync -a "Account Name" -b "Bunch Name" -g "Generation ID"
./cbbV2 storage deep-sync -i "Storage ID" -b "Bunch Name" -g "Generation ID"
./cbbV2 storage deep-sync -a "Account Name" -b "Bunch Name" -g "Generation ID" -p "Password"
https://git.cloudberrylab.com/egor.m/doc-help-std.git