diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 16:22:52 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-11-22 11:45:49 +0100 |
commit | 1176b53dc9604ce9cfd957a49d0563a00bc30e6c (patch) | |
tree | e090c8b99f9b95d88093f56377de0f253b0d9e50 /docs-xml | |
parent | de4415640545852c0bf9d141abd8e265ccce6720 (diff) | |
download | samba-1176b53dc9604ce9cfd957a49d0563a00bc30e6c.tar.gz |
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>
(cherry picked from commit e73493c64af9f76fa41b56c154ea973619e97cb0)
Diffstat (limited to 'docs-xml')
-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 141f74f59e..75572a0d00 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; |