Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2001 01:19:16 +1000
From:      "Doug Young" <dougy@brizzie.org>
To:        "Nathan Vidican" <webmaster@wmptl.com>, "Stephen Hovey" <shovey@buffnet.net>
Cc:        <stellayu@ca.inter.net>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: simple back up method
Message-ID:  <12d401c0dfae$045903e0$0300a8c0@oracle>
References:  <Pine.BSF.4.05.10105161752340.23783-100000@buffnet11.buffnet.net> <3B0536AA.1020409@wmptl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> >> I want to backup the whole system in simple backup method and
command
> >> eg:  Running tar command in root directory for whole system? tar
zcvf
> >>

The following (courtesy of Crist Clark) are the simplest ones I've
got.

  # dump -0af /path/to/dump/file /filesystem

  # dump -0af - /filesystem | ssh -f another-machine "cat >
/path/to/dump/file"

I'm still trying to figure how to use the Stephen Hovey method


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12d401c0dfae$045903e0$0300a8c0>