Did some tests and the answer is yes!
You are somewhat right!
For all that are interested, this is the point. Regularly, if you create an image file with CCC, it reports that it won't be bootable. That's true for remote and local image files. That's why I first created a sparsebundle disk image with Apple's Dik Utility on a remote Mac on the network and mounted it.
On the Mac I wanted to clone I fired up CCC and followed the procedure described at bombich's site
clone over the network. In short, that procedure gave me an "Authentication Credentials" installer package for the remote Mac. Its purpose is to tunnel through ssh with a "public key authentication" (PKA), remote login has to be enabled on the remote Mac, too. I then successfully cloned from the source Mac to the mounted volume (image) on the remote Mac.
Then there comes the point where you're somewhat right...
A Mac has no out of the box solution to boot from that data, as there is no way to boot from a common image file directly or to boot over the network. That's where things get complicated.
In the days of Open Firmware there probably has been a command to boot over ethernet. I didn't find something similar for the EFI. My guess is, that one would need to tweak the boot loader, maybe with the help of
gPXE, to do a successful boot over the network with a mounted sparsebundle created by CCC. Since that is not a standard procedure, I partially agree with you.
You may wonder, how I verified that the clone over the network is bootable then? Well, I can't completely, but what I did, was mounting the remote clone and cloned it locally to an USB drive (HFS+, GUID). If CCC doesn't do some unpredictable magic making the remote clone bootable, I expect it's a 1:1 clone. That USB drive attached to the source Mac was starting up and running perfectly including the Recovery partition.
I don't insist, that it's a perfect solution for everyone. A NAS would probably lack any official supported way to get the "Authentication Credentials" installed and there would be more investigation needed to find a way to boot over the network. However, in my opinion it opens up new possibilities for the backup strategy, making bootable backup clones remotely on the network, either to a physically attached and portable USB, FW or TB drive to get it booted without a second step or to back up bootable clones to remotely mounted sparsebundles that one can easily compact, compress and segment.
The standard for booting a Mac over the network is through macOS Server (the NetBoot part) that expects a NetBoot Image (.nbi file). That special image file format can be created with the
System Image Utility one can find in his /Library/CoreServices/Applications. I don't expect that Apple's NetBoot server can boot from a common sparsebundle image, even though I read that a nbi is nothing else than a dmg with some extra stuff.
@
mic j: CCC is not the right tool to make a bootable image or a bootable clone to a network only attached storage per se.
FYI: There is an instruction existing for configuring an old version of Mac OS X Client as a NetBoot server here
http://www.instructables.com/id/Make-Your-Regular-Mac-a-NetBoot-Server!/ and it can probably done with a more recent version of macOS. There are also ideas around the net to set up a linux machine and likely a NAS as a NetBoot server.