more work
This commit is contained in:
11
README.md
11
README.md
@@ -1,9 +1,20 @@
|
||||
# Restic Scripts
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Env Variable | Description |
|
||||
|--------------|--------------------------------------------------------------------------------------------|
|
||||
| `BACKUP_DIR` | Directory to back up |
|
||||
| `LOKI_URL` | Push URL for Loki. Should include the port and end with something like `/loki/api/v1/push` |
|
||||
|
||||
## Usage
|
||||
|
||||
### Python
|
||||
|
||||
```shell
|
||||
python -m restic.snapshots
|
||||
```
|
||||
|
||||
```shell
|
||||
python -m restic.backup
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user