moveuserfilestore2master deprecated
PACKAGE: open-xchange-admin
NAME
moveuserfilestore2master - moves a user's files from his own storage to the storage of specified master.
SYNOPSIS
moveuserfilestore2master [OPTION]...
DESCRIPTION
This command line tool moves a user's files from his own storage to the storage of specified master. The move operation that is performed is quota-aware and thus transfers current quota usage from master account to user.
OPTIONS
-m, --master masterUserId : Master user id. If not set, the context administrator is assumed to be the master user.
-c, --contextid contextId : The context identifier. Mandatory and mutually exclusive with -N
.
-N, --contextname contextName : The context name. Mandatory and mutually exclusive with -c
.
-i, --userid userId : Id of the user.
-u, --username username : Username ofthe user.
-f, --filestore filestore : The identifier for the file storage. Mandatory.
-q, --quota quota : The file storage quota in MB for associated user. Mandatory.
-A, --adminuser contextAdmin : Context admin user name for authentication. Optional, depending on your configuration.
-P, --adminpass contextAdminPassword : Context admin password for authentication. Optional, depending on your configuration.
-h, --help : Prints a help text.
--environment : Show info about commandline environment.
--nonl : Remove all newlines (\n) from output.
--responsetimeout : The optional response timeout in seconds when reading data from server (default: 0s; infinite).
EXAMPLES
moveuserfilestore2master -A contextAdmin -P secret -c 1138 -i 137 -m 152
Moves the filestore of the specified user from the individual one to the master.