update backup commands
This commit is contained in:
11
osxbackup/rsyncbackup.command
Normal file → Executable file
11
osxbackup/rsyncbackup.command
Normal file → Executable 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/"
|
||||
|
||||
Reference in New Issue
Block a user