Rclone Sync Re-Downloading the same files every time

EDIT: added config file and log

EDIT2: Issue resolved. My storage volume decided it wanted to randomly unmount itself without warning so Rclone couldn't find the files. Once it was remounted, sync worked correctly.

Sorry for the confusion and thank you for the help!

What is the problem you are having with rclone?

hey guys,

I just finished downloading about 20TB from Google Drive (via a crypted remote) using the rclone sync command to my new backup server. After it finished, I ran the same rclone sync command again and its showing that it still needs to sync 20TB. The data is all here and accounted for but its not recognizing that its already downloaded it.

Any tips?

What is your rclone version (output from rclone version)

rclone v1.55.1
-os/arch:amd64
-go version: go1.15.8

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

centos 8 on the offsite server

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

google drive via crypted remote

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

rclone sync -P source: destination: 

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = XXXXX
client_secret = XXXXX
scope = drive
token = XXXXX
[crypt]
type = crypt
remote = gdrive:Rclone/Gdrive2
filename_encryption = standard
directory_name_encryption = true
password = XXXXX
password2 = XXXXX

A log from the command with the -vv flag


hi,
you left out the best parts of the help and support template, can you post that?

EDIT: info has been added. Let me know if i left off anything else important. I didnt mean to!
my apologies. Give me 5 minutes.

Issue resolved. My storage volume decided it wanted to randomly unmount itself without warning so Rclone couldn't find the files. Once it was remounted, sync worked correctly.

Sorry for the confusion and thank you for the help!

@mods, feel free to delete this thread if its cluttering up the forum.

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