I have been working on setting up TrueNAS 25.04.2.3 for backups (among other things) as well as doing offsite backups to a cloud server. For that I am testing with Backblaze B2. I have a Cloud Sync task which works. I can backup NAS file to B2 and restore them. I even have encryption working.
However, I noticed that symbolic links don’t get backed up to B2 and I can’t figure out how to get that working. I have ‘follow Symlinks’ off (I need the actual links backed up). So none of my symlinks get backed up and of course they don’t get restored. It looks like rclone needs the --links option.
I can’t find any what to enable this (which I would have expected to the default). How do I get this working? A backup that doesn’t backup everything isn’t much of a backup.