rclone-v*-windows-amd64.zip
).C:\Tools\rclone
).Inside that folder, you will see:
rclone.exe
.zip
.C:\Tools\rclone-browser
).Inside that folder, you will see:
RcloneBrowser.exe
Open Command Prompt.
Run:
rclone config
You will see the menu, Type: n and press Enter.
No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
Name your remote (e.g., azureblob
).
Select storage type:
azureblob
).Azure Storage Account Name:
mystorageaccount
Azure Storage Account Key: (Paste your key here.)
Endpoint suffix: (Leave blank unless using Azure Gov or China.)
Edit advanced config:
n
Use auto config:
y
Confirm configuration and save:
q
Run:
RcloneBrowser.exe
In Rclone Browser, set:
rclone.conf
—usually in %APPDATA%\rclone\rclone.conf
).Click Refresh.
You will see your azureblob
remote.
Upload a Folder:
azureblob
) and choose Open.Sync a Folder:
In the Tasks menu, choose New Sync Task.
Configure:
azureblob:mycontainer/folder
Options:
Start the sync.
C:\Tools\rclone\rclone.exe
sync "C:\MyLocalFolder" "azureblob:mycontainer" --delete-during
Example Rclone Sync Command
rclone sync "C:\DataToSync" "azureblob:mycontainer/myfolder" --progress --delete-during