Cloud Sync Task Won't Sync VM ZVOL - Is This Possible?

TrueNAS SCALE 25.04.2.3

I’m trying to backup a Windows VM to Storj using Cloud Sync, but having issues with the ZVOL.

My setup:

  • VM dataset: /mnt/tywin/virtual-machines/ark-windowsserver2025/
  • ZVOL: tywin/virtual-machines/ark-windowsserver2025/boot-disk0 (601GB) → /dev/zd0
  • Possibly the MOST important thing I have noticed, is the permissions being apps:apps on all the other datasets that DO upload without issue to Storj, and the permissions of the trouble dataset being root:root (screenshots below). Although none of those are ZVOLs. Should I simply try changing the permissions of the virtual-machines dataset to apps:apps? Surely this would break the entire VM.

The Problem:

What I’ve Tried:

  • Enabled “Use Snapshot” option
  • Tried syncing just the ark-windowsserver2025 dataset directly
  • Verified permissions (root:root) and credentials (work for other datasets, although not sure if thats something you should even alter and other datasets that DO work use apps:apps as stated above)
  • Confirmed ZVOL exists: zfs list -t volume shows the 601GB volume

Question: Is it possible to cloud sync a VM ZVOL, or does rclone only handle files? The directories are empty because the actual data exists as a block device (/dev/zd0), not files.

Should I abandon this approach and use a different backup strategy for VMs?

Thank you for your time.

bump