
Hello All,
I have weekly updates from our teams on Onedrive, and I copy them every time to my azure storage.
I try to connect both by power automate to copy the new files only to the same folder on Azure storage
I have used the templates on power automate but everytime it's copy the files to the main folder not the same path in onedrive
Please if anyone can help to modify the flow to copy files to same folder path.
It is an easy task for Rsync, one of the main reasons rsync is used so widely is its ability to copy only the things that are different between the source (copy from) and target (copy to). There can be millions of files, database records, configuration details, etc, and if only one thing has changed. it will copy only that one thing.
Also take a look at Sharegate, Syncback, Gs Richcopy360, with these GUI tools, you don't have to download files and upload data again, so you can directly copy the modified folders and files from OneDrive to azure blob in the same path.