Sometime files copying to the selected folder and sometimes not

What is the problem you are having with rclone?

I copied some files server-side using
rclone copy "gd1:/test1/" "gd2:/test1/" -P
rclone copy "gd1:/test2/" "gd2:/test2/" -P

The files in the gd1:test1 folder are copied to gd2: test/test1files but the files in the gd1:test2 folder are not copied to gd2:test2/t̶e̶s̶t̶2̶f̶i̶l̶e̶s̶, these files are copied to the root means gd2:test2files

Looks like you didn't understand well, look at it
rclone copy "gd1:/test1/" "gd2:/test1/" -P Output:

                               |------------file1.txt
                               |
                               |
gd2 ---- test1 ----------------| -----------file2.txt
                               |
                               |
                               |------------file3.txt

rclone copy "gd1:/test2/" "gd2:/test2/" -P Output:

                               |------------test2
                               |
                               |
                               |------------file1.txt
gd2 ---------------------------|
                               |
                               |------------file2.txt
                               |
                               |
                               |------------file3.txt

same comment but different output??

What is your rclone version (output from rclone version)

rclone v1.55.0-DEV

  • os/type: android
  • os/arch: arm64
  • go/version: go1.16
  • go/linking: dynamic
  • go/tags: none

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

Android 10, 64bit

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

Google Drive

Without a log file, there is not much else to look at.

1 Like

how can i make the log file?

It's part of the help template as you run the command with -vv

A log from the command with the -vv flag

You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/

Paste  log here
1 Like

Can you also show the config of gd1 and gd2 please (XXX out the tokens)

1 Like

problem solved automatic somehow! :laughing:

problem solved automatic somehow!

1 Like

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