run_reoback.sh ?????
Posted: 2003-05-23 10:08
Hi, wie ich schon erwähnt hatte läuft reoback einwandfrei. Ich habe auch einen cron angelegt und bekomme jeder nacht eine mail das er ausgeführt wird. Nur,.... reoback backupped nicht...
Wenn ich jetzt die run_reoback.sh von hand starte gibt er eine fehlermeldung aus, bash: run_reoback.sh: command not found
Hier den inhalt von run_reoback.sh
#!/bin/sh
# Location of the configuration file.
config="/etc/reoback/settings.conf"
# Change to reflect where REOBack is installed
reoback="/usr/bin/reoback.pl"
# Do not modify this line.
$reoback $config
Was übersehe ich hier??? 8O
Wenn ich jetzt die run_reoback.sh von hand starte gibt er eine fehlermeldung aus, bash: run_reoback.sh: command not found
Hier den inhalt von run_reoback.sh
#!/bin/sh
# Location of the configuration file.
config="/etc/reoback/settings.conf"
# Change to reflect where REOBack is installed
reoback="/usr/bin/reoback.pl"
# Do not modify this line.
$reoback $config
Was übersehe ich hier??? 8O