#!/usr/bin/env bash
# Repository entry point. The deployed systemd wrapper uses the same Python
# implementation from /usr/local/lib/railiance-infra.
set -euo pipefail

SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
REPO_ROOT="$(cd -- "${SCRIPT_DIR}/../.." && pwd)"
exec python3 "${REPO_ROOT}/scripts/s1_backup.py" create "$@"
