mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2026-04-02 11:55:23 +00:00
Backend configuration would be; ``` rest_repo: type: rest path: http://backup:8001/repo_name ``` Would result in the following env var; ``` RESTIC_REPOSITORY=rest:http://backup:8001/repo_name ```