12 lines
156 B
Bash

#! /bin/sh
#
# backup-prune.sh
# An Ansible-managed script to prune restic backups every now and again
#
set -e
/opt/restic-wrapper \
--verbose \
prune