Platform: LinuxProducts: MSP360 Backup
Article ID: s0461Last Modified: 21-Mar-2025

Add Storage Accounts (CLI 2.0)

To add a new storage account, use the following command:

cd '/opt/local/MSP360 Backup/bin'
./cbbV2 account add

The list of the storage accounts to add:

ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 account add
MSP360 Backup Command Line Interface started

	amazons3         	- add AmazonS3 account
	azure            	- add Azure account
	backblaze        	- add Backblaze B2 account
	filesystem       	- add File System account
	googlestorage    	- add Google Storage account
	minio            	- add Minio account
	s3compatible     	- add S3 Compatible account
	wasabi           	- add Wasabi account

Options for each storage account can be seen using this command:

ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 account add amazons3
MSP360 Backup Command Line Interface started


amazons3  - add AmazonS3 account
Usage: /opt/local/MSP360 Backup/raw_bin/cbbCommandLineV2 [options]


Options:
  -n, --name <accountName>  	Original name of the account
  -a, --access-key <accessKey>  Access key
  -s, --secret-key <secretKey>  Secret key
  -b, --bucket <bucketName> 	Bucket name
  -p, --prefix <prefix>     	Sets the backup prefix (directory in the
                            	bucket). The backup prefix is used to keep
                            	backups  to differentiate between backups from
                            	different computers. Optional, by default is
                            	computer name.
  --ssl <useSSL>            	Use SSL (true/false)

Example:

Amazon S3 Accounts

ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 account add amazons3 -n some_name_for_your_storage_account -a ABCDEFGHIJKLMNOP -s j123K456qwet789 -b bucket_name -p someprefix --ssl true
MSP360 Backup Command Line Interface started


Success.
https://git.cloudberrylab.com/egor.m/doc-help-std.git
Production