This commit is contained in:
Bel LaPointe
2019-07-03 14:27:45 -06:00
parent 2cde5fbb38
commit 370a033a62

View File

@@ -22,6 +22,7 @@ function main() {
clean ) clean_remote --prune "$@" ;;
backup ) backup "$@" ;;
restore ) restore "$@" ;;
forget ) fatal "Refusing custom forget" ;;
* ) RESTIC "$action" "$@" ;;
esac
}