Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2001 21:23:40 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        nascar24@home.nl ("Marcel DIjk")
Cc:        questions@freebsd.org
Subject:   Re: TAR
Message-ID:  <1t2nst0j84vq84isgdnl930c80q0umbmgi@4ax.com>
In-Reply-To: <SEN.1003149775.258450963@news.sentex.net>
References:  <SEN.1003149775.258450963@news.sentex.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 Oct 2001 12:42:55 +0000 (UTC), in =
sentex.lists.freebsd.questions
you wrote:

>Hello,
>
>How does one backup all the contents (files, directories etc) of =
/network to a file named backup.tar.gz in /backup??
>
>Thanks, i'm puzzled,
>


tar -cpzf /backup/backup.tar.gz /network

c =3D create
p =3D preserve ownership and permissions
z =3D comprez
f =3D file

Have a look at the man pages for more info.  Also, when looking for =
answers
to common questions like this, search through the archives. They have all
been answered before.

	---Mike

Mike Tancsa  (mdtancsa@sentex.net)	=09
Sentex Communications Corp,   	=09
Waterloo, Ontario, Canada
"Given enough time, 100 monkeys on 100 routers=20
could setup a national IP network." (KDW2)

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?1t2nst0j84vq84isgdnl930c80q0umbmgi>