update backup commands

This commit is contained in:
2026-06-28 13:41:21 +02:00
parent 78cadee871
commit 16603321be
4 changed files with 206 additions and 0 deletions

11
osxbackup/rsyncbackup.command Normal file → Executable file
View File

@@ -41,6 +41,7 @@ RE+=" --exclude=.bundle/"
RE+=" --exclude=.cache/"
RE+=" --exclude=/.cpan/build/"
RE+=" --exclude=/.cpan/sources/"
RE+=" --exclude=/.gradle/caches/"
RE+=" --exclude=/.docker/"
RE+=" --exclude=/.local/share/containers/podman/machine/"
RE+=" --exclude=/.dropbox/"
@@ -88,6 +89,16 @@ RE+=" --exclude=/Pictures/iPod?Photo?Cache/"
RE+=" --exclude=/Receivd/"
RE+=" --exclude=/.persepolis/"
# new 2026-06
RE+=" --exclude=/.lima/default/"
RE+=" --exclude=/.lmstudio/models/"
RE+=" --exclude=/.ollama/models/"
RE+=" --exclude=/.persepolis/"
RE+=" --exclude=/.pyenv/"
RE+=" --exclude=/.npm/"
RE+=" --exclude=/.opencode/node_modules/"
RE+=" --exclude=/.walletwasabi/"
MINRE=""
MINRE+=" --exclude=/.fseventsd/"
MINRE+=" --exclude=/.Spotlight-V100/"