What is the problem you are having with rclone?
When I rclone copy
from Drive to a local directory, I sometimes get messages like
2024/07/11 17:38:26 NOTICE: Data Science/OXT_Template.pptx: Duplicate object found in source - ignoring
I looked into the particular case above and found that it was when there's a Google Docs native sheet called OXT_Template
, but also an actual pptx file called OXT_Template.pptx
at the source.
It manifests itself in the Drive UI as:
Perhaps it is considered a "duplicate" because the Docs native OXT_Template
document is on-the-fly converted to a pptx format file OXT_Template.pptx
when rclone copy
is doing its thing, and that name-clashed with the existing OXT_Template.pptx
?
Is there any way to control how conflict resolution is handled for this particular case, whether to copy the actual .pptx file, or whatever file is generated by the native Docs document? I think I would prefer the latter if possible (though it won't always be the right thing to do.. our Drive is a bit of a mess with these "duplicates" but nothing to do about that now..).
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-91-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
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 name-of-our-remote: "some_name"
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[name-of-our-remote]
type = drive
client_id = XXX
client_secret = XXX
scope = drive.readonly
team_drive = XXX
token = XXX
root_folder_id =
A log from the command that you were trying to run with the -vv
flag
I'm sorry, I wasn't using the the -vv
flag when initially running this, and I don't want to re-run the exact rclone copy
command again right now since it will take quite some time. Let me know if it's crucial that I provide output from -vv
and I can run that later.
Below is an excerpt of the output of rclone copy name-of-our-remote: "some_name"
which is what I ran:
2024/07/11 17:38:26 NOTICE: Data Science/OXT_Template.pptx: Duplicate object found in source - ignoring