wombat94/EFIClone

Explore alternative file copy methods

Closed this issue · 1 comments

The first, simple version of the script just uses the standard cp command.

Explore other, potentially more robust, file copy methods... rsync?

Are there any macOS-native command line options that will do validation during the copy process?

Modified script in beta2 to use rsync instead of cp