diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 16:22:52 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:43 +0100 |
commit | e73493c64af9f76fa41b56c154ea973619e97cb0 (patch) | |
tree | 5b38d0aaa1e052ddb7ece5abb322760e4a80e092 /docs-xml/manpages | |
parent | f1e03c2bc1bb34d1918b232035c25cc9e0e6811d (diff) | |
download | samba-e73493c64af9f76fa41b56c154ea973619e97cb0.tar.gz samba-e73493c64af9f76fa41b56c154ea973619e97cb0.tar.xz samba-e73493c64af9f76fa41b56c154ea973619e97cb0.zip |
docs: add net rpc share migrate specific options in net manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/net.8.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index 5cc623f9f4..6fba00ba4c 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -235,6 +235,38 @@ </para></listitem> </varlistentry> + <!-- Options for net rpc share migrate --> + + <varlistentry> + <term>--acls</term> + <listitem><para>Includes ACLs to be copied in "net rpc share migrate". + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--attrs</term> + <listitem><para>Includes file attributes to be copied in "net rpc share migrate". + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--timestamps</term> + <listitem><para>Includes timestamps to be copied in "net rpc share migrate". + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-X|--exclude DIRECTORY</term> + <listitem><para>Allows to exclude directories when copying with "net rpc share migrate". + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--destination SERVERNAME</term> + <listitem><para>Defines the target servername of migration process (defaults to localhost). + </para></listitem> + </varlistentry> + &stdarg.encrypt; &popt.common.samba.client; |