Article ID: m0602Last Modified: 29-Sep-2024
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 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 | - |
| --account-id | Storage account ID to sync | - |
| --bunch | Bunch ID to sync | - |
| --generation | Generation ID to synch | - |
| --password | Encryption 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"