Linux copy using cpio to preserve links AND preserve dates on directories

Using a simple "find . -depth -print | cpio -pdm $destination" command will both preserve links AND preserve dates on directories.