Comment

Peter Bengtsson

the usability of that one is questionably

Parent comment

Anonymous

Another old "copy a directory across filesystems without creating temporary files" trick, back when not everything is under / in a single filesystem... $ tar cf - this-dir | (cd that-dir; tar xf -)