Plan 9 from Bell Labs’s /usr/web/sources/contrib/mycroftiv/unreleased/confighelper/ventitranshelper

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/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

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.