From: Adam Nielsen Date: Sun, 15 Oct 2017 01:56:32 +0000 (+1000) Subject: manpage: Advise vfs_fruit:veto_appledouble=yes can break rsync X-Git-Tag: tdb-1.3.17~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97c5a698aa2ba99bc07c7db8bc12bfcb7afa662e;p=thirdparty%2Fsamba.git manpage: Advise vfs_fruit:veto_appledouble=yes can break rsync Reviewed-by: Andreas Schneider Reviewed-by: Uri Simchoni Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml index e4ca7bd1828..c5bd593a139 100644 --- a/docs-xml/manpages/vfs_fruit.8.xml +++ b/docs-xml/manpages/vfs_fruit.8.xml @@ -331,9 +331,13 @@ file, vfs_fruit may create ._ AppleDouble files. This options controls whether these ._ AppleDouble files are vetoed which prevents the client from accessing them. - Vetoing ._ files may break some applications, eg - extracting Mac ZIP archives from Mac clients failes, - because they contain ._ files. Setting this option to + Vetoing ._ files may break some applications, e.g. + extracting Mac ZIP archives from Mac clients fails, + because they contain ._ files. rsync will + also be unable to sync files beginning with underscores, as + the temporary files it uses for these will start with ._ and + so cannot be created. + Setting this option to false will fix this, but the abstraction leak of exposing the internally created ._ files may have other unknown side effects.