Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2002 00:27:13 -0500
From:      Bill Vermillion <bv@wjv.com>
To:        nbari@unixmexico.com
Cc:        freebsd-isp@freebsd.org
Subject:   Re: network backup
Message-ID:  <20021213052713.GC29892@wjv.com>
In-Reply-To: <34042.148.243.211.187.1039755641.squirrel@mail.unixmexico.com>
References:  <34042.148.243.211.187.1039755641.squirrel@mail.unixmexico.com>

next in thread | previous in thread | raw e-mail | index | archive | help
While nbari@unixmexico.com was trying to figure out why data written to 
/dev/null on Thu, Dec 12, 2002 at 23:00  was not readable, 
he gave up and decided to grace us with this:


> How can i make a backup of some dirs and send them to another server

> what is the best tool for doing that?

> rsync netcat or wich one do you recomend for making a huge backup ?

Best tool depends on just what you need to do for the backup.

If you need to constanly update if the source changes, rsync is
much faster after the first is done.

If you just need an archive of the directories you might
use   gtar.

I've just done both tonight and am currently rsync'ing a tree
to a local machine as the far system doesn't have the gtar
with the --rsh-command=ssh  option as the target machine requires
ssh.

So it depends on what you need to do.

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

-- 
Bill Vermillion - bv @ wjv . com

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021213052713.GC29892>