canister-export-backup.sh
bash
sha256:8915fe406161f95c1681f9469375e7bae5b28c884f00bedbdef65e4b0cd0738d
docs(flow): commit FLOW-V0-SPEC.md hygiene for 7A-INT merge
Human
21 hours 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:8915fe406161f95c1681f9469375e7bae5b28c884f00bedbdef65e4b0cd0738d
docs(flow): commit FLOW-V0-SPEC.md hygiene for 7A-INT merge
Human
21 hours ago