# Estate backup agent configuration.
# This file holds the secret agent token — keep it owned root:root, mode 0600.
# The agent refuses to start until the server and token are set.

# Base URL of the Estate instance.
#ESTATE_BACKUP_SERVER=https://estate.example.com

# Per-host agent token, minted with `bin/console app:backup-host:token <host>`
# on the Estate server and shown once.
#ESTATE_BACKUP_TOKEN=

# Optional. Time between polls, as a Go duration ("15s", "1m") or bare seconds.
#ESTATE_BACKUP_POLL_INTERVAL=15s

# Optional. Time between full repository scans — the only expensive thing the
# agent does, since it walks the tree to size repositories.
#ESTATE_BACKUP_RESCAN_INTERVAL=10m

# Optional. HTTP timeout for a single sync.
#ESTATE_BACKUP_TIMEOUT=30s
