From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 22:22:12 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C89F71065675 for ; Fri, 11 Jun 2010 22:22:12 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8EBF98FC08 for ; Fri, 11 Jun 2010 22:22:12 +0000 (UTC) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id o5BMIgKa093642; Fri, 11 Jun 2010 18:18:42 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id o5BMIgYm093641; Fri, 11 Jun 2010 18:18:42 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 11 Jun 2010 18:18:42 -0400 From: Jerry McAllister To: Giorgos Tsiapaliokas Message-ID: <20100611221842.GA93623@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: resize freebsd slice 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: Fri, 11 Jun 2010 22:22:12 -0000 On Sat, Jun 12, 2010 at 01:00:57AM +0300, Giorgos Tsiapaliokas wrote: > i read the manuals about dump,but they say that if i take a back up of my > "/" then dump will not make a backup for /home and /usr. > my /home directory is empty but i need the /usr directory. > > what should i do? dump works on file systems, not individual files or directories. if home is something mounted separately, then you run a dump for that. Same for /usr. If /usr is just a directory under root (/) and not a separate file system, then taking a dump of / will get /usr. I don't have a list of your mounted filesystems. ////jerry > > can you help me with the syntax of the dump command? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"