emuell / restic-browser

A GUI to browse and restore restic backup repositories.
MIT License
722 stars 22 forks source link

clear RESTIC_REPOSITORY_FILE and RESTIC_PASSWORD_FILE #117

Closed emuell closed 3 months ago

emuell commented 3 months ago

in env when running the restic executable, in case they already got specified manually in the environment. Restic will fail to run when both are specified.

fixes https://github.com/emuell/restic-browser/issues/115