edit README.md
This commit is contained in:
parent
153465e2e5
commit
37d2989215
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -5,11 +5,11 @@ README
|
|||
|
||||
This project is not related to [restic.net](https://restic.net)
|
||||
|
||||
My second Python3 PyQT5 project. It use since version 1.3.0 PyQt6.
|
||||
My second Python3 PyQT5 project. Since version 1.3.0 I use PyQt6 for it.
|
||||
|
||||
The project is a UI for the CLI tool [restic](https://restic.net)
|
||||
|
||||
This project is quite far from perfect, but it helped me a lot to understand the world of Python3, VSCodium and git a little bit.
|
||||
This project is quite far from perfect, but it helped me a lot to understand the world of Python3, VSCodium and git a little.
|
||||
|
||||
If it helps someone along the way as well, I'm glad. For questions and suggestions you can write me in my [forum](https://linux-nerds.org/category/54/restic-ui)
|
||||
|
||||
|
@ -18,7 +18,7 @@ And now have fun with one of the best backup tools!
|
|||
## Dependencies
|
||||
|
||||
* restic
|
||||
* python3 (3.8.10)
|
||||
* python >= 3.10
|
||||
* pipenv
|
||||
* git
|
||||
|
||||
|
@ -39,8 +39,10 @@ Restic functions that are included in the UI
|
|||
* stats
|
||||
* prune
|
||||
* version
|
||||
* migrate check
|
||||
* migrate update
|
||||
|
||||
Restic REST-Backenend Functions included
|
||||
Restic REST-Backend Functions included
|
||||
|
||||
* init
|
||||
* backup
|
||||
|
@ -97,9 +99,9 @@ Source: https://github.com/restic/rest-server
|
|||
|
||||
* Linux Mint Cinnamon 20.2 / 20.3 / 21
|
||||
* Manjaro 21.3.7 Ruah
|
||||
* Manjaro 22.2.0 Sikaris
|
||||
* Windows Server 2019
|
||||
|
||||
with
|
||||
|
||||
* python 3.8.10
|
||||
* python 3.10.1
|
||||
* python >= 3.10
|
||||
|
|
Loading…
Add table
Reference in a new issue