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