Bunny Storage (source)
type: bunny — pulls files from a Bunny Storage Zone using the Bunny HTTP API.
Prerequisites
- No external binaries required.
- A Storage Zone access password (FTP/API password). Read-only is sufficient.
- For private files served via a Pull Zone, optionally a Pull Zone token auth key.
Fields
How it works
snapr lists the Storage Zone (recursively under path if set) and downloads each file. Without syncPath it uses a temporary directory cleaned up after the run. With syncPath it reuses the directory across runs and skips files whose size + LastModified already match locally — turning subsequent backups into incremental fetches.
The downloaded tree is then compressed, encrypted, and uploaded to the configured storages. There is no direct zone-to-storage transfer. See Sources → How remote sources are fetched.