Issue when running copy/move with service account file

What is the problem you are having with rclone?

When running the move command, nothing is being uploaded. * 1. 2020/03/18 21:46:19 DEBUG : 8 go routines active

  1. 2020/03/18 21:46:19 DEBUG : rclone: Version "v1.51.0" finishing with parameters ["/usr/bin/rclone" "move" "/home/pgblitz03/test/" "tdrive:/test" "-vv" "--no-traverse" "--max-transfer" "700G" "--stats" "5s" "--transfers=100" "--fast-list" "--tpslimit" "7" "-c" "--checkers=100" "--drive-service-account-file=/opt/sa-json/service23@SERVICE.json"]
  2. Using service account 24
  3. 2020/03/18 21:46:19 DEBUG : rclone: Version "v1.51.0" starting with parameters ["/usr/bin/rclone" "move" "/home/pgblitz03/test/" "tdrive:/test" "-vv" "--no-traverse" "--max-transfer" "700G" "--stats" "5s" "--transfers=100" "--fast-list" "--tpslimit" "7" "-c" "--checkers=100" "--drive-service-account-file=/opt/sa-json/service24@SERVICE.json"]
  4. 2020/03/18 21:46:19 DEBUG : Using config file from "/home/pgblitz03/.config/rclone/rclone.conf"
  5. 2020/03/18 21:46:19 INFO : Starting HTTP transaction limiter: max 7 transactions/s with burst 1
  6. 2020/03/18 21:46:19 INFO : Google drive root 'test': Waiting for checks to finish
  7. 2020/03/18 21:46:19 INFO : Google drive root 'test': Waiting for transfers to finish
  8. 2020/03/18 21:46:19 INFO :
  9. Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
  10. Elapsed time: 0.0s*

What is your rclone version (output from rclone version )

1.51

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 18.04 LTS

Which cloud storage system are you using? (eg Google Drive)

Shared Drive (Google)

The command you were trying to run (eg rclone copy /tmp remote:tmp )

I am running a script. * 1. #!/bin/bash

  • COUNTER=1
  • SOURCE="/home/pgblitz03/test/"
  • DESTINATION="tdrive:/test"
  • while [ $COUNTER -lt 100 ]; do
  • echo Using service account $COUNTER
  • /usr/bin/rclone move $SOURCE $DESTINATION -vv --no-traverse --max-transfer 700G --stats 5s --transfers=100 --fast-list --tpslimit 7 -c --checkers=100 --drive-service-account-file=/opt/sa-json/service$COUNTER@marine-alchemy-270404.iam.gserviceaccount.com.json \
  • let COUNTER=COUNTER+1
  • done*

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp )

The log part is shown under the ( What is the problem you are having with rclone?) section.

hello and welcome to the forum,

when testing you can use the --dry-run flag
https://rclone.org/docs/#n-dry-run

the difference between the copy command and the move command is that you changed the source
copy command: /home/pgblitz03/test
move command /home/pgblitz03/test/*

for the move command,
i suggest that you change that to /home/pgblitz03/test

Thank you for the response. I got rid of the *. When using dry run, all it says is using service account x (due to my script.) no errors.

However, without dry run this keeps getting outputted https://pastebin.com/6pW9TiCf

so what is the problem now?

https://pastebin(dot)com/6pW9TiCf

Nothing is happening as you can see in this link. these is repeating indefinitely with no files being uploaded

when you posted your question, the template should have asked for the following info

What is the problem you are having with rclone?

What is your rclone version (output from rclone version)

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Which cloud storage system are you using? (eg Google Drive)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

I did not see any template?

What is the problem you are having with rclone?

When running the move command, nothing is being uploaded. * 1. 2020/03/18 21:46:19 DEBUG : 8 go routines active

  1. 2020/03/18 21:46:19 DEBUG : rclone: Version "v1.51.0" finishing with parameters ["/usr/bin/rclone" "move" "/home/pgblitz03/test/" "tdrive:/test" "-vv" "--no-traverse" "--max-transfer" "700G" "--stats" "5s" "--transfers=100" "--fast-list" "--tpslimit" "7" "-c" "--checkers=100" "--drive-service-account-file=/opt/sa-json/service23@SERVICE.json"]

  2. Using service account 24

  3. 2020/03/18 21:46:19 DEBUG : rclone: Version "v1.51.0" starting with parameters ["/usr/bin/rclone" "move" "/home/pgblitz03/test/" "tdrive:/test" "-vv" "--no-traverse" "--max-transfer" "700G" "--stats" "5s" "--transfers=100" "--fast-list" "--tpslimit" "7" "-c" "--checkers=100" "--drive-service-account-file=/opt/sa-json/service24@SERVICE.json"]

  4. 2020/03/18 21:46:19 DEBUG : Using config file from "/home/pgblitz03/.config/rclone/rclone.conf"

  5. 2020/03/18 21:46:19 INFO : Starting HTTP transaction limiter: max 7 transactions/s with burst 1

  6. 2020/03/18 21:46:19 INFO : Google drive root 'test': Waiting for checks to finish

  7. 2020/03/18 21:46:19 INFO : Google drive root 'test': Waiting for transfers to finish

  8. 2020/03/18 21:46:19 INFO :

  9. Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -

  10. Elapsed time: 0.0s*

What is your rclone version (output from rclone version )

1.51

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 18.04 LTS

Which cloud storage system are you using? (eg Google Drive)

Shared Drive (Google)

The command you were trying to run (eg rclone copy /tmp remote:tmp )

I am running a script. * 1. #!/bin/bash

  • COUNTER=1

  • SOURCE="/home/pgblitz03/test/"

  • DESTINATION="tdrive:/test"

  • while [ $COUNTER -lt 100 ]; do

  • echo Using service account $COUNTER

  • /usr/bin/rclone move $SOURCE $DESTINATION -vv --no-traverse --max-transfer 700G --stats 5s --transfers=100 --fast-list --tpslimit 7 -c --checkers=100 --drive-service-account-file=/opt/sa-json/service$COUNTER@marine-alchemy-270404.iam.gserviceaccount.com.json \

  • let COUNTER=COUNTER+1

  • done*

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp )

The log part is shown under the ( What is the problem you are having with rclone?) section.

Apparently you cannot post links to pastebin????

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