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
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"