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
- Every secret uses an
env:reference, so the file itself contains nothing sensitive. huge-archive-splitomitscipher; encryption falls back to the defaultaes-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.