How can I refresh comparing remote and local storage files?

What is the problem you are having with rclone?

Hi

I copied local to Google Team drive. Then erase file from Google Team drive. Then recopy local to Google Team Drive .

But it not works. It skips process. I think Rclone recognize file from Google Team Drive. How can I refresh comparing files?

What is your rclone version (output from rclone version)

1.52.0

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

linux on NAS(QNAP)

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

Google Team DRive

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

Paste command here

rclone copy /share/Data "Google Team Drive";/

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

sorry, not understanding what you mean?

you need to post debug log
run the same command and add -vv

You don't have to be sorry
It's my mistake I should have explained more specifically.

-vv results like below


[~] # rclone copy /share/CACHEDEV1_DATA/Test/Test Crypt:/ --config=/share/CACHED EV1_DATA/Data/rclone.conf -vv
2020/06/15 14:50:16 DEBUG : rclone: Version "v1.52.0" starting with parameters [ "rclone" "copy" "/share/CACHEDEV1_DATA/Test/Test" "Crypt:/" "--config=/share/CAC HEDEV1_DATA/Data/rclone.conf" "-vv"]
2020/06/15 14:50:16 DEBUG : Using config file from "/share/CACHEDEV1_DATA/Data/r clone.conf"
2020/06/15 14:50:17 INFO : test.txt: Copied (new)
2020/06/15 14:50:17 INFO : 테스트 폴더/test2.txt: Copied (new)
2020/06/15 14:50:17 DEBUG : Encrypted drive 'Crypt:/': Waiting for checks to fin ish
2020/06/15 14:50:17 DEBUG : Encrypted drive 'Crypt:/': Waiting for transfers to finish
2020/06/15 14:50:17 INFO : 테스트 폴더/test3.txt: Copied (new)
2020/06/15 14:50:17 INFO :
Transferred: 96 / 96 Bytes, 100%, 82.646 kBytes/s, ETA 0s
Transferred: 3 / 3, 100%
Elapsed time: 0.0s

2020/06/15 14:50:17 DEBUG : 2 go routines active


But nothing copied to Google Drive.
I think Rclone recognize there is same file so rclone skipping copy.
I erased all the file yesterday.

looks like rclone copied 3 files

can you do rclone ls Crypt: -vv
post the command and output

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