Hey Darryl_1983, Seagate here. A few thoughts that might help:
You're on the right track with thinking offsite for backups. The IT Pro's rule-of-thumb for backups reflects what you want to do for the reason you mentioned. It's called the 3-2-1 method.
Keep 3 copies of your data - 2 stored on premises but on different storage mediums - 1 copy offsite to prevent against disaster such as fire, tornado, dinosaurs crashing through your living room, you know.
Let's go into the reason that redundancy and backups are different, and why everyone says that RAID is not, in-and-of itself, a backup. RAID is meant to prevent a system's downtime. Envision you're running a website, there's a server which handles the credit card transactions for said website. If a hard drive in that server were to go down and it took the server offline with it because of something like a hard drive issue, then every second that server was offline would mean panic and would be burning a hole in your wallet. So RAID is meant for that kind of use because it allows you, when a hard drive crashes, to keep said server online, no panic and lost revenue while you swap in a new drive on the live system and let it rebuild the array around that new drive. Rebuilding RAID arrays, especially massive ones, can take a very long time though as the goal is to preserve the system staying online.
A backup, on the other hand, is all about keeping the integrity of the data safe and making it readily available should you need to restore it onto a new drive in the event that a drive dies. Making it so there's multiple places the drives and controllers can see all of the data so that any one drive or place doesn't cause it to be completely lost.
You could back up a Synology NAS to another NAS, however that might get a tad cost-prohibitive, but it's not unheard of. Here's the
overview from their Knowledge Base if you're interested. Unless you're storing massive amounts of data, it's probably a bit more common to backup a NAS to an external USB drive. One of the strongest points of Synology is how easy-to-use their DiskStation Manager (DSM) is. The overview linked above explains how to conveniently set automated backups, scheduling, notifications, etc. It's pretty "set it and forget it".