5 lines
184 B
Bash
Executable File
5 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
nice --adjustment 19 \
|
|
ionice --class 3 \
|
|
restic -r rclone:restic:restic --password-file=$HOME/restic_password backup --exclude-file=$HOME/restic_exclude.lst $HOME
|