Hi,
I've got a backupscript wich I want to start from the crontab. Manually the
script works fine in cron the commands vrestore en vdump don't work.
Monitoring the processes I don't even find a process for them...
This is de command as I've been using restoring the file session from the
first saveset on tape:
#!/bin/sh
BUPdev="/dev/rmt0h"
mt -f $BUPdev load
vrestore -f $BUPdev -v -o yes -D /tmp -x session
mt -f $BUPdev offline
exit
The vdump syntax is:
vdump -f $BUPdev -v -0 -N -D /usr
Manually it works fine, Manually detatching works fine but Cron doesn't work
(all user root).
Kind regards,
Luitzen van Gorkum
---
CMG Noord Nederland
Divisie Advanced Technology
Received on Tue Feb 20 2001 - 08:18:37 NZDT