>>804
ssh経由でsuしてtarで標準出力へ出力、それをローカルでファイルに受ける。
ssh remote_server "su - root -c 'tar -C /path/to/important/data -cf -'" > foo.tar