diff --git a/configs/restic/ana-ml2/profiles.yaml b/configs/restic/ana-ml2/profiles.yaml index f5e7209..d933935 100644 --- a/configs/restic/ana-ml2/profiles.yaml +++ b/configs/restic/ana-ml2/profiles.yaml @@ -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"