Clone bootcamp partition after using ASR to clone bootable APFS system to external disk?
I have a bootcamp partition on my internal physical drive along with the standard APFS container scheme.
After using ASR to properly restore a bootable clone to an external SSD, I see all of the APFS container configuration and can boot the external system volume perfectly, as expected. However, the Microsoft Basic Data BOOTCAMP partition is missing from the external drive.
How can I clone it properly, with the necessary partitioning of the external physical drive equivalent to that of the internal drive? Since the external is a bit smaller, it won't be exactly the same size on the APFS container, but that's fine as the volumes on the synthesized disk leave plenty of room to spare.
Here's what I've got after the ASR restore:
$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 873.0 GB disk0s2
3: Microsoft Basic Data BOOTCAMP 127.3 GB disk0s3
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +873.0 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD - Data 373.6 GB disk1s1
2: APFS Volume Preboot 675.8 MB disk1s2
3: APFS Volume Recovery 2.2 GB disk1s3
4: APFS Volume VM 1.1 MB disk1s4
5: APFS Volume Macintosh HD 15.4 GB disk1s5
6: APFS Snapshot com.apple.os.update-... 15.4 GB disk1s5s1
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *960.2 GB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_APFS Container disk3 960.0 GB disk2s2
/dev/disk3 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +960.0 GB disk3
Physical Store disk2s2
1: APFS Volume Clone MacOS - Data 367.6 GB disk3s1
2: APFS Volume Clone MacOS 15.4 GB disk3s2
3: APFS Volume Preboot 629.0 MB disk3s3
4: APFS Volume Recovery 1.1 GB disk3s4
Need external APFS physical container partition disk2s2 down-sized by 128GB
and the BOOTCAMP partition cloned from disk0s3 to disk2s3