On Wed, May 16, 2001 at 05:11:11PM +0000, Brian G wrote:
> Im trying to move the contents of a directory from one server to another
> and im looking for an easy way to do this to save time and bandwidth.
> Does any one have any cleaver ideas on how to do this. i suppose
> tar the directory and then telnet or something to the other server,
> and transfer the drectorybut i dont know the commands for that.
> Can anyone help out.
if you're on a system (both the local and remote end) with a newish
version of tar that supports bzip2 (tar --help|grep bzip2):
tar Icpf - dir.to.move | ssh remotehost 'cd remote/dir && tar Ixpf -'
otherwise:
tar zcpf - dir.to.move | ssh remotehost 'cd remote/dir && tar zxpf -'
kevin
--
kevin at suberic.net "nobody likes a monkey on their back. i had
fork()'ed on 37058400 three. they were cramping my style. it was
meatspace place: home time to get rid of them."
http://suberic.net/~kevin --porter, "payback"
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!