Home / Community / Wiki / Tar over SSH

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...