feat: normalize backup logs

Added following options to curl:

-N, --no-buffer        Disable buffering of the output stream
-s, --silent           Silent mode
-S, --show-error       Show error even when -s is used

Wrapped in run function, it will now print output only in case of error and that will catched by run function this way:

2022-05-19 17:28:48.842807858+02:00 | ERROR | curl: (23) Failed writing body (0 != 16384)

Also, --verbose and --ipv4 options were removed.

Edited by Pelayo

Merge request reports

Loading