#!/bin/sh
# prunes backup repos and rebuilds them
/usr/bin/restic -r /backup/restic-repo prune --password-file /root/.restic
