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 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 26156 invoked from network); 7 Sep 2021 18:04:10 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 7 Sep 2021 18:04:10 -0000 Received: from out1.migadu.com ([91.121.223.63]) by 4ess; Tue Sep 7 13:59:21 -0400 2021 Date: Tue, 07 Sep 2021 18:59:10 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=biobuf.link; s=key1; t=1631037552; 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=1wcpbPufghAiQpR5MtC412obtliuE6qdomlupcfEcuA=; b=jLiYpv2cPWk53hM8Hv13hi3/ZtS7BsPH2A8tFTcDw+jFg5CDo1lwR+8Xyv6OFId+PyAxTY 9GqAUicMYbaMOt11QVB8xr8VqVHUlDlaH1vaINiUe9nKKIgws3bgdENMaMaZUmC0a6a/lA xFpE7Xszor5u3sxYeOhbAxOSopqlKRg= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: james palmer To: 9front@9front.org In-Reply-To: <08533c32-116e-48f2-8bc4-3954f6721dc8@sirjofri.de> References: <4b476a28-f104-4174-99c0-9a603ac3b198@sirjofri.de> <08533c32-116e-48f2-8bc4-3954f6721dc8@sirjofri.de> Message-ID: <9DC0ABA8-F946-4E13-9DA8-385FB35DB2D1@biobuf.link> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: james@biobuf.link List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: social open high-performance-oriented content-driven solution Subject: Re: [9front] Venti in 9front Reply-To: 9front@9front.org Precedence: bulk Quoth sirjofri+ml-9front@sirjofri=2Ede: > That's also a solution=2E I assume you used vac Did you change the 9fs= =20 > script to fit the venti situation (9fs dump)? yes i did use vac=2E i changed 9fs to do "vacfs -m /n/dump /sys/lib/vac/dump=2Evac"=2E > It would be great if you could share more details (and scripts?) for you= r=20 > venti backup solution with cwfs nodump=2E the script wasn't too complicated, pretty sure it was just: #!/bin/rc cd /root vac -h fs -t -a /sys/lib/vac/dump=2Evac * the cwfs with no dump is the same config as on the wiki=2E one thing to no= te is it uses the same code as the cache so it can't handle being full and = you can't see how full it is=2E - james