What is the problem you are having with rclone?
Rclone is placing files in the root folder of the Google Drive of the account rclone is linked to. I just wonder if a command needs to be added to the script or find out why this behaviour is happening. Rclone is supposed to download copies onto the computer but didn't expect Rclone to make changes to the files of the Google account. Thanks!
Run the command 'rclone version' and share the full output of the command.
rclone v1.50.0
- os/arch: linux/amd64
- go version: go1.13.3
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone sync $BACKUP_SOURCE $BACKUP_DEST -v --ignore-errors --drive-alternate-export --drive-acknowledge-abuse --drive-skip-checksum-gphotos --log-file=$LOG
The rclone config contents with secrets removed.
Paste config here
A log from the command with the -vv flag
Paste log here
THANK YOU!