There must be a zillion ways to do this (rsync, cpio, even cp) so I'll throw in my personal favorite:
# cd /old
# tar --one-file-system -cf - . | (cd /new && tar xpf -)
--Greg
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org