diff options
author | Jeremy Allison <jra@samba.org> | 2011-12-01 13:47:12 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-12-02 00:23:13 +0100 |
commit | 30d4484bf95eecc0e2c9e94d26ae41ee38bbba97 (patch) | |
tree | 1d77beae5b1aa13158d756ef9a64c43234069aca /docs-xml/manpages-3 | |
parent | af76d2588c9aab9ed0eb71ab216ea55faaa40cf2 (diff) | |
download | samba-30d4484bf95eecc0e2c9e94d26ae41ee38bbba97.tar.gz samba-30d4484bf95eecc0e2c9e94d26ae41ee38bbba97.tar.xz samba-30d4484bf95eecc0e2c9e94d26ae41ee38bbba97.zip |
Add the "backup" toggle command to smbclient. In order for this to be
really useful we need to change to using NTCreateX opens by default in
cli_open() and fall back to old OpenX calls instead of doing it the
other way around.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Dec 2 00:23:13 CET 2011 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/smbclient.1.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index fe1e011b030..c79d9dfbf87 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -559,6 +559,17 @@ </varlistentry> <varlistentry> + <term>backup</term> + <listitem><para>Toggle the state of the "backup intent" flag + sent to the server on directory listings and file opens. If + the "backup intent" flag is true, the server will try and + bypass some file system checks if the user has been granted + SE_BACKUP or SE_RESTORE privilages. This state is useful when + performing a backup or restore operation. + </para></listitem> + </varlistentry> + + <varlistentry> <term>blocksize <number></term> <listitem><para>Sets the blocksize parameter for a tar operation. The default is 20. Causes tar file to be written out in blocksize*TBLOCK (normally 512 byte) units. |