Unable to run vrestore en vdump in crontab

From: Luitzen van Gorkum <luitzen.van.gorkum_at_cmg.nl>
Date: Tue, 20 Feb 2001 09:17:10 +0100

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:41 NZDT