mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-02-01 01:10:52 +01:00
Update: README.md how use uploader.sh
This commit is contained in:
parent
baacd46248
commit
c197b16eb2
12
README-ru.md
12
README-ru.md
@ -313,12 +313,22 @@ Options:
|
|||||||
|
|
||||||
-f | --file full path to upload file required
|
-f | --file full path to upload file required
|
||||||
-t | --token access token required
|
-t | --token access token required
|
||||||
-u | --url target url required
|
-d | --dst storage domain name required
|
||||||
-v | --version print version
|
-v | --version print version
|
||||||
-h | --help print help
|
-h | --help print help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
#### Пример:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./uploader.sh \
|
||||||
|
--dst collector.domain.zone \
|
||||||
|
--token e63268f4-5946-42eb-a678-b02182f14e87 \
|
||||||
|
--file /root/logs/all-logs.tar.gz
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Лицензия
|
## Лицензия
|
||||||
|
|
||||||
GNU GPL 3.0
|
GNU GPL 3.0
|
||||||
|
@ -316,13 +316,20 @@ Options:
|
|||||||
|
|
||||||
-f | --file full path to upload file required
|
-f | --file full path to upload file required
|
||||||
-t | --token access token required
|
-t | --token access token required
|
||||||
-u | --url target url required
|
-d | --dst storage domain name required
|
||||||
-v | --version print version
|
-v | --version print version
|
||||||
-h | --help print help
|
-h | --help print help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
#### Example:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./uploader.sh \
|
||||||
|
--dst collector.domain.zone \
|
||||||
|
--token e63268f4-5946-42eb-a678-b02182f14e87 \
|
||||||
|
--file /root/logs/all-logs.tar.gz
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user