Skip to main content
This page shows a complete snapr.yaml that exercises the most common features: file logging, the web UI with auth, a file backup to S3, an encrypted PostgreSQL backup with Telegram notifications, and a large archive split into 1 GB parts. A working dev variant lives at examples/dev/snapr.yaml.
snapr.yaml
A few things to note:
  • Every secret uses an env: reference, so the file itself contains nothing sensitive.
  • huge-archive-split omits cipher; encryption falls back to the default aes-256-cbc. See Encryption.
  • Splitting happens after compression and encryption; retention treats the whole part set as one backup. See Splitter.
  • Each option is covered in detail on its own page: Jobs, Sources, Storages, Notifiers, Server, and Logs.