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