.dotfiles/private_dot_local/bin/executable_,restic-backup.sh
2024-09-30 18:06:03 -04:00

5 lines
167 B
Bash

#!/bin/bash
restic backup "$HOME" --exclude-file "$XDG_CONFIG_HOME"/restic/ignore --exclude-caches
restic unlock
restic forget --keep-daily 7 --keep-weekly 4 --prune