4 lines
112 B
Bash
4 lines
112 B
Bash
#!/bin/sh
|
|
. restic_env
|
|
/usr/bin/restic forget --group-by hosts,paths --keep-daily 90 --prune --cleanup-cache -v
|