You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently there is a service call named "TrueNAS: Cloudsync Run" available. It would be nice to have a service call to start the normal replication tasks and also the rsync tasks.
Describe the solution you'd like
As said before: would be nice to have a service call in Home Assistant to start the replication and rsync tasks configured in TrueNAS :-)
Describe alternatives you've considered
Currently I am using a shell command (curl) to trigger the sync tasks by an API call. Works so far.
Additional context
The text was updated successfully, but these errors were encountered:
Great! Don't know if it helps, but the call is pretty simple:
/usr/bin/curl -X POST -H "Authorization: Basic xxxxxxx=""http://xxx.xxx.xxx.xxx/api/v2.0/replication/id/19/run"
Should be similar to the Cloudsync service call.
Is your feature request related to a problem? Please describe.
Currently there is a service call named "TrueNAS: Cloudsync Run" available. It would be nice to have a service call to start the normal replication tasks and also the rsync tasks.
Describe the solution you'd like
As said before: would be nice to have a service call in Home Assistant to start the replication and rsync tasks configured in TrueNAS :-)
Describe alternatives you've considered
Currently I am using a shell command (curl) to trigger the sync tasks by an API call. Works so far.
Additional context
The text was updated successfully, but these errors were encountered: