Tar over SSH
Because sometimes I have the hardest time remembering the simplest things...
[root@thor ~]# tar cvzf - /path/to/sourcefiles | ssh {user}@{some.host.tld} "cat >/path/to/tarfile.tgz"
Oy...
Because sometimes I have the hardest time remembering the simplest things...
[root@thor ~]# tar cvzf - /path/to/sourcefiles | ssh {user}@{some.host.tld} "cat >/path/to/tarfile.tgz"
Oy...
Created: 02/17/2009 12:58 pm
Modified: 02/17/2009 12:58 pm