From owner-freebsd-questions@FreeBSD.ORG Thu Jun 3 07:31:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD17B16A4CF for ; Thu, 3 Jun 2004 07:31:21 -0700 (PDT) Received: from juice.cibernet.com (xserve.cibernet.com [66.134.100.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2832443D31 for ; Thu, 3 Jun 2004 07:31:21 -0700 (PDT) (envelope-from tal@whatexit.org) Received: from localhost (localhost [127.0.0.1]) by juice.cibernet.com (Postfix) with ESMTP id 82D0B429A21 for ; Thu, 3 Jun 2004 14:31:20 +0000 (GMT) Received: from juice.cibernet.com ([127.0.0.1]) by localhost (juice.cibernet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05955-08 for ; Thu, 3 Jun 2004 10:31:19 -0400 (EDT) Received: from [10.1.201.25] (unknown [65.126.153.86]) by juice.cibernet.com (Postfix) with ESMTP id 30EA2429A13 for ; Thu, 3 Jun 2004 10:31:19 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Tom Limoncelli Date: Thu, 3 Jun 2004 10:31:19 -0400 X-Mailer: Apple Mail (2.618) X-Virus-Scanned: by amavisd-new at cibernet.com Subject: Now that we have mksnap_ffs, anyone simulate NetApp's schedule system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2004 14:31:21 -0000 Has anyone written a script to manage mksnap_ffs snapshots similar to the way that NetApp does? (People with NetApp experience know what I mean :-). The configuration is very, um, concice, but it works really well once you understand it.) I imagine it would be a cron job that would run each hour and create&mount a new snapshot if required, or unmount&delete an expired snapshot. Of course, if they used the same snapshot directory names it would be easier for users to adapt. I searched on google and ports and didn't turn up anything. Tom