From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] How to maintain a venti server From: "Russ Cox" Date: Wed, 18 Apr 2007 12:39:38 -0400 In-Reply-To: <20070418122302.GO13972@hermes.my.domain> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20070418163938.CB65F1E8C3A@holo.morphisms.net> Topicbox-Message-UUID: 4c106838-ead2-11e9-9d60-3106f5b1d025 > + How can I archive my venti? Heiko on this list mentioned burning > the arenas to a disk. rdarena can be used to copy a sealed arena out for burning to a CD or DVD. wrarena can copy it back to the venti server. > + Am I supposed to run maintenance tasks of ventiaux(8) on a regular > basis? If yes when and which? Those are only necessary if your disks go bad and you are trying to clean up the pieces or restore from backup. > + I want to use a venti server as backup server for a some machines > in my network, plan9 and others. What are my best options? I thought > about using p9p's vac to copy the other machine's backups to venti, but I > would like to make them available again through a nice directory > structure a la dumpfs on the plan9 server. (Which in turn > could be exported via nfs) depends on what the others are. if you are backing up linux/bsd machines and don't care about seeing the plan 9 backups from those machines, you could use the p9p vbackup/vnfs programs. http://swtch.com/plan9port/man/man8/vbackup.html russ