1. Retrieve your Encryption Password and Salt for the sync task. In SCALE: Data Protection Cloud Sync Tasks Select your task
  2. Install rclone on your local machine
  3. rclone config
  4. n for new config
  5. Setup the remote for your cloud provider’s API, detailed setup instructions found here
  6. After setting up the remote, you may want to test it by listing your remote directories rclone lsd REMOTE_NAME:. Note you should see obscured file names if you use “filename encryption” in TrueNAS
  7. rclone config
  8. n for new config, when selecting type “14” or “crypt” for type
  9. Fill out the details using the remote you created in step 5 and the password/salt you got in step 1
  10. Test your encrypted remote with rclone ls ENCRYPTED_REMOTE_NAME: