restic/ana-ml2: exclude parakeet HF cache volume

First backup run pulled in 9 GB due to /var/lib/docker/volumes/
parakeet_parakeet_cache — Parakeet is the only AI stack on ana-ml2
using a docker named volume for its HF model cache (kokoro, vibevoice,
comfyui, llama-swap, vllm-qwen3 all bind-mount from /tank which is
already outside source paths).

Excluding brings expected snapshot size back to ~100-300 MB.
This commit is contained in:
2026-04-21 00:27:49 -07:00
parent f5cc60bcfc
commit c3c05ddc53
+4
View File
@@ -44,6 +44,10 @@ default:
# Docker internals we never want in a backup
- /var/lib/docker/volumes/backingFsBlockDev
- /var/lib/docker/volumes/metadata.db
# Parakeet's HF model cache — named volume (stacks that bind-mount
# from /tank/ are already outside the source list; parakeet is the
# odd one out using a docker volume). Regenerable from Hugging Face.
- /var/lib/docker/volumes/parakeet_parakeet_cache
# Ephemeral / regenerable junk
- /opt/docker/compose/*/logs
- "**/*.log"