restic_exporter/README.md

18 lines
297 B
Markdown
Raw Normal View History

2022-12-26 13:51:27 +01:00
# restic_exporter
## Requirements
## Installation
### Linux
`sudo python3 setup.py install`
### Windows (from PowerShell)
`& $(where.exe python).split()[0] setup.py install`
## Usage
`restic_exporter.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters`