canister-export-backup.sh
bash
sha256:94ec65bd2b200240ac785a97cf14c5db066832bd608a24d6a9c151f17b918b02
feat(calendar): hosted bridge/gateway route parity and time…
Human
minor
⚠ breaking
34 days ago
| 1 | #!/usr/bin/env bash |
| 2 | # Thin wrapper: operator backup (notes + proposals, optional encrypt + S3) runs in Node. |
| 3 | # See scripts/canister-export-backup.mjs and docs/DEPLOY-HOSTED.md §6. |
| 4 | set -euo pipefail |
| 5 | SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" |
| 6 | exec node "$SCRIPT_DIR/canister-export-backup.mjs" |
File History
1 commit
sha256:94ec65bd2b200240ac785a97cf14c5db066832bd608a24d6a9c151f17b918b02
feat(calendar): hosted bridge/gateway route parity and time…
Human
minor
⚠
34 days ago