type: local writes the archive to a directory on the host, or to a mounted volume when snapr runs in Docker.
Example
snapr.yaml
Options
Retention and layout
Archives land in<path>/<job-name>/ (or directly in path with includeJobName: false). The job’s retention.last setting keeps the newest N snapshots in that directory and deletes the rest after each run. See Storages → Retention.
Related
- Storages overview
- Docker deployment — mount the target directory into the container.