Increase nice-ness of restic backup

This commit is contained in:
2020-10-05 22:01:18 +02:00
parent db6ede6558
commit cfd0623a3a

View File

@@ -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