Files
dotfiles/bin/restic-backup

5 lines
184 B
Plaintext
Raw Normal View History

2020-02-24 16:13:06 +01:00
#!/usr/bin/env bash
2020-10-05 22:01:18 +02:00
nice --adjustment 19 \
ionice --class 3 \
restic -r rclone:restic:restic --password-file=$HOME/restic_password backup --exclude-file=$HOME/restic_exclude.lst $HOME