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