Appearance
Creating an encrypted Time Machine disk on ExFAT
sh
hdiutil create -stdinpass -encryption "AES-256" -size 500g -type SPARSEBUNDLE -fs "HFS+J" YourImage.sparsebundleWhere YourImage is the name you want to give your backup image and 500g is the maximum size of your disk image.
sh
open YourImage.sparsebundlesh
diskutil listFind your mounted image in the list and get it's path, in my case it was: /dev/disk3s2
sh
sudo diskutil enableOwnership /dev/disk3s2sh
sudo tmutil setdestination /Volumes/YourImageReferences: