From owner-freebsd-questions@FreeBSD.ORG Mon Apr 19 05:52:35 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EBA5106567D for ; Mon, 19 Apr 2010 05:52:35 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id C55708FC20 for ; Mon, 19 Apr 2010 05:52:34 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so1464734qwi.7 for ; Sun, 18 Apr 2010 22:52:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer; bh=oSP3caTzpKVEudXRR9bXPvPnpayXPDdstxPSADGhBL8=; b=QOYci7BLWM1IWLId79Ehg0/uwFVZMTC6QmkAJulHbFnnOiY9t+Rs2i5pdj+F7+dnF9 hI8CvcZR+1zy5I3n+YERx88qJEhssAdvmkuZwSIJCt05GvPT2A8fC80lI3Scn8gXioVX 70znho739YcWUDgYTdjU93gobz43diFuoBaWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer; b=FKaEpgg2NV7gstW/aaGuyF/UkDHrDYfz99XeYIlulHb92cO1d1Sic2EseWbM8ewke+ 02JC8i06dnvbgg78GJ7xSAYDLoluof/NzD6fJszbJ3dlIirELxhOEl9pBQjwKuirsFXL 8aLMuKOpJxZafOvce0OqASj9gEk1nflFUDfwE= Received: by 10.229.186.211 with SMTP id ct19mr864367qcb.16.1271656353860; Sun, 18 Apr 2010 22:52:33 -0700 (PDT) Received: from [192.168.6.250] ([201.21.146.140]) by mx.google.com with ESMTPS id y41sm3190015qce.5.2010.04.18.22.52.32 (version=SSLv3 cipher=RC4-MD5); Sun, 18 Apr 2010 22:52:33 -0700 (PDT) From: Sergio de Almeida Lenzi To: freebsd-questions In-Reply-To: <4BCB258E.6050906@infracaninophile.co.uk> References: <4BCB07C0.8010305@sbcglobal.net> <20100418161015.f20206f0.freebsd@edvax.de> <1271601423.1287.15.camel@localhost> <4BCB258E.6050906@infracaninophile.co.uk> Date: Mon, 19 Apr 2010 02:52:29 -0300 Message-ID: <1271656349.4561.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Backing up freebsd to 1 file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 05:52:35 -0000 > It kills everything ungracefully and will screw up anything that needs > to sync state to disk -- like mysql. > > Just use shutdown(8): it's what it's there for. > > # shutdown now "Going single user to make backups" > > Cheers, > > Matthew Ok you are right... for me worked because I never use mysql... but I use zfs and I think that during shutdown, /etc/rc.d/zfs is called stop so it unmounts all zfs partition... (I did not tested...)... so It must be called /etc/rc.d/zfs start again... (just a few inconvenient...) Thanks for the tip.... Sergio