You don’t really need to back up the NAS if you don’t care much about preserving historical data. The chance that both the NAS and your computer fails if fairly low after all. Not to mention that backing up the NAS can be quite expensive in itself.
By the way, Synology now offers cloud Time Machine via their C2 backup. Very reasonably priced too. I’m actually tempted.
Umm.. you can do even better than that. Synology has a built-in tool called HyperBackup, which is a Time Machine-like variant for the NAS. You can use that to take a full backup of the NAS, and store that somewhere.
Neither Time Machine nor HyperBackup are just for versioning, however. You can take a full level 0 backup of each one of those, and store that. The issue comes up when you have the differentials between that last full backup and what is currently on the Mac (or NAS). Those differences would be gone when a disaster occurs, and you'd be stuck returning to the last known state from those backups. That is where the versioning comes in, or in better sense, incrementals. Here's what happens.
Level 0 = full backup.
Level 1 = Incremental backup relative to the level 0.
Level 2 = incremental backup relative to the level 1.
Level 3 = incremental backup relative to the level 2.
Level 4 = incremental backup relative to the level 3.
And on and on and on.
If you ran Time Machine to back up your Mac every day for 5 days, your result would be a level 0, plus every incremental going down that chain to the level 4 backup that was taken which is relative to the data from the previous backup before that. On day 6, you have a disaster, and need to restore from scratch. You lay down MacOS, and restore from the TM backup via Migration Assistant. Migration Assistant brings in the data from the level 0, then supplements with all of the changes going down to the final incremental backup taken from that level 5 backup.
The same applies to HyperBackup on your NAS.
The cost for this would only be an external drive (if you are backing up via TM to that device), or the NAS. I personally have had a Synology DS213j for the past 9 years. It has 2 3TB SATA HDDs in it, in RAID 1. I was backing up my mid-2011 MBA to an external drive (WiFi speeds to back up a drive to a NAS is horrible, plus latency), but now on my M1 Pro MBP, I'm backing up both to an external SSD as well as my NAS over Gigabit Ethernet. I then back up my NAS via HyperBackup to another external SSD. My TM backup stays with me onsite, while my NAS backup goes offsite (no one takes into account that your residence is a single point of failure, and if you lose that you could lose all the data you have at your residence).
The Both my TM external disk and NAS external disk are 5TB USB SSDs, which only set me back $98 each, from Costco when they are on sale. One would spend that much over the course of 5 months for an online solution.
But to say that TM doesn't do straight backups is wrong; to say that Synology's backup solution doesn't handle full backups is even more wrong.
BL.