3 lines
97 B
Bash
Executable File
3 lines
97 B
Bash
Executable File
#! /bin/bash
|
|
/bin/nice -n 19 /bin/ionice -c2 -n7 /usr/bin/rsnapshot -c /etc/rsnapshot/$1.conf $2
|