Multiple updates:
add restic to common aliases update puppet functions/modules add restic-backup command
This commit is contained in:
Executable
+14
@@ -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'
|
||||
Reference in New Issue
Block a user