Increase nice-ness of restic backup
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
||||||
|
|||||||
Reference in New Issue
Block a user