mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
7 lines
226 B
Bash
7 lines
226 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
$HOME/backrest.sh --verbose backup --files-from=$HOME/restic-include.txt --exclude-file=$HOME/restic-excludes.txt
|
|
|
|
$HOME/backrest.sh forget --prune --keep-daily 30 --keep-monthly 3 --group-by host
|