'\" t .\" Title: afp_voluuid.conf .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 27 June 2016 .\" Manual: Netatalk AFP Fileserver Manual .\" Source: Netatalk 3.1.18 .\" Language: English .\" .TH "AFP_VOLUUID\&.CONF" "5" "27 June 2016" "Netatalk 3.1.18" "Netatalk AFP Fileserver Manual" .\" ----------------------------------------------------------------- .\" * 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" afp_voluuid.conf \- Configuration file used by afpd(8) to specify UUID for AFP volumes .SH "DESCRIPTION" .PP /var/lib/netatalk/afp_voluuid\&.conf is the configuration file used by \fBafpd\fR to specify UUID of all AFP volumes\&. The configuration lines are composed like: .PP \fI"volume\-name"\fR \fIuuid\-string\fR .PP The first field is volume name\&. Volume names must be quoted if they contain spaces\&. The second field is the 36 character hexadecimal ASCII string representation of a UUID\&. .PP The leading spaces and tabs are ignored\&. Blank lines are ignored\&. The lines prefixed with # are ignored\&. The illegal lines are ignored\&. .if n \{\ .sp .\} .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 \fBNote\fR .ps -1 .br .PP This UUID is advertised by Zeroconf in order to provide robust disambiguation of Time Machine volume\&. .PP It is also used by the MySQL CNID backend\&. .PP This file should not be thoughtlessly edited and be copied onto another server\&. .sp .5v .RE .PP .SH "EXAMPLES" .PP \fBExample.\ \&afp_voluuid\&.conf with three volumes\fR .sp .if n \{\ .RS 4 .\} .nf # This is a comment\&. "Backup for John Smith" 1573974F\-0ABD\-69CC\-C40A\-8519B681A0E1 "bob" 39A487F4\-55AA\-8240\-E584\-69AA01800FE9 mary 6331E2D1\-446C\-B68C\-3066\-D685AADBE911 .fi .if n \{\ .RE .\} .SH "SEE ALSO" .PP \fBafpd\fR(8), \fBafp.conf\fR(5), \fBavahi-daemon\fR(8), \fBmDNSResponder\fR(8) .SH "AUTHOR" .PP See \m[blue]\fBCONTRIBUTORS\fR\m[]\&\s-2\u[1]\d\s+2 .SH "NOTES" .IP " 1." 4 CONTRIBUTORS .RS 4 \%https://github.com/Netatalk/netatalk/blob/main/CONTRIBUTORS .RE