# Restic
- [[Scheduling Restic Backups with Ofelia]]
- [[Scheduling Restic Backups with a Launch Agent on MacOS]]
- [[Scheduling Restic Backups with Windows Task Scheduler]]
## Environment Variables
- `AWS_ACCESS_KEY_ID`
- `AWS_SECRET_ACCESS_KEY`
- `RESTIC_REPOSITORY` path to the repository or S3 gateway url, in the following format: `s3:https://<GATEWAY>/<BUCKET NAME>`
- `RESTIC_PASSWORD`
- `RESTIC_PACK_SIZE`, in MBs, e.g. 50
- `RESTIC_CACHE_DIR` path to the cache
## Sources
- [Restic Docs](https://restic.readthedocs.io/en/stable/)