Make curl silent in restic scripts #225

Open
reynir wants to merge 1 commit from restic-scripts into main
Owner

I noticed in the restic logs that there is curl progress output:

Finished backup at 2024-12-10 04:41:40 after 4297 seconds
/run/libexec/success.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M100    11  100    11    0     0     41      0 --:--:-- --:--:-- --:--:--    41
{"ok":true}

Printing curl progress is just silly.

I noticed in the restic logs that there is curl progress output: ``` Finished backup at 2024-12-10 04:41:40 after 4297 seconds /run/libexec/success.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed ^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0^M100 11 100 11 0 0 41 0 --:--:-- --:--:-- --:--:-- 41 {"ok":true} ``` Printing curl progress is just silly.
reynir added 1 commit 2024-12-22 11:46:14 +00:00
Printing curl progress is just silly.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin restic-scripts:restic-scripts
git checkout restic-scripts

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff restic-scripts
git checkout main
git merge --ff-only restic-scripts
git checkout restic-scripts
git rebase main
git checkout main
git merge --no-ff restic-scripts
git checkout main
git merge --squash restic-scripts
git checkout main
git merge --ff-only restic-scripts
git checkout main
git merge restic-scripts
git push origin main
Sign in to join this conversation.
No description provided.