Date: Mon, 19 Apr 2010 02:52:29 -0300 From: Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> To: freebsd-questions <questions@freebsd.org> Subject: Re: Backing up freebsd to 1 file? Message-ID: <1271656349.4561.4.camel@localhost> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1271656349.4561.4.camel>