hi,
I have the following raw.nsr to backup raw devices:
type: savepnpc;
precmd: dd if=/dev/lvdb01.dbf of=/dev/rmt1.1 bs=2048 conv=sync;
pstcmd: "echo ready", "/bin/sleep 5";
timeout: "12:00:00";
I want would like to use legato commands instead of the dd, as this would allow me
to schedule the backup.
Can someone please help me.
Thanks
I have the following raw.nsr to backup raw devices:
type: savepnpc;
precmd: dd if=/dev/lvdb01.dbf of=/dev/rmt1.1 bs=2048 conv=sync;
pstcmd: "echo ready", "/bin/sleep 5";
timeout: "12:00:00";
I want would like to use legato commands instead of the dd, as this would allow me
to schedule the backup.
Can someone please help me.
Thanks