1837523 Members
3547 Online
110117 Solutions
New Discussion

Re: network backup

 
SUKAJI NAIK
Occasional Contributor

network backup

How do you use tar command for network backup?
4 REPLIES 4
Steven Schweda
Honored Contributor

Re: network backup

Define "network backup".

A Forum search for keywords like, say,
tar pipeline remsh [or ssh]
might find some examples of some things, but
many things are possible.
Dennis Handly
Acclaimed Contributor

Re: network backup

You can tar to a NFS mount.
Or you can use tar in a pipeline with ssh/remsh.
But tar isn't an enterprise strength backup tool.
Chandrahasa s
Valued Contributor

Re: network backup

Hi,

tar will support maximum 2GB if your data is less then 2GB well you can proceed with tar.

tar network can be used using ssh or rmesh.

Best method is enable nfs and use tar localy.


Chandra
Steven Schweda
Honored Contributor

Re: network backup

> tar will support maximum 2GB [...]

Which "tar" are you using? Some modern
editions of "tar" have an 8GB limit. Some do
not. Which ones still have a 2GB limit?

http://docs.hp.com/en/B2355-60130/tar.1.html

http://www.gnu.org/software/tar/

There's also "pax".

http://docs.hp.com/en/B2355-60130/pax.1.html

As usual, many things are possible, but if
you stopped reading in a previous century,
then you may be unaware of some of them.

Of course, it might help to get a little
useful information about the user's
environment, like, say, output from:
uname -a