Update include/exclude list for osync
This commit is contained in:
parent
f78f175797
commit
0597bf34b3
46
wmde-rp.conf
46
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='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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue