From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 12414 invoked from network); 24 Mar 2022 10:15:09 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 24 Mar 2022 10:15:09 -0000 Received: from mail.cosarara.me ([159.69.205.102]) by 4ess; Thu Mar 24 06:04:20 -0400 2022 Received: from [192.168.49.23] (unknown [93.176.172.5]) by mail.cosarara.me (Postfix) with ESMTPSA id A01B2130CB for <9front@9front.org>; Thu, 24 Mar 2022 10:56:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cosarara.me; s=20200226; t=1648115799; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dgKVuJLQH1oIPZYvVon1/3ebik754UG90awM5FlHJmw=; b=hGLdmG798uwtj9NGscMDH5rQGapgO+17pD4ayC7RjyQqb4LXTD8Taju0uHHmSBPDZWW1Ma 9MPHBUnzmFIvxpOq8qYOjBG41fr6b2/oApi62Q9j1yXyF8KUfXGY24f8hm6vjsx6cfjMS1 /1EQix7SOFb+W/2bCKzKZ3pSiMaKcwo= Message-ID: <6f83c848-d08b-351c-5c58-2a270fad3572@cosarara.me> Date: Thu, 24 Mar 2022 10:56:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: en-GB-large To: 9front@9front.org References: <753CE532CBA2F3A6640D634F7E6B358C@thinktankworkspaces.com> From: cosarara In-Reply-To: <753CE532CBA2F3A6640D634F7E6B358C@thinktankworkspaces.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: self-healing replication markup Subject: Re: [9front] List archives Reply-To: 9front@9front.org Precedence: bulk On 23/03/2022 19:49, william@thinktankworkspaces.com wrote: > It should work but please keep in mind its 8506 files of mail > It tooke me 10 minutes to run tar cvzf $home/9list.tgz /n/list/9front/ > > And I stopped it early with only 1067 files. At 125ms ping away from the server, and a dance of Twalk, Topen, Tstat, Tread, Tread (again! but this is a topic for another thread) and Tclunk for each file, 800ms per email, it would take me over 2h so I left it copying and went to sleep. It was done today morning. > I untarred in $home/9list > > you can run touch $home/9list/L.mbox > > upas/fs -f $home/9list > > and run acme with Mail like normal I skipped the touch, and I had to make sure the plumber was running, but it worked :) Reading the nupas.pdf document, it sounds like the whole point of the idx file is to let upas/fs work without having to read every single message file to get its metadata. I don't know if it being read-only would cause trouble, but maybe if there was a more or less up to date idx file in the server, this would be fast for everybody, without needing the local copy? Regardless, some clearer instructions in that website would do wonders :) cosarara