diff options
author | Patrick Simianer <pks@pks.rocks> | 2020-08-02 09:54:33 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2020-08-02 09:54:33 +0200 |
commit | 064bbd3f42e6f0d098a3c0ff6ace74c82d056a6d (patch) | |
tree | a744512a8beea201bae93aa5bac7704768744949 | |
parent | d1790395487e540b723933e01bca2ad3d4b2ffe6 (diff) |
rsnapshot-wrapper: superfans
-rwxr-xr-x | rsnapshot-wrapper | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rsnapshot-wrapper b/rsnapshot-wrapper index 724ea1a..a334ab9 100755 --- a/rsnapshot-wrapper +++ b/rsnapshot-wrapper @@ -5,9 +5,9 @@ set -x PRETEND="no" run_rsnapshot() { - superfans set 75 + superfans set -z periph 100 rsnapshot -c /etc/rsnapshot.conf $1 - superfans set 50 + superfans-set-normal } while true; do @@ -82,4 +82,3 @@ while true; do fi done - |