From 30d4484bf95eecc0e2c9e94d26ae41ee38bbba97 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 1 Dec 2011 13:47:12 -0800 Subject: 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 Autobuild-Date: Fri Dec 2 00:23:13 CET 2011 on sn-devel-104 --- docs-xml/manpages-3/smbclient.1.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index fe1e011b03..c79d9dfbf8 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -558,6 +558,17 @@ + + backup + 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. + + + blocksize <number> Sets the blocksize parameter for a tar operation. The default is 20. -- cgit