Copying directory trees with tar pipe tar

# tar cf - source_dir | ( cd target_dir && tar xBf - )

Leave a Reply