Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/smbtar.1

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "SMBTAR" 1 "" "" ""
     1.\"     Title: smbtar
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: User Commands
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "SMBTAR" "1" "05/21/2008" "Samba 3\.0" "User Commands"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214smbtar - shell script for backing up SMB/CIFS shares directly to UNIX tape drives
    2315.SH "SYNOPSIS"
    2416.HP 1
    25 smbtar [-r] [-i] [-a] [-v] {-s server} [-p password] [-x services] [-X] [-N filename] [-b blocksize] [-d directory] [-l loglevel] [-u user] [-t tape] {filenames}
     17smbtar [\-r] [\-i] [\-a] [\-v] {\-s\ server} [\-p\ password] [\-x\ services] [\-X] [\-N\ filename] [\-b\ blocksize] [\-d\ directory] [\-l\ loglevel] [\-u\ user] [\-t\ tape] {filenames}
    2618.SH "DESCRIPTION"
    2719.PP
    2820This tool is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    3224smbtar
    3325is a very small shell script on top of
    3426\fBsmbclient\fR(1)
    35 which dumps SMB shares directly to tape.
     27which dumps SMB shares directly to tape\.
    3628.SH "OPTIONS"
    3729.PP
    38 -s server
    39 .RS 3n
    40 The SMB/CIFS server that the share resides upon.
     30\-s server
     31.RS 4
     32The SMB/CIFS server that the share resides upon\.
    4133.RE
    4234.PP
    43 -x service
    44 .RS 3n
    45 The share name on the server to connect to. The default is "backup".
     35\-x service
     36.RS 4
     37The share name on the server to connect to\. The default is "backup"\.
    4638.RE
    4739.PP
    48 -X
    49 .RS 3n
    50 Exclude mode. Exclude filenames... from tar create or restore.
     40\-X
     41.RS 4
     42Exclude mode\. Exclude filenames\.\.\. from tar create or restore\.
    5143.RE
    5244.PP
    53 -d directory
    54 .RS 3n
     45\-d directory
     46.RS 4
    5547Change to initial
    5648\fIdirectory \fR
    57 before restoring / backing up files.
     49before restoring / backing up files\.
    5850.RE
    5951.PP
    60 -v
    61 .RS 3n
    62 Verbose mode.
     52\-v
     53.RS 4
     54Verbose mode\.
    6355.RE
    6456.PP
    65 -p password
    66 .RS 3n
    67 The password to use to access a share. Default: none
     57\-p password
     58.RS 4
     59The password to use to access a share\. Default: none
    6860.RE
    6961.PP
    70 -u user
    71 .RS 3n
    72 The user id to connect as. Default: UNIX login name.
     62\-u user
     63.RS 4
     64The user id to connect as\. Default: UNIX login name\.
    7365.RE
    7466.PP
    75 -a
    76 .RS 3n
    77 Reset DOS archive bit mode to indicate file has been archived.
     67\-a
     68.RS 4
     69Reset DOS archive bit mode to indicate file has been archived\.
    7870.RE
    7971.PP
    80 -t tape
    81 .RS 3n
    82 Tape device. May be regular file or tape device. Default:
     72\-t tape
     73.RS 4
     74Tape device\. May be regular file or tape device\. Default:
    8375\fI$TAPE\fR
    8476environmental variable; if not set, a file called
    85 \fItar.out \fR.
     77\fItar\.out \fR\.
    8678.RE
    8779.PP
    88 -b blocksize
    89 .RS 3n
    90 Blocking factor. Defaults to 20. See
     80\-b blocksize
     81.RS 4
     82Blocking factor\. Defaults to 20\. See
    9183tar(1)
    92 for a fuller explanation.
     84for a fuller explanation\.
    9385.RE
    9486.PP
    95 -N filename
    96 .RS 3n
    97 Backup only files newer than filename. Could be used (for example) on a log file to implement incremental backups.
     87\-N filename
     88.RS 4
     89Backup only files newer than filename\. Could be used (for example) on a log file to implement incremental backups\.
    9890.RE
    9991.PP
    100 -i
    101 .RS 3n
    102 Incremental mode; tar files are only backed up if they have the archive bit set. The archive bit is reset after each file is read.
     92\-i
     93.RS 4
     94Incremental mode; tar files are only backed up if they have the archive bit set\. The archive bit is reset after each file is read\.
    10395.RE
    10496.PP
    105 -r
    106 .RS 3n
    107 Restore. Files are restored to the share from the tar file.
     97\-r
     98.RS 4
     99Restore\. Files are restored to the share from the tar file\.
    108100.RE
    109101.PP
    110 -l log level
    111 .RS 3n
    112 Log (debug) level. Corresponds to the
    113 \fI-d\fR
     102\-l log level
     103.RS 4
     104Log (debug) level\. Corresponds to the
     105\fI\-d\fR
    114106flag of
    115 \fBsmbclient\fR(1).
     107\fBsmbclient\fR(1)\.
    116108.RE
    117109.SH "ENVIRONMENT VARIABLES"
     
    119111The
    120112\fI$TAPE\fR
    121 variable specifies the default tape device to write to. May be overridden with the -t option.
     113variable specifies the default tape device to write to\. May be overridden with the \-t option\.
    122114.SH "BUGS"
    123115.PP
    124116The
    125117smbtar
    126 script has different options from ordinary tar and from smbclient's tar command.
     118script has different options from ordinary tar and from smbclient\'s tar command\.
    127119.SH "CAVEATS"
    128120.PP
    129 Sites that are more careful about security may not like the way the script handles PC passwords. Backup and restore work on entire shares; should work on file lists. smbtar works best with GNU tar and may not work well with other versions.
     121Sites that are more careful about security may not like the way the script handles PC passwords\. Backup and restore work on entire shares; should work on file lists\. smbtar works best with GNU tar and may not work well with other versions\.
    130122.SH "DIAGNOSTICS"
    131123.PP
    132124See the
    133 \fBDIAGNOSTICS\fR
     125\fIDIAGNOSTICS\fR
    134126section for the
    135127\fBsmbclient\fR(1)
    136 command.
     128command\.
    137129.SH "VERSION"
    138130.PP
    139 This man page is correct for version 3.0 of the Samba suite.
     131This man page is correct for version 3\.0 of the Samba suite\.
    140132.SH "SEE ALSO"
    141133.PP
    142134\fBsmbd\fR(8),
    143135\fBsmbclient\fR(1),
    144 \fBsmb.conf\fR(5).
     136\fBsmb.conf\fR(5)\.
    145137.SH "AUTHOR"
    146138.PP
    147 The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
     139The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
    148140.PP
    149141Ricky Poulten
    150 wrote the tar extension and this man page. The
     142wrote the tar extension and this man page\. The
    151143smbtar
    152144script was heavily rewritten and improved by
    153 Martin Kraemer. Many thanks to everyone who suggested extensions, improvements, bug fixes, etc. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at
    154 ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.
    155 
     145Martin Kraemer\. Many thanks to everyone who suggested extensions, improvements, bug fixes, etc\. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at
     146ftp://ftp\.icce\.rug\.nl/pub/unix/) and updated for the Samba 2\.0 release by Jeremy Allison\. The conversion to DocBook for Samba 2\.2 was done by Gerald Carter\. The conversion to DocBook XML 4\.2 for Samba 3\.0 was done by Alexander Bokovoy\.
Note: See TracChangeset for help on using the changeset viewer.