Hacker News new | ask | show | jobs
by tyingq 2571 days ago
That seems like it would be tricky for it not to screw something up.

Like, for example, would it handle this properly?

$ (cd /source;tar -cf - .) | (cd /dest;tar -xf -)