#!/bin/bash # Restic restore script for Hördle deployment # Restores files from the Restic repository created by backup-restic.sh # # Usage: # scripts/restore-restic.sh [SNAPSHOT] [TARGET_DIR] # # SNAPSHOT : Optional. Restic snapshot reference (ID, tag, or "latest"). # Defaults to "latest". # TARGET_DIR : Optional. Directory to restore into. # Defaults to "./restic-restore--