Skip to content

set-default-storage

Specify a storage to be the new default storage.

Syntax:

shell
sfiler-cli [options] set-default-storage [command options]
Command optionsRequired / OptionalDescription
-nRequiredThe name of the storage that will become the default storage.

Example:

This example will let you specified a new default storage using the name "My Storage"

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" set-default-storage -n "My Storage"