canister-export-backup.sh
bash
sha256:baa800aedf841dbf32081aa7b2befa288ac33dfc7175ac55014c55c4d8c742f9
docs: move durable-auth freeze/evidence to local developmen…
Human
12 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:baa800aedf841dbf32081aa7b2befa288ac33dfc7175ac55014c55c4d8c742f9
docs: move durable-auth freeze/evidence to local developmen…
Human
12 days ago