Error when run sync with bash

When I run command with root

rclone sync "googledrive-A:" "googledrive-B:"

It's working correctly but when I save this command to abc.sh and run ./abc.sh

Its auto create a folder none name and copy all data from googledrive-A to folder no name in googledrive-B

You don't need the quotes. You can simply do this:

rclone sync googledrive-A: googledrive-B:

I have tried but in googledrive-B automatic create a No name folder and copy all data from googledrive-A to No name folder

Please add the debug logs and the config file.

Can you paste this bash file in to? Does it begin with #!/bin/bash ?

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.