feat(Keygen&Config): Disabled encryption key generation and prevented SaveConfig from overwriting config files

This commit is contained in:
Chris Seitz
2024-05-04 12:47:36 -04:00
parent e4b33cad1f
commit 8e6372ecc2
3 changed files with 24 additions and 16 deletions

View File

@@ -23,6 +23,10 @@
<br>
<br>
### Modifications by cseitz
- Disabled functionality to overwrite config files. You will need to specifiy restic repo keys manually.
### 💭 Why / What?
Autorestic is a wrapper around the amazing [restic](https://restic.net/). While being amazing the restic cli can be a bit overwhelming and difficult to manage if you have many different locations that you want to backup to multiple locations. This utility is aimed at making this easier 🙂.