9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Charles Forsyth <charles.forsyth@gmail.com>
To: 9fans <9fans@9fans.net>
Subject: Re: [9fans] Re: venti/mirrorarenas usage
Date: Wed, 31 Jul 2024 14:43:33 +0100	[thread overview]
Message-ID: <CAOw7k5gZr1svNKVsTRBOKArSaJtRoK8Zqq8RNNUdFrVJMHLhBw@mail.gmail.com> (raw)
In-Reply-To: <17223916540.d9CdBad2.972286@composer.9fans.topicbox.com>

[-- Attachment #1: Type: text/plain, Size: 1870 bytes --]

yes. i use it to mirror my venti arenas on other ssds, partitioned the same
as the original , with a short script run by the cron on the venti server.
mirror:
#!/bin/rc
venti/mirrorarenas -v /dev/sdE0/arenas0 /dev/sdE1/arenas0
venti/mirrorarenas -v /dev/sdE0/arenas0 /dev/sdE2/arenas0
date

On Wed, 31 Jul 2024 at 03:08, <moody@posixcafe.org> wrote:

> If you look at the top of the file you'll see:
>
> /*
>  * Mirror one arena partition onto another.
>  * Be careful to copy only new data.
>  */
>
>
> Now if you combine this with some of the information from venti(8):
>
>           The data log is logically split into sections called arenas,
>           typically sized for easy offline backup (e.g., 500MB).  A
>           data log may comprise many disks, each storing one or more
>           arenas.  Such disks are called arena partitions. Arena par-
>           titions are filled in the order given in the configuration.
>
>
> My best guess is that this is an incremental backup tool, where you give
> it a source and destination arena partition and the code looks at both,
> figures out the deltas, then copies over only what is needed. The venti
> code is a bit inscrutable and I'm no venti guy so take this with a grain of
> salt.
> *9fans <https://9fans.topicbox.com/latest>* / 9fans / see discussions
> <https://9fans.topicbox.com/groups/9fans> + participants
> <https://9fans.topicbox.com/groups/9fans/members> + delivery options
> <https://9fans.topicbox.com/groups/9fans/subscription> Permalink
> <https://9fans.topicbox.com/groups/9fans/Tca0eb0fbb2404e31-M193f031acea0a531d106af6c>
>

------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Tca0eb0fbb2404e31-Mfba60d10721e0f8e0cf4e3ae
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[-- Attachment #2: Type: text/html, Size: 2752 bytes --]

  reply	other threads:[~2024-07-31 13:44 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-30  5:29 [9fans] " Marco Feichtinger
2024-07-30  6:18 ` [9fans] " kalona.ayeliski
2024-07-30  6:57   ` Cherokee [Re: [9fans] Re: venti/mirrorarenas usage)] quiekaizam via 9fans
2024-07-30  7:32     ` kalona.ayeliski
2024-07-30 16:19   ` [9fans] Re: venti/mirrorarenas usage hiro
2024-07-30 21:42     ` kalona.ayeliski
2024-07-30 22:59       ` ori
2024-07-31  0:09         ` kalona.ayeliski
2024-07-31  0:54           ` Kurt H Maier via 9fans
2024-07-31  1:01             ` kalona.ayeliski
2024-07-31  1:19               ` Dave Eckhardt
2024-07-31  1:33                 ` kalona.ayeliski
2024-07-31  2:07                   ` moody
2024-07-31 13:43                     ` Charles Forsyth [this message]
2024-07-31  2:18                   ` ori
2024-07-31  4:55                     ` moody
2024-07-31  7:55                       ` kalona.ayeliski
2024-07-31  3:45                   ` Kurt H Maier via 9fans
2024-07-31  4:28                   ` kalona.ayeliski
2024-07-31  7:53                     ` sirjofri
2024-07-31  9:09               ` hiro
2024-07-31  9:39                 ` sirjofri
2024-07-31  9:56                   ` Steve Simon
2024-07-31 11:33                     ` kalona.ayeliski
2024-07-31 14:17                   ` Stanley Lieber
2024-07-31 18:32       ` Noam Preil
2024-07-31 18:43   ` Noam Preil
2024-08-01  0:25     ` kalona.ayeliski
2024-08-01  0:20       ` Noam Preil
2024-08-01  2:31         ` B. Atticus Grobe
2024-08-01  8:27         ` hiro
2024-08-01  9:12           ` plan6
2024-08-01  9:53             ` kalona.ayeliski
2024-08-01 10:49             ` kalona.ayeliski
2024-08-01 12:28               ` Noam Preil
2024-08-01 11:36                 ` kalona.ayeliski
2024-08-01 17:00                   ` Ori Bernstein
2024-08-02 17:07                     ` [9fans] " Marco Feichtinger
2024-10-27  9:57                       ` Ole-Hjalmar Kristensen
2024-10-29 14:42                         ` wb.kloke
2024-08-01  0:36       ` [9fans] " Dave Eckhardt
2024-08-01  1:01         ` kalona.ayeliski
2024-08-01  0:21           ` Noam Preil
2024-08-01  2:23             ` Dave Eckhardt
2024-08-01  2:34             ` kalona.ayeliski
2024-08-01  2:46               ` Kurt H Maier via 9fans
2024-08-01  4:52                 ` kalona.ayeliski
2024-08-01  5:16                   ` kalona.ayeliski
2024-08-01  8:08                     ` sirjofri
2024-08-01  8:27                   ` hiro
2024-08-01 12:20                   ` Noam Preil
2024-08-01 12:20               ` Noam Preil
2024-07-31  4:49 ` [9fans] " ori
2024-08-01 19:13 ` [9fans] " wb.kloke
2024-08-01 19:57   ` Steve Simon
2024-08-01 20:32     ` kalona.ayeliski
2024-08-03 20:58 ` [9fans] " noam
2024-08-03 18:10   ` kalona.ayeliski
2024-08-03 18:14     ` Kurt H Maier via 9fans
2024-08-03 22:27     ` noam
2024-08-03 18:27   ` kalona.ayeliski
2024-08-03 18:40     ` Kurt H Maier via 9fans
2024-08-03 19:06       ` kalona.ayeliski
2024-08-03 20:24         ` sirjofri
2024-08-03 21:14           ` kalona.ayeliski
2024-08-04 16:30             ` noam
2024-08-04 16:29         ` noam
2024-08-03 22:29     ` noam
2024-08-03 19:09       ` wb.kloke
2024-08-04 16:34         ` noam
2024-08-04 14:07           ` wb.kloke
2024-08-04 14:39             ` Noam Preil
2024-08-04  6:35   ` Marco Feichtinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOw7k5gZr1svNKVsTRBOKArSaJtRoK8Zqq8RNNUdFrVJMHLhBw@mail.gmail.com \
    --to=charles.forsyth@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).