Skip to content

modify-local-storage

Permet de modifier un espace de stockage local de la solution S-Filer Portal.

Syntaxe:

shell
sfiler-cli [options] modify-local-storage [options de commande]
Options de CommandeObligatoire/OptionnelDescription
-nObligatoireThe Local storage name.
-nnOptionnelThe Local storage new name.
-dOptionnelThe Local storage description.
-pdOptionnelThe Local storage path to the directory.
-etOptionnelTrue or False: The Local storage enable for the trash folder.
-ptOptionnelThe Local storage path to the trash folder.
-sOptionnelThe Local storage status.
-esOptionnelTrue or False: The Local storage enable secure delete.
-fOptionnelThe force update (skip warnings and optional validations).

Exemple:

Cette commande change le nom de l'espace de stockage local "mon espace de stockage" en "mon nouvel espace de stockage".

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" modify-local-storage -n "mon espace de stockage" -nn "mon nouvel espace de stockage"