mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
f1e03c2bc1
commit
e73493c64a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user