From 1179550f15209ad663168c5c3d7f66477524a7fc Mon Sep 17 00:00:00 2001 From: Raphael Geissert Date: Fri, 14 Dec 2012 12:54:00 -0600 Subject: Add missing --exclude i18n/* from sample ftpsync.conf file Only if the variable was not set in the config file, the i18n/ files would actually be excluded. Signed-off-by: Raphael Geissert --- etc/ftpsync.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample index d6e21d9..68fca57 100644 --- a/etc/ftpsync.conf.sample +++ b/etc/ftpsync.conf.sample @@ -134,7 +134,7 @@ ## Options the first pass gets. We do not want the Packages/Source indices ## here, and we also do not want to delete any files yet. -#RSYNC_OPTIONS1="--exclude Packages* --exclude Sources* --exclude Release* --exclude InRelease --exclude ls-lR*" +#RSYNC_OPTIONS1="--exclude Packages* --exclude Sources* --exclude Release* --exclude InRelease --exclude i18n/* --exclude ls-lR*" ## Options the second pass gets. Now we want the Packages/Source indices too ## and we also want to delete files. We also want to delete files that are -- cgit v1.2.3