Multiple updates:

add restic to common aliases
update puppet functions/modules
add restic-backup command
This commit is contained in:
2025-08-14 19:35:26 +10:00
parent 3b349870d8
commit 60c67eecee
6 changed files with 28 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/bash
export GPG_TTY=$(tty)
export $(pass show personal/radosgw/benvin)
restic backup "$HOME" --exclude-caches --one-file-system \
--exclude '**/.cache' \
--exclude '**/.terraform' \
--exclude '**/.terragrunt-cache' \
--exclude '**/.local/share/containers' \
--exclude '**/go/pkg/mod' \
--exclude '**/Downloads' \
--exclude '**/.thunderbird' \
--exclude '**/backups' \
--exclude '**/Video'