From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NPKbh-0007wE-6f for garchives@archives.gentoo.org; Mon, 28 Dec 2009 18:46:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B280FE09EB; Mon, 28 Dec 2009 18:44:58 +0000 (UTC) Received: from mail-bw0-f215.google.com (mail-bw0-f215.google.com [209.85.218.215]) by pigeon.gentoo.org (Postfix) with ESMTP id 73C92E09EB for ; Mon, 28 Dec 2009 18:44:58 +0000 (UTC) Received: by bwz7 with SMTP id 7so7372309bwz.26 for ; Mon, 28 Dec 2009 10:44:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Fs0DTDOVDYbIfKGVFQolRiqSFBIEhUQaeds1KuOOI7I=; b=t6LkInT0WmFrYjsM8xabJ9pcblt1P0e8lqbNMytYPZxyHRStgG1yyf9PgQof7Pd8mZ Z/0OMX5nGc/e9MhLQXXnlyvuC0u6rTmZE8nmxZATsgggkzhXlOG7kvQnfgkFgmEBxguX nS6QTw5sGb1Z4bA5NF2OBg9IpSbRkhNgz7Eu8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=U4vLnXiUYxWXqrNX4FvX8rTWb+FKrAgXmeKdKgd23RdT7yo2PdYmKRTTzoLD9c9KjA 8O0Wnm+8lVNmaeTsnpYIGDMIHXZINcmqgUmq28emC+22sOUk47QzqzeXHXUbXxwN0Ijm kA9mSTFedE2zIG9Qs6sSn0Y2q7zmk+fzP9dWw= Received: by 10.204.2.73 with SMTP id 9mr2692518bki.159.1262025897665; Mon, 28 Dec 2009 10:44:57 -0800 (PST) Received: from energy.localnet (energy.heim10.tu-clausthal.de [139.174.197.94]) by mx.google.com with ESMTPS id 15sm3409185bwz.0.2009.12.28.10.44.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 28 Dec 2009 10:44:56 -0800 (PST) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Compressed Filesystem Date: Mon, 28 Dec 2009 19:44:52 +0100 User-Agent: KMail/1.13.0 (Linux/2.6.31.6r4; KDE/4.3.85; x86_64; ; ) References: In-Reply-To: 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 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912281944.52914.volkerarmin@googlemail.com> X-Archives-Salt: 0f126a0a-ba34-4de7-9d38-33717df2d09f X-Archives-Hash: 11fd73f8bd98e03d12b5de29378f3fa6 On Montag 28 Dezember 2009, Helmut Jarausch wrote: > Hi, > > I'm looking for a working and maintained compressed filesystem. > I'd like to use it for backing up my root and my /usr filesystems, > so that I can use rsync to keep it up-to-date. > > I've come across CompFused which seems to be just what I'm looking for, > but it's buggy not maintained anymore. > > Similarly, fusecompress > http://bugs.gentoo.org/show_bug.cgi?id=127433 > doesn't build on an up-to-date Gentoo system and doesn't > look maintained either. > > There would be sys-fs/zfs-fuse but that sounds like overkill to me. > > Are there any other packages? > > Many thanks for a hint, > Helmut. > reiser4. Bonus, it only tries to compress stuff that can be compressed (the test is quick&dirty and sometimes wrong, but most of the time good enough).