From cfd0623a3ac9d036085692baa99e5c85b72e1ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 5 Oct 2020 22:01:18 +0200 Subject: [PATCH] Increase nice-ness of restic backup --- bin/restic-backup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/restic-backup b/bin/restic-backup index 0d211a0..1b13366 100755 --- a/bin/restic-backup +++ b/bin/restic-backup @@ -1,2 +1,4 @@ #!/usr/bin/env bash -restic -r rclone:gdrive:restic --password-file=$HOME/restic_password backup --exclude-file=$HOME/restic_exclude.lst $HOME +nice --adjustment 19 \ +ionice --class 3 \ +restic -r rclone:restic:restic --password-file=$HOME/restic_password backup --exclude-file=$HOME/restic_exclude.lst $HOME