Added explanation for overwriting the transferIncomingShares option in config.php.

Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
This commit is contained in:
Immanuel Pasanec 2021-11-23 15:24:02 +01:00 committed by backportbot[bot]
parent 5f38fb7755
commit 287f434056

View File

@ -756,6 +756,10 @@ In case the incoming shares must be transferred as well, use the argument ``--tr
As an alternative, the system configuration option ``transferIncomingShares`` in config.php can be set to ``true`` to always transfer incoming shares.
The command line option ``--transfer-incoming-shares`` overwrites the config.php option ``transferIncomingShares``. For example, ``'transferIncomingShares => true`` can be overwritten by:
sudo -u www-data php occ files:transfer-ownership --transfer-incoming-shares=0 <source-user> <destination-user>
Users may also transfer files or folders selectively by themselves.
See `user documentation <https://docs.nextcloud.com/server/latest/user_manual/en/files/transfer_ownership.html>`_ for details.