From owner-freebsd-geom@FreeBSD.ORG Sat Mar 3 22:24:16 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AA24106564A for ; Sat, 3 Mar 2012 22:24:16 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id C0E0B8FC16 for ; Sat, 3 Mar 2012 22:24:15 +0000 (UTC) Received: by vcmm1 with SMTP id m1so1408517vcm.13 for ; Sat, 03 Mar 2012 14:24:15 -0800 (PST) Received-SPF: pass (google.com: domain of rsimmons0@gmail.com designates 10.52.92.140 as permitted sender) client-ip=10.52.92.140; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rsimmons0@gmail.com designates 10.52.92.140 as permitted sender) smtp.mail=rsimmons0@gmail.com; dkim=pass header.i=rsimmons0@gmail.com Received: from mr.google.com ([10.52.92.140]) by 10.52.92.140 with SMTP id cm12mr25557817vdb.115.1330813455149 (num_hops = 1); Sat, 03 Mar 2012 14:24:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1ODgncwu7ffpQ70QDoJZrOH96m9yqAtZRk7a4lwa/2A=; b=VMiVrrExJdab8mYWYRDPtQ19nTVgqBA2heqnxEFS/4sj2mqLq8d7ngzFkklXoqcSpZ CQCUfd0pN2qm4ZSqqYA5lc0mKGrRmnK5tX3h/iCHIaNm72dUm3MkZewv6n32kpDIA5wI Af4qeujMqsfObc3x2ek+dK3vgbG0Ty1f0lGTPeuBAEtSD0SNBOyUgYRUh6ijmX/LZx7Z YIFHlmTM5CmSpBcaPZXoH84P1asWPu2AsR2h/nsKEmcN3914toNWiI43GhYDC9VQDnyf Pdi9Zbq+IMvYgmiCM0SU92D6ZF0844WgEpUHgUcvjAddBeT6niNNgV5OW1EFE6HdxGny Th6A== MIME-Version: 1.0 Received: by 10.52.92.140 with SMTP id cm12mr21886930vdb.115.1330813455105; Sat, 03 Mar 2012 14:24:15 -0800 (PST) Received: by 10.52.65.114 with HTTP; Sat, 3 Mar 2012 14:24:15 -0800 (PST) Date: Sat, 3 Mar 2012 17:24:15 -0500 Message-ID: From: Robert Simmons To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: geli metadata backup X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 22:24:16 -0000 What exactly is contained in the metadata backup file /var/backups/_prov_.eli ? Obviously, since I keep /var inside of the encrypted provider, the default location is a bad place for a backup. Where would a good location be to save this metadata using the -B switch for geli init other than the default? I have /home /root /tmp /usr and /var inside the encrypted provider. Everything else is unencrypted.