The past month has been full of configuration changes to my server, and this is a continuation of that. My OS drive runs on a single SSD, mostly because I ran out of SATA cables when I built it. This isn't a big deal to me, since I’ve been taking manual backups of the configuration, but I decided it was time to automate the process while keeping it mostly GUI-based so that the backup settings would be included in the backup I was making. After a bit of digging, I found the best way to grab the configuration file and secret key was through the API. All of this was done on Fangtooth 25.04. Here are the steps I took. Create API token Create dataset for the saved files Login and setup a cloud storage account within TrueNAS Drop the backup script into dataset that was created Create a cron job to run the script. Configure a Cloud Sync Task to push and sync the dataset to the cloud account. In the first step, I generated an API token and copied it to a safe location. TrueNAS will only sh...