diff --git a/wmde-rp.conf b/wmde-rp.conf index 030d821..4f7592b 100644 --- a/wmde-rp.conf +++ b/wmde-rp.conf @@ -16,23 +16,25 @@ WAIT_FOR_CONFIG=always # always, first or never WAIT_FOR_FULLSYNC=never # always, first or never -CONFIGDIRS=".config \ - .local/share/backgrounds \ - .ssh" CONFIG_DIRS=" \ --exclude='$WMDERPDIRNAME' \ --exclude='.osync_workdir' \ --include='*.kdbx' \ + --include='.ssh/***' \ --include='.cache/' \ --include='.cache/keepassxc/***' \ + --exclude='cache' \ + --exclude='*/cache' \ --exclude='.cache' \ --exclude='*/.cache' \ --exclude='.cache2' \ --exclude='*/.cache2' \ + --exclude='Cache' \ + --exclude='*/Cache' \ --exclude='.thunderbird/*/ImapMail/' \ - --include='.thunderbird' \ - --include='.firefox/***' \ + --include='.thunderbird/***' \ + --include='.mozilla/***' \ --include='.local/' \ --include='.local/share/' \ --include='.local/share/backgrounds/***' \ @@ -43,11 +45,25 @@ CONFIG_DIRS=" \ FULL_DIRS=" \ --exclude='$WMDERPDIRNAME' \ --exclude='.osync_workdir' \ + --include='*.kdbx' \ + --include='.ssh/***' \ + --include='.cache/' \ + --include='.cache/keepassxc/***' \ + --exclude='cache' \ + --exclude='*/cache' \ --exclude='.cache' \ --exclude='*/.cache' \ --exclude='.cache2' \ --exclude='*/.cache2' \ - --exclude='.thunderbird/*/ImapMail/'\ + --exclude='Cache' \ + --exclude='*/Cache' \ + --exclude='.thunderbird/*/ImapMail/' \ + --include='.thunderbird/***' \ + --include='.mozilla/***' \ + --include='.local/' \ + --include='.local/share/' \ + --include='.local/share/backgrounds/***' \ + --include=.config/*** \ --exclude='Downloads' \ --exclude='VirtualBox VMs' \ --include='*' \ @@ -56,11 +72,31 @@ FULL_DIRS=" \ PERM_DIRS=" \ --exclude='$WMDERPDIRNAME' \ --exclude='.osync_workdir' \ + --include='*.kdbx' \ + --include='.ssh/***' \ + --include='.cache/' \ + --include='.cache/keepassxc/***' \ + --exclude='cache' \ + --exclude='*/cache' \ --exclude='.cache' \ --exclude='*/.cache' \ --exclude='.cache2' \ --exclude='*/.cache2' \ + --exclude='Cache' \ + --exclude='*/Cache' \ --exclude='.thunderbird/*/ImapMail/' \ + --include='.thunderbird/***' \ + --include='.mozilla/***' \ + --include='.local/' \ + --include='.local/share/' \ + --include='.local/share/backgrounds/***' \ + --include=.config/*** \ --include='*' \ " + +#CONFIGDIRS=".config \ +# .local/share/backgrounds \ +# .ssh" + +