dzhl
(dzhl)
December 29, 2021, 6:22am
1
BY DELETING THIS COMMENT, I AM CONFIRMING I HAVE READ THIS AND WILL USE THE TEMPLATE BELOW FOR MY POST.
What is the problem you are having with rclone?
I use the rclone copy command to copy the file several times and it creates multiple folders with the same name, for example "rclone copy 'GD1:folder1' 'GD1:copy/folder1' -P --drive-shared-with-me --drive-server-side-across-configs",folder1 is shortcut of sharedfolder ,if i run this command for two times,it will create two "copy" folder in GD1 root folder.how to solved it?
What is your rclone version (output from rclone version)
1.57
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 copy 'GD1:folder1' 'GD1:copy/folder1' -P --drive-shared-with-me --drive-server-side-across-configs
The rclone config contents with secrets removed.
Paste config here
A log from the command with the -vv flag
Paste log here
That’s a known issue but I can’t find the issue easily but you can check the GitHub and follow it.
dzhl
(dzhl)
December 30, 2021, 12:07am
3
is there someone can tell me how to reslove it?
You can’t.
You have to wait for the issue to get resolved as there isn’t a work around.
I found the issue and sorry as it does have a fix as I thought it was still open. Check the last comment on how to.
opened 11:01PM - 24 Apr 19 UTC
closed 01:13PM - 03 Apr 21 UTC
bug
Remote: Drive
#### What is the problem you are having with rclone?
If you run a server side c… opy twice, you get two of the same folders and it repeats.
#### What is your rclone version (output from `rclone version`)
rclone v1.47.0
- os/arch: linux/amd64
- go version: go1.12.4
#### Which OS you are using and how many bits (eg Windows 7, 64 bit)
ArchLinux
#### 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 copy --drive-shared-with-me GD:Test GD:Countries/Test -vv
#### A log from the command with the `-vv` flag (eg output from `rclone -vv copy /tmp remote:tmp`)
```
rclone copy --drive-shared-with-me GD:Test GD:Countries/Test -vv
2019/04/24 18:59:10 DEBUG : rclone: Version "v1.47.0" starting with parameters ["rclone" "copy" "--drive-shared-with-me" "GD:Test" "GD:Countries/Test" "-vv"]
2019/04/24 18:59:10 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2019/04/24 18:59:11 INFO : Google drive root 'Countries/Test': Waiting for checks to finish
2019/04/24 18:59:11 INFO : Google drive root 'Countries/Test': Waiting for transfers to finish
2019/04/24 18:59:17 INFO : (Public) U22.17.0.1 - Mastery Checklist by /u/Sekwah.xlsx: Copied (server side copy)
2019/04/24 18:59:17 INFO : TestSheet.xlsx: Copied (server side copy)
2019/04/24 18:59:17 INFO : Test2.xlsx: Copied (server side copy)
2019/04/24 18:59:17 INFO :
Transferred: off / off, -, 0 Bytes/s, ETA -
Errors: 0
Checks: 0 / 0, -
Transferred: 3 / 3, 100%
Elapsed time: 7.7s
2019/04/24 18:59:17 DEBUG : 8 go routines active
2019/04/24 18:59:17 DEBUG : rclone: Version "v1.47.0" finishing with parameters ["rclone" "copy" "--drive-shared-with-me" "GD:Test" "GD:Countries/Test" "-vv"]
[felix@gemini scripts]$ rclone copy --drive-shared-with-me GD:Test GD:Countries/Test -vv
2019/04/24 18:59:23 DEBUG : rclone: Version "v1.47.0" starting with parameters ["rclone" "copy" "--drive-shared-with-me" "GD:Test" "GD:Countries/Test" "-vv"]
2019/04/24 18:59:23 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2019/04/24 18:59:24 INFO : Google drive root 'Countries/Test': Waiting for checks to finish
2019/04/24 18:59:24 INFO : Google drive root 'Countries/Test': Waiting for transfers to finish
2019/04/24 18:59:28 INFO : Test2.xlsx: Copied (server side copy)
2019/04/24 18:59:29 INFO : (Public) U22.17.0.1 - Mastery Checklist by /u/Sekwah.xlsx: Copied (server side copy)
2019/04/24 18:59:29 INFO : TestSheet.xlsx: Copied (server side copy)
2019/04/24 18:59:29 INFO :
Transferred: off / off, -, 0 Bytes/s, ETA -
Errors: 0
Checks: 0 / 0, -
Transferred: 3 / 3, 100%
Elapsed time: 6.3s
2019/04/24 18:59:29 DEBUG : 8 go routines active
2019/04/24 18:59:29 DEBUG : rclone: Version "v1.47.0" finishing with parameters ["rclone" "copy" "--drive-shared-with-me" "GD:Test" "GD:Countries/Test" "-vv"]
```
