If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I would like to tar a directory and all it files to another machine on our network. Here is the script I'm trying to create but get the following error:
colt 18% t1
test start
tar: invalid blocksize.
done test
#!/bin/sh
echo "test start"
tar cbf- temp \ rsh mmlsg1 dd "(cd /anaylsis/ICO && tar xbpf-)"
echo "done test"
temp is the directory on the machine called Colt
Want to copy or move the directory to the machine mmlsg1 to the following directory structure:
/anaylsis/ICO