cd /some/where; find . -mtime -60 | cpio -pdumv "$OLDPWD"; cd "$OLDPWD" Copies files that are newer then 60 days and preserves the directory structure.