diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2022-10-17 01:06:57 +0200 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2022-10-17 01:23:12 +0200 |
commit | 2daf87ac19838c9a36f56fb51b0678d193921771 (patch) | |
tree | 87a5f4c067f790a80182ab78a91be4695e030b8c /net/samba416/files/man/smbgetrc.5 | |
parent | net/samba413: Fix alignment of the WWW line. (diff) |
net/samba416: New port for Samba 4.16
This is an initial attempt to add Samba to the FreeBSD after major
rewrite of the VFS code in the upstream.
Most of the port development is now carried in:
https://gitlab.com/samba-freebsd
Due to the way how new Samba VFS code is written there is a constrain
that Samba 4.14+ can run only on FreeBSD 13.1+, as it requires support
of the `nodup` option for the `fdesc` file system, as well as it's
presence in the system in general.
https://gitlab.com/samba-freebsd/-/wikis/The-New-VFS
I'd like to thank CyberSecure Pty Ltd. company for their supoort of
the port development and Andrew Walker from iXsystems Inc. for the
patches he created and made available for the Samba4 on TrueNAS.
PR: 263874
Diffstat (limited to 'net/samba416/files/man/smbgetrc.5')
-rw-r--r-- | net/samba416/files/man/smbgetrc.5 | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/net/samba416/files/man/smbgetrc.5 b/net/samba416/files/man/smbgetrc.5 new file mode 100644 index 000000000000..77aaee71f76f --- /dev/null +++ b/net/samba416/files/man/smbgetrc.5 @@ -0,0 +1,100 @@ +'\" t +.\" Title: smbgetrc +.\" Author: [see the "AUTHOR" section] +.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> +.\" Date: 08/09/2022 +.\" Manual: File Formats and Conventions +.\" Source: Samba 4.16.4 +.\" Language: English +.\" +.TH "SMBGETRC" "5" "08/09/2022" "Samba 4\&.16\&.4" "File Formats and Conventions" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +smbgetrc \- configuration file for smbget +.SH "SYNOPSIS" +.PP +smbgetrc +.SH "DESCRIPTION" +.PP +This manual page documents the format and options of the +\fIsmbgetrc\fR +file\&. This is the configuration file used by the +\fBsmbget\fR(1) +utility\&. The file contains of key\-value pairs, one pair on each line\&. The key and value should be separated by a space\&. +.PP +By default, smbget reads its configuration from +\fI$HOME/\&.smbgetrc\fR, though other locations can be specified using the command\-line options\&. +.SH "OPTIONS" +.PP +The following keys can be set: +.PP +resume on|off +.RS 4 +Whether aborted downloads should be automatically resumed\&. +.RE +.PP +recursive on|off +.RS 4 +Whether directories should be downloaded recursively +.RE +.PP +user \fIname[%password]\fR +.RS 4 +Username (and password) to use when logging in to the remote server\&. Use an empty string for anonymous access\&. +.RE +.PP +workgroup \fIwg\fR +.RS 4 +Workgroup to use when logging in +.RE +.PP +nonprompt on|off +.RS 4 +Turns off asking for username and password\&. Useful for scripts\&. +.RE +.PP +debuglevel \fIint\fR +.RS 4 +(Samba) debuglevel to run at\&. Useful for tracking down protocol level problems\&. +.RE +.PP +dots on|off +.RS 4 +Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator\&. +.RE +.PP +blocksize \fIint\fR +.RS 4 +Number of bytes to put in a block\&. +.RE +.SH "VERSION" +.PP +This man page is part of version 4\&.16\&.4 of the Samba suite\&. +.SH "SEE ALSO" +.PP +\fBsmbget\fR(1) +and +\fBSamba\fR(7)\&. +.SH "AUTHOR" +.PP +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\&. +.PP +This manual page was written by Jelmer Vernooij |