# OpenClaw Snapshot — Backup & Restore Configuration
# Copy this file to .env and fill in your values:
#   cp .env.example .env

# Strong passphrase used to encrypt/decrypt backups
BACKUP_PASSWORD=

# GitHub Personal Access Token with 'repo' scope
# Create one at: https://github.com/settings/tokens
GITHUB_PAT=

# Your GitHub username
GITHUB_USERNAME=

# Name of the private GitHub repo for storing backups (default: openclaw-transport)
REPO_NAME=openclaw-transport
