]> arthur.barton.de Git - netatalk.git/blobdiff - config/AppleVolumes.default.tmpl
Merge remote branch 'sf/master'
[netatalk.git] / config / AppleVolumes.default.tmpl
index 9d592ba32d725a1d918d1d251f76884954856b5d..d402389540b05354f2aa4b9a50675faf7a1e5702 100644 (file)
@@ -1,3 +1,4 @@
+# Netatalk 2.x afp volume cofiguration
 # This file looks empty when viewed with "vi".  In fact, there is one
 # '~', so users with no AppleVolumes file in their home directory get
 # their home directory by default.
 # adouble             -> specify the format of the metadata files.
 #                        default is "v2". netatalk 1.x used "v1".
 #                        "osx" cannot be treated normally any longer.
+# volsizelimit        -> size in MiB.  Useful for TimeMachine: limits the
+#                         reported volume size, thus preventing TM from using
+#                         the whole real disk space for backup.
+#                         Example: "volsizelimit:1000" would limit the
+#                         reported disk space to 1 GB.
 
 
 #
 #                        as the volume codepage
 #                        e.g. "UTF8", "UTF8-MAC", "ISO-8859-15"
 # maccharset          -> specifies the charset to be used
-#                        as the mac client codepage
+#                        as the legacy client (<=Mac OS 9) codepage
 #                        e.g. "MAC_ROMAN", "MAC_CYRILLIC"
 #
 # perm                -> default permission value
 #                        OR with the client requested perm
+#                        Use with options:upriv
 # dperm               -> default permission value for directories
 #                        OR with the client requested perm
+#                        Use with options:upriv
 # fperm               -> default permission value for files
 #                        OR with the client requested perm
+#                        Use with options:upriv
 # umask               -> set perm mask
+#                        Use with options:upriv
 # dbpath:path         -> store the database stuff in the following path.
 # cnidserver:server[:port]
-#                     -> Query this servername or IP address (default:localhost)
-#                        and port (default: 4700) for CNIDs. Only used with
-#                        CNID backend "dbd". This option here overrides any
-#                        setting from afpd.conf:cnidserver.
+#                     -> Query this servername or IP address
+#                        (default:localhost) and port (default: 4700)
+#                        for CNIDs. Only used with CNID backend "dbd".
+#                        This option here overrides any setting from
+#                        afpd.conf:cnidserver.
 # password:password   -> set a volume password (8 characters max)
 # cnidscheme:scheme   -> set the cnid scheme for the volume,
 #                        default is [:DEFAULT_CNID_SCHEME:]
 # illegalseq          -> encode illegal sequence in filename asis,
 #                        ex "\217-", which is not a valid SHIFT-JIS char,
 #                        is encoded  as U\217 -
-# acls                -> Enable ACLs on this volume. Requires a NFSv4 ACLs
-#                        compatible filesystem (e.g. ZFS) and an ACL API
-#                        compatible to *Solaris. In other words: this requires
-#                        Solaris, Opensolaris or a derived distribution.
 # nocnidcache         -> Don't store and read CNID to/from AppleDouble file.
 #                        This should not be used as it also prevents a CNID
 #                        database rebuild with `dbd`!
 #                        Note that netatalk must be compiled with dropkludge
 #                        support for this to function. Warning: This option
 #                        is deprecated and might not work as expected.
+# dropkludge          -> same as "dropbox"
 # nodev               -> always use 0 for device number, helps when the
 #                        device number is not constant across a reboot,
 #                        cluster, ...
 #
 
+# The line below sets some DEFAULT, starting with Netatalk 2.1.
+:DEFAULT: options:upriv,usedots
+
 # The "~" below indicates that Home directories are visible by default.
 # If you do not wish to have people accessing their Home directories,
 # please put a pound sign in front of the tilde or delete it.