Update include/exclude list for osync

This commit is contained in:
Tobias Herre 2025-05-02 06:10:36 -04:00
parent f78f175797
commit 0597bf34b3
1 changed files with 42 additions and 6 deletions

View File

@ -16,23 +16,25 @@ WAIT_FOR_CONFIG=always # always, first or never
WAIT_FOR_FULLSYNC=never # always, first or never WAIT_FOR_FULLSYNC=never # always, first or never
CONFIGDIRS=".config \
.local/share/backgrounds \
.ssh"
CONFIG_DIRS=" \ CONFIG_DIRS=" \
--exclude='$WMDERPDIRNAME' \ --exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \ --exclude='.osync_workdir' \
--include='*.kdbx' \ --include='*.kdbx' \
--include='.ssh/***' \
--include='.cache/' \ --include='.cache/' \
--include='.cache/keepassxc/***' \ --include='.cache/keepassxc/***' \
--exclude='cache' \
--exclude='*/cache' \
--exclude='.cache' \ --exclude='.cache' \
--exclude='*/.cache' \ --exclude='*/.cache' \
--exclude='.cache2' \ --exclude='.cache2' \
--exclude='*/.cache2' \ --exclude='*/.cache2' \
--exclude='Cache' \
--exclude='*/Cache' \
--exclude='.thunderbird/*/ImapMail/' \ --exclude='.thunderbird/*/ImapMail/' \
--include='.thunderbird' \ --include='.thunderbird/***' \
--include='.firefox/***' \ --include='.mozilla/***' \
--include='.local/' \ --include='.local/' \
--include='.local/share/' \ --include='.local/share/' \
--include='.local/share/backgrounds/***' \ --include='.local/share/backgrounds/***' \
@ -43,11 +45,25 @@ CONFIG_DIRS=" \
FULL_DIRS=" \ FULL_DIRS=" \
--exclude='$WMDERPDIRNAME' \ --exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \ --exclude='.osync_workdir' \
--include='*.kdbx' \
--include='.ssh/***' \
--include='.cache/' \
--include='.cache/keepassxc/***' \
--exclude='cache' \
--exclude='*/cache' \
--exclude='.cache' \ --exclude='.cache' \
--exclude='*/.cache' \ --exclude='*/.cache' \
--exclude='.cache2' \ --exclude='.cache2' \
--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='Downloads' \
--exclude='VirtualBox VMs' \ --exclude='VirtualBox VMs' \
--include='*' \ --include='*' \
@ -56,11 +72,31 @@ FULL_DIRS=" \
PERM_DIRS=" \ PERM_DIRS=" \
--exclude='$WMDERPDIRNAME' \ --exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \ --exclude='.osync_workdir' \
--include='*.kdbx' \
--include='.ssh/***' \
--include='.cache/' \
--include='.cache/keepassxc/***' \
--exclude='cache' \
--exclude='*/cache' \
--exclude='.cache' \ --exclude='.cache' \
--exclude='*/.cache' \ --exclude='*/.cache' \
--exclude='.cache2' \ --exclude='.cache2' \
--exclude='*/.cache2' \ --exclude='*/.cache2' \
--exclude='Cache' \
--exclude='*/Cache' \
--exclude='.thunderbird/*/ImapMail/' \ --exclude='.thunderbird/*/ImapMail/' \
--include='.thunderbird/***' \
--include='.mozilla/***' \
--include='.local/' \
--include='.local/share/' \
--include='.local/share/backgrounds/***' \
--include=.config/*** \
--include='*' \ --include='*' \
" "
#CONFIGDIRS=".config \
# .local/share/backgrounds \
# .ssh"