From owner-freebsd-fs@FreeBSD.ORG Fri May 20 18:52:03 2011 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1974106566C; Fri, 20 May 2011 18:52:03 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D26378FC1C; Fri, 20 May 2011 18:52:02 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id VAA04050; Fri, 20 May 2011 21:52:00 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QNUno-000HkV-HN; Fri, 20 May 2011 21:52:00 +0300 Message-ID: <4DD6B84F.20706@FreeBSD.org> Date: Fri, 20 May 2011 21:51:59 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110503 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: lev@FreeBSD.org References: <1606289061.20110519211755@serebryakov.spb.ru> <201105200316.p4K3G6EU039569@chez.mckusick.com> <795474996.20110520122933@serebryakov.spb.ru> <4DD6680E.9040006@FreeBSD.org> <1408884696.20110520204549@serebryakov.spb.ru> <4DD69CB3.2050601@FreeBSD.org> <1491112642.20110520221911@serebryakov.spb.ru> In-Reply-To: <1491112642.20110520221911@serebryakov.spb.ru> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Cc: freebsd-fs@FreeBSD.org Subject: Re: Snapshots fail on large FFS2 volumes regulary -- how to backup /usr/home?! X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 18:52:03 -0000 on 20/05/2011 21:19 Lev Serebryakov said the following: > Hello, Andriy. > You wrote 20 мая 2011 г., 20:54:11: > >>> You wrote 20 мая 2011 г., 17:09:34: >>>> Take a look at e.g. archivers/star. >>> I'll take a look. If it could skip some directories, marked with >>> special file (like gtar could), it could be a solution. >> I think that it understands FreeBSD flags and supports nodump flag. > I don't need star for FSes fwith "nodump" flag. star from FFS2 > without snapshot is not very good solution in any case, IMHO. > > So, I need any-tar or any other solution with non-FS-specific "nodump" > indication for ZFS OR working snapshots on FFS. $ chflags nodump work $ ls -ldo work drwxr-xr-x 2 avg staff nodump 4 18 May 2008 work $ df -T . Filesystem Type 1K-blocks Used Avail Capacity Mounted on pond/usr/home/avg/tmp zfs 114487866 7629783 106858083 7% /usr/home/avg/tmp Does this look good enough for you? -- Andriy Gapon