From 57d810957b2165a45924f5949ce39dc5351a60a1 Mon Sep 17 00:00:00 2001 From: CARRE Anthony Date: Fri, 20 Jan 2017 11:40:34 +0100 Subject: [PATCH] update exclude list --- install_backuppc_linux_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_backuppc_linux_mac.sh b/install_backuppc_linux_mac.sh index 497418f..5d586be 100755 --- a/install_backuppc_linux_mac.sh +++ b/install_backuppc_linux_mac.sh @@ -269,7 +269,7 @@ fi #### CRÉATION DU FICHIER DE CONFIGURATION #### fqdn="$(MyFqdn)" filepl="${fqdn}.pl" -exclude="['ownCloud','.local/share/Trash','.cache','.Play*','.steam','.wine','Perso','temp','tmp','.Trash*','.DS_Store','._*']" +exclude="['ownCloud','.local/share/Trash','.cache','.Play*','.steam','.wine','Perso','temp','tmp','.Trash*','.DS_Store','._*', '.thumbnails','.ssh/id_*','.xsession-*']" echo "\$Conf{XferMethod} = 'rsync';" > "${filepl}" echo "\$Conf{RsyncShareName} = [${directories}];" >> "${filepl}" echo "\$Conf{BackupFilesExclude} = {'*' => ${exclude} };" >> "${filepl}"