This assumes a non-destructive copying process _and_ a mandatory destruction of original. Those two things might not be easy to reconcile.
A destructive copy is strictly more feasible (as far as such things are feasible at all). But it comes with a possibility to print copies once the reading is done. Then you can get multiple clones made and they will be you, but will start diverge from each other right away due to slightly different experiences.
A destructive copy is strictly more feasible (as far as such things are feasible at all). But it comes with a possibility to print copies once the reading is done. Then you can get multiple clones made and they will be you, but will start diverge from each other right away due to slightly different experiences.