skip to main
|
skip to sidebar
linuxthebest
Monday, October 15, 2007
tar copy through ssh
tar cvlpfX - exclude_file . | ssh hostname "cd /path/ ; tar xlpf -"
1 comment:
Unknown
said...
It's very helpful.
good job
October 16, 2007 at 2:08 PM
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Hi All
This site to help linux users , your linux posts are welcome
.
Blog Archive
▼
2007
(8)
▼
October
(4)
tar - copy all files in one directory to another o...
tar copy through ssh
Solaris tips
Mutiple Terminals in linux
►
November
(3)
►
December
(1)
►
2008
(1)
►
June
(1)
LINUX TIPS
Please post your linux tips here
To increase the keepalive time in order to ssh to not disconnected
/bin/echo -e "300\c" > /proc/sys/net/ipv4/tcp_keepalive_time
Mount iso image
Create a mount point for the ISO:
bash# mkdir /mnt/iso
Now mount the ISO in the mount point with the following command:
bash# mount myiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0
Grep command
grep -v ^# xend-config.sxp grep -v ^$
1 comment:
It's very helpful.
good job
Post a Comment