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
I have been trying to use the backup feature of the operator on Azure Blob Storage. Following the rclone docs for azureblob, I was able to connect and sync files using the command line but when I add the same credentials on json token and create the backup resource base on it, I see no actions happening and when I describe the backup resource, I see no events there.
I have been trying to use the backup feature of the operator on Azure Blob Storage. Following the rclone docs for azureblob, I was able to connect and sync files using the command line but when I add the same credentials on json token and create the backup resource base on it, I see no actions happening and when I describe the backup resource, I see no events there.
My backup yaml:
And my json token:
I also tried using
azureblob
instead ofazure
for provider as well as other authentication methods described on rclone page.it would be really nice to have an example of the backup similar to S3 mentioned in the documentation.
The text was updated successfully, but these errors were encountered: