Platform: LinuxProducts: MSP360 Backup
Article ID: s0469Last Modified: 14-Oct-2024
Synchronize Repository
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"
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
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"