Group: Forum Members
Posts: 8.8K,
Visits: 59K
|
Cloning a drive will usually (always?) be faster than performing a file-level copy of the same amount of data, yes. This is especially true when the files themselves are smaller on average, since that introduces more file system overhead per unit of actual data transferred when performing file-level copies, but that doesn’t exist when performing block-level data transfers. The downside is that you won’t be able to access the target at all while the clone is running, which isn’t true of a file-level copy.
|