Rclone Check Export

What is the problem you are having with rclone?

I'm migrating around 50TB of data from a server to Google Drive, and I need to gather some reports that compare the source and destination for the top-level folders, and flags any differences/missing files. I'm using Rclone check which works great, but I need to export it and share it with my team, is there any way to export this data (and specifically which files are different/missing) into a file?

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

rclone v1.53.1-DEV

  • os/arch: freebsd/amd64
  • go version: go1.16.4

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 "<SourcePath:>" "<Destpath:>" --one-way -v

hello and welcome to the forum,

need to update to latest stable v1.62.2
https://rclone.org/downloads/#script-download-and-install

https://rclone.org/commands/rclone_check/#options

--missing-on-dst string   Report all files missing from the destination to this file
--missing-on-src string   Report all files missing from the source to this file

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