mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
5 lines
167 B
Bash
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
|