don't use --include='*', this breaks osync functionallity
This commit is contained in:
parent
53c6e8c70e
commit
e8d93849db
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue