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 \