canister-export-backup.sh
bash
sha256:7fe782411f3a68b39f17777b274349b30752365c13438b26bfd602c687de2c65
feat(web): rebrand Parentier family to Ourware on landing
Human
minor
⚠ breaking
20 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:7fe782411f3a68b39f17777b274349b30752365c13438b26bfd602c687de2c65
feat(web): rebrand Parentier family to Ourware on landing
Human
minor
⚠
20 days ago