From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.218.138 with SMTP id hq10cs53124icb; Thu, 16 Dec 2010 02:20:23 -0800 (PST) Received: by 10.229.185.7 with SMTP id cm7mr1467518qcb.91.1292494822773; Thu, 16 Dec 2010 02:20:22 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id s18si2207399vcf.96.2010.12.16.02.20.21; Thu, 16 Dec 2010 02:20:22 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id BD9961858370; Thu, 16 Dec 2010 05:20:20 -0500 (EST) Received: from v058918.home.net.pl (v058918.home.net.pl [79.96.31.244]) by rubyforge.org (Postfix) with SMTP id 97C0A1858344 for ; Thu, 16 Dec 2010 04:22:05 -0500 (EST) Received: from 217.98.91.13 [217.98.91.13] (HELO localhost) by sigarden.home.pl [79.96.31.244] with SMTP (IdeaSmtpServer v0.70) id 72ec96be63122f38; Thu, 16 Dec 2010 10:22:50 +0100 From: Piotr Kempa To: sup-talk In-reply-to: <1292447511-sup-8924@cabinet> References: <1292428060-sup-9071@pk-desktop> <1292447511-sup-8924@cabinet> Date: Thu, 16 Dec 2010 10:22:03 +0100 Message-Id: <1292491046-sup-2372@pk-desktop> User-Agent: Sup/0.11 Subject: Re: [sup-talk] search by message size (incl. attachments) X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Marc Hartstein's message of 2010-12-15 22:15:14 +0100: > Excerpts from Piotr Kempa's message of Wed Dec 15 10:59:06 -0500 2010: > > tl;dr: can you search by message size? or sort by that? > > Not sure, but maildir is one-file-per-message, so you could go ahead and > use your favorite tool which lets you inspect the filesystem and > identify large files. > > You'd still have to work around sup potentially getting cranky that you > removed a file it was expecting to still be there. I forget how that all > works out. Thanks for the suggestions, I thought about just finding the large files, inspecting and removing but I'm afraid sup's will panic. But I think I saw some way to sync it again to a changed source, so maybe there's that. Re incremental backup - that's something I'll have to do, true, but since I want it to be encrypted on the backup server (with no other users or root getting a peek:) I settled on just bzipping, encrypting and uploading one huge file. Even when there are small changes, when it's one file and it's encrypted, it changes the whole file. I could think about getting some loopfile and cryptsetup a LUKS on it on the server, or maybe encfs (I'm not sure they have encfs the server though...). Thanks again! _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk