From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAF5315815E for ; Tue, 6 Feb 2024 15:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FCE9E2A0A; Tue, 6 Feb 2024 15:40:05 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD9B9E29DB for ; Tue, 6 Feb 2024 15:40:04 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rXNYH-0003VW-WE for gentoo-user@lists.gentoo.org; Tue, 06 Feb 2024 16:40:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: Suggestions for backup scheme? Date: Tue, 6 Feb 2024 15:38:11 -0000 (UTC) Message-ID: References: <13464302.uLZWGnKmhe@iris> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-Agent: slrn/1.0.3 (Linux) X-Archives-Salt: f3d195a1-814c-4556-96f9-99596ba27ddc X-Archives-Hash: c12e05ff41bdb2f15b3808d9d4eebf39 On 2024-02-05, J. Roeleveld wrote: > On Wednesday, January 31, 2024 6:56:47 PM CET Rich Freeman wrote: >> On Wed, Jan 31, 2024 at 12:40 PM Thelma wrote: >> > If zfs file system is superior to ext4 and it seems to it is. >> > Why hasn't it been adopted more widely in Linux? >> >> The main barrier is that its license isn't GPL-compatible. It is >> FOSS, but the license was basically designed to keep it from being >> incorporated into the mainline kernel. > > Which isn't as much of an issue as it sounds. You can still add it > into the initramfs and can easily load the module. What if you don't use an initrd? I presume that boot/root on ext4 and home on ZFS would not require an initrd?