#!/bin/rc
# not created currently
echo 'use venti/rdarena and venti/wrarena to transfer data between ventis.'
echo 'example: to backup from Venti A to Venti B, you need disk access to the venti arenas on machine A. You might do for instance:'
echo 'cpu -h machineA -u bootes'
echo 'venti/rdarena /dev/sdC1/arenas arenas00 >/mnt/term/usr/bootes/tmp/arenas00'
echo '(in non cpu window) venti/wrarena -h machineB /usr/bootes/tmp/arenas00'
echo 'and so on, for each arena within the venti that needs to be transferred.'
exit
|