canister-export-backup.sh
bash
sha256:700fafdd1afa490919f9515d660ca6e75456bcd5bb67513abcd8757a634c01f6
docs: record AIP-b SD-21 land (KN #308)
Human
11 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:700fafdd1afa490919f9515d660ca6e75456bcd5bb67513abcd8757a634c01f6
docs: record AIP-b SD-21 land (KN #308)
Human
11 days ago