From e8d93849db74d43ea251762eb3d77ce6988f94f1 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Sat, 3 May 2025 05:35:15 -0400 Subject: [PATCH] don't use --include='*', this breaks osync functionallity --- wmde-rp.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wmde-rp.conf b/wmde-rp.conf index c5d9e58..8f97c1f 100644 --- a/wmde-rp.conf +++ b/wmde-rp.conf @@ -20,7 +20,6 @@ WMDERPDIRNAME=".wmde-rp" CONFIG_DIRS=" \ --exclude='$WMDERPDIRNAME' \ - --exclude='.osync_workdir' \ --exclude='Local' \ --include='*.kdbx' \ --include='.ssh/***' \ @@ -46,7 +45,6 @@ CONFIG_DIRS=" \ FULL_DIRS=" \ --exclude='$WMDERPDIRNAME' \ - --exclude='.osync_workdir' \ --exclude='Local' \ --include='*.kdbx' \ --include='.ssh/***' \ @@ -69,12 +67,10 @@ FULL_DIRS=" \ --include=.config/*** \ --exclude='Downloads' \ --exclude='VirtualBox VMs' \ - --include='*' \ " PERM_DIRS=" \ --exclude='$WMDERPDIRNAME' \ - --exclude='.osync_workdir' \ --exclude='Local' \ --include='*.kdbx' \ --include='.ssh/***' \ @@ -95,9 +91,9 @@ PERM_DIRS=" \ --include='.local/share/' \ --include='.local/share/backgrounds/***' \ --include=.config/*** \ - --include='*' \ " +# --exclude='.osync_workdir' \ #CONFIGDIRS=".config \ # .local/share/backgrounds \