#!/bin/bash source /opt/scripts/restic/restic.env restic forget --prune --keep-daily 7 --keep-weekly 4 --keep-monthly 6 --host={{ inventory_hostname }} echo "done! :)"