summaryrefslogtreecommitdiff
path: root/rsnapshot-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'rsnapshot-wrapper')
-rwxr-xr-xrsnapshot-wrapper5
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
-