<SyntaxHighlight lang="bash"> tar cJf - * | ssh test@111.111.111.111 "cd /mailbackup; cat - > comp.tar.xz" </SyntaxHighlight>