On Wed, Oct 25, 2006 at 07:08:01PM -0600, hanj wrote: > Hello All > > I have a feeling this question has been asked/answered, but I'm just not > running across it anywhere.. so I'll bite the bullet and ask away. > > Is there a way to mount /boot when dirvish is run and umount it when it's > done. I'm guessing that it's related to pre-server and post-server, but not > sure on how to make this work. Any ideas? If this is a common question.. I > apologize, but can you point me in the right direction. > > Thanks!
If you want to do this once per run, on the dirvish server, and you are backing up multiple vaults, then the easiest thing to do is to write a shell script with something like: #!/bin/bash /bin/mount /boot /usr/local/sbin/dirvish-runall /bin/umount /boot Keith -- Keith Lofstrom [EMAIL PROTECTED] Voice (503)-520-1993 KLIC --- Keith Lofstrom Integrated Circuits --- "Your Ideas in Silicon" Design Contracting in Bipolar and CMOS - Analog, Digital, and Scan ICs _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
