# Scheduling [[Restic]] Backups with [[Ofelia]] ## Sample Configuration ```ini [job-run "backup-home"] schedule = 0 0 2 * * * image = restic-arm user = 1000:1000 volume = /home/pi/.cache/restic:/cache volume = /home/pi:/home/pi environment = RESTIC_CACHE_DIR=/cache environment = RESTIC_REPOSITORY=s3:{{ op://Automation/jid2ooqhnhooruecgjqdumbex4/Endpoint }}/restic environment = RESTIC_PASSWORD=op://Automation/4xuqp6el7fj2xtlyfc6q76x4pm/password environment = AWS_ACCESS_KEY_ID=op://Automation/jid2ooqhnhooruecgjqdumbex4/KeyId environment = AWS_SECRET_ACCESS_KEY=op://Automation/jid2ooqhnhooruecgjqdumbex4/SecretKey environment = RESTIC_PACK_SIZE=50 command = backup --host raspberrypi --exclude-file /home/pi/resticConfig/homeExcludes.txt /home/pi ```