Thanks for all that have reviewed and all that have reviewed and responded with help to this post!
It is becoming apparent that this cloning desire is a bit more complicated than originally thought. In old fashioned system and database administration a clone implied nearly duplicate file structures and sizes.
Researching this with the help of Gemini AI (hopefully providing good answers) provides the following list of of 3 UBI volumes:
fit, UBI volume 5 contains just the base firmware with no packages, neither standard packages nor those custom added in the past nor added since the router was flashed. After flashing fit is read/only.
rootfs_ubi, UBI volume 6 contains packages that are standard along with all packages added before the router was last flashed. After flashing rootfs_ubi is read/only.
rootfs_data, UBI volume 7 contains packages added since the router was last flashed and also config files. After flashing rootfs_data is read/write.
If these above definitions are accurate and if new packages have been installed since the last flash operation then a new flashing operation will increase the size of roofs_ubi and decrease the size of rootfs_data.
Fit will only change in size if the version being flashed is different. (in a cloning operation it will not change).
In regards to attempting a cloning operation:
It seems the best way is to use luci attended sysupgrade. A setting needs to be changed to allow the process to stay at the same Openwrt version. Do this by selecting the “configuration” button and selecting “Advanced Mode” to put a checkmark on that option. Then return to the “overview” screen and select “search for firmware upgrade”. Go to the bottom of the list and select “request firmware image”. Select “download firmware image” to get the file you your pc.
That created image file can then be flashed on the “clone to” router. The setting “keep settings and retain the current configuration” needs to be selected. When that flashing operation is done, the UBI volumes sizes may be different between the source and destination routers in this way:
If the source router had packages added after it was flashed they will exist on the source in rootfs_data UBI volume 7 and will end up in rootfs_ubi UBI volume 6 on the destination router. The fit UBI volume 5 will remain the same size.
Plan to do a clone operation to router 2 from router 1 soon. That is after doing initial install work on router 2 in that it is brand new taking it to ver 25.12.4, plain vanilla. That will match the router 1 install completed a couple of weeks ago.
Will plan to watch the UBI volumes change in size during these operations and post back here the results.