How to check file integrity?

I copied some files from drive in my phone overnight while I was sleeping, when I woke up termux crashed. So I wanted to check the file integrity, and searched on google ways to that, but failed. What is the correct command for termux?

What is the problem you are having with rclone?

didn't find section in config file.

Run the command 'rclone version' and share the full output of the command.

rclone 1.58.1-termux

  • os/version: unknown
  • os/kernel: 4.19.127-g8f9631c3c-dirty (aarch64)
  • os/type: android
  • os/arch: arm64
  • go/version: go1.18.1
  • go/linking: dynamic
  • go/tags: noselfupdate
1.58.1-termux

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 check source:path/to/ remote:myremote

The rclone config contents with secrets removed.

type = drive
client_id = 
client_secret =
scope = drive
token = 
team_drive =
root_folder_id =

A log from the command with the -vv flag

Paste  log here

rclone check is the correct command. That will see if any files are missing and check the hashes.

You can also just received n the sync again.

The command doesn't run it fails, and says didn't find section in the config file. What does it mean?

It means you typed in a remote that doesn't exist, but since you don't have a full rclone.conf nor the command you are running, I can't specifically tell you what you typed incorrectly.

If you typed that, in your rclone.conf, it's expecting two remotes. One called "source:' and one called "remote:"

In the file you have, the name is snipped off and looks to be only one.

1 Like

I figured it out.

I was typing source and then the path. But I didn't understand the 𝘱𝘢𝘵𝘩 is the 𝘴𝘰𝘶𝘳𝘤𝘦. And 𝘳𝘦𝘮𝘰𝘵𝘦 is 𝘮𝘺𝘳𝘦𝘮𝘰𝘵𝘦.

:x: 𝚛𝚌𝚕𝚘𝚗𝚎 𝚌𝚑𝚎𝚌𝚔 𝚜𝚘𝚞𝚛𝚌𝚎:𝚙𝚊𝚝𝚑/𝚝𝚘/ 𝚛𝚎𝚖𝚘𝚝𝚎:𝚖𝚢𝚛𝚎𝚖𝚘𝚝𝚎

:white_check_mark: 𝚛𝚌𝚕𝚘𝚗𝚎 𝚌𝚑𝚎𝚌𝚔 "/𝚙𝚊𝚝𝚑/𝚝𝚘" "𝚖𝚢𝚛𝚎𝚖𝚘𝚝𝚎:"

Thank you.

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