How can I do scheduled backups with Azure using API?
I know about Cloud Sync, but how do I call it from my app?
5 Replies
You can't, use rclone instead - https://rclone.org/
Rclone
Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more.
any documentation or tutorial?
Do I need to create a pod and attached it to storage, and then rclone from the pod to my blob storage?
Docs are on the site.
Yes
I understand how to use rclone, I was more talking about this specific use case with RunPod
but I'm guessing that there's no docs for that
It works the same way as everywhere else, configure a backend and then just use it.