Ignore:
Timestamp:
May 12, 2014, 8:58:38 PM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.6: updated vendor to latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs/manpages/smbclient.1

    r746 r860  
    22.\"     Title: smbclient
    33.\"    Author: [see the "AUTHOR" section]
    4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 10/29/2012
     4.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
     5.\"      Date: 09/18/2013
    66.\"    Manual: User Commands
    77.\"    Source: Samba 3.6
    88.\"  Language: English
    99.\"
    10 .TH "SMBCLIENT" "1" "10/29/2012" "Samba 3\&.6" "User Commands"
     10.TH "SMBCLIENT" "1" "09/18/2013" "Samba 3\&.6" "User Commands"
     11.\" -----------------------------------------------------------------
     12.\" * Define some portability stuff
     13.\" -----------------------------------------------------------------
     14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     15.\" http://bugs.debian.org/507673
     16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
     17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     18.ie \n(.g .ds Aq \(aq
     19.el       .ds Aq '
    1120.\" -----------------------------------------------------------------
    1221.\" * set default formatting
     
    3342.PP
    3443smbclient
    35 is a client that can \'talk\' to an SMB/CIFS server\&. It offers an interface similar to that of the ftp program (see
     44is a client that can \*(Aqtalk\*(Aq to an SMB/CIFS server\&. It offers an interface similar to that of the ftp program (see
    3645\fBftp\fR(1))\&. Operations include things like getting files from the server to the local machine, putting files from the local machine to the server, retrieving directory information from the server and so on\&.
    3746.SH "OPTIONS"
     
    218227This parameter causes the client to write messages to the standard error stream (stderr) rather than to the standard output stream\&.
    219228.sp
    220 By default, the client writes messages to standard output \- typically the user\'s tty\&.
     229By default, the client writes messages to standard output \- typically the user\*(Aqs tty\&.
    221230.RE
    222231.PP
     
    227236and a list should appear\&. The
    228237\fI\-I \fR
    229 option may be useful if your NetBIOS names don\'t match your TCP/IP DNS host names or if you are trying to reach a host on another network\&.
     238option may be useful if your NetBIOS names don\*(Aqt match your TCP/IP DNS host names or if you are trying to reach a host on another network\&.
    230239.RE
    231240.PP
     
    250259.sp
    251260Note that specifying this parameter here will override the
    252 \m[blue]\fB\%smb.conf.5.html#\fR\m[]
     261\m[blue]\fBlog level\fR\m[]
    253262parameter in the
    254263smb\&.conf
     
    339348.RS 4
    340349This option allows you to override the NetBIOS name that Samba uses for itself\&. This is identical to setting the
    341 \m[blue]\fB\%smb.conf.5.html#\fR\m[]
     350\m[blue]\fBnetbios name\fR\m[]
    342351parameter in the
    343352smb\&.conf
     
    492501.\}
    493502\fIr\fR
    494 \- Regular expression include or exclude\&. Uses regular expression matching for excluding or excluding files if compiled with HAVE_REGEX_H\&. However this mode can be very slow\&. If not compiled with HAVE_REGEX_H, does a limited wildcard match on \'*\' and \'?\'\&.
     503\- Regular expression include or exclude\&. Uses regular expression matching for excluding or excluding files if compiled with HAVE_REGEX_H\&. However this mode can be very slow\&. If not compiled with HAVE_REGEX_H, does a limited wildcard match on \*(Aq*\*(Aq and \*(Aq?\*(Aq\&.
    495504.RE
    496505.sp
     
    528537\fITar Long File Names\fR
    529538.sp
    530 smbclient\'s tar option now supports long file names both on backup and restore\&. However, the full path name of the file must be less than 1024 bytes\&. Also, when a tar archive is created,
    531 smbclient\'s tar option places all files in the archive with relative names, not absolute names\&.
     539smbclient\*(Aqs tar option now supports long file names both on backup and restore\&. However, the full path name of the file must be less than 1024 bytes\&. Also, when a tar archive is created,
     540smbclient\*(Aqs tar option places all files in the archive with relative names, not absolute names\&.
    532541.sp
    533542\fITar Filenames\fR
    534543.sp
    535 All file names can be given as DOS path names (with \'\e\e\' as the component separator) or as UNIX path names (with \'/\' as the component separator)\&.
     544All file names can be given as DOS path names (with \*(Aq\e\e\*(Aq as the component separator) or as UNIX path names (with \*(Aq/\*(Aq as the component separator)\&.
    536545.sp
    537546\fIExamples\fR
     
    580589.sp
    581590This is particularly useful in scripts and for printing stdin to the server, e\&.g\&.
    582 \-c \'print \-\'\&.
     591\-c \*(Aqprint \-\*(Aq\&.
    583592.RE
    584593.SH "OPERATIONS"
     
    963972tarmode <full|inc|reset|noreset>
    964973.RS 4
    965 Changes tar\'s behavior with regard to archive bits\&. In full mode, tar will back up everything regardless of the archive bit setting (this is the default mode)\&. In incremental mode, tar will only back up files with the archive bit set\&. In reset mode, tar will reset the archive bit on all files it backs up (implies read/write share)\&.
     974Changes tar\*(Aqs behavior with regard to archive bits\&. In full mode, tar will back up everything regardless of the archive bit setting (this is the default mode)\&. In incremental mode, tar will only back up files with the archive bit set\&. In reset mode, tar will reset the archive bit on all files it backs up (implies read/write share)\&.
    966975.RE
    967976.PP
Note: See TracChangeset for help on using the changeset viewer.