Global options display

How do I find out what global options are set on my Cloudberry install via CLI or browsing a file?

At the moment I am interested in the Limit Bandwidth to Cloud Storage option.

I’ve tried:
./cbb option -?
CloudBerry Backup Command Line Interface started
Unexpected node : -?

Thanks in advance. LisaO

[reply=“LisaO;d2298”] have you checked this page? https://help.msp360.com/cloudberry-backup-mac-linux/cli/configuring-settings-via-cli

Yes, and it shows how to set them, but not how to only display them.

[reply=“LisaO;8221”] have you tried that command without the set option?

Thank you! Fumbled into it based on your suggestion:
./cbb option -get
CloudBerry Backup Command Line Interface started
option -get <default_option>
-get <default_option>: Possible values:
n(-notification) Notification email and user name
is(ignoressl) Ignore SSL certificates
bw(-bandwidth) Bandwidth on backup to cloud storages
bwl(-bandwidthLocal) Bandwidth on backup to local storages
mu(-memoryusage) Max allowed memory usage for multi threaded operations
tc(-threadcount) Thread count
cs(-chunksize) Default chunk size
qs(-queuesize) Queue size for Glacier restores
ps(-proxy) Proxy settings
cp(-chunkpath) Temporary chunks path, used on multipart upload
wa(-webaccess) Web Interface settings
sb(symlinkbackup) Symlinks backup mode
l(logging) Logging settings
c(connection) Connection settings

[reply=“LisaO;8223”] Thanks. I wasn’t sure the exact syntax, but I do now thanks to your post!