Sync with Google Cloud
Hello
I use this script to connect to Google Cloud:
Everything is fine, except that it doesn't sync, rather it copies all the content, even if the files are identical.
I've also tried it from PowerShell and the result is the same.
If I use the FTP on my synology, the sync works correctly.
What am I doing wrong?
I use this script to connect to Google Cloud:
option batch continue option confirm off option reconnecttime 5 open s3://%id%:%secret%@storage.googleapis.com/ synchronize remote -delete -preservetime -mirror -filemask=%mask% %dirLocal% %bucket% close exit
I've also tried it from PowerShell and the result is the same.
If I use the FTP on my synology, the sync works correctly.
What am I doing wrong?