Skip to main content

Folder Comparison Deep Dive — Detect Every Difference Between Cloud Storage Locations

· 4 min read
Tayson
Senior Engineer

You ran a backup last week. Did every file make it? Are the sizes correct? Is anything missing? The only way to know for sure is to compare the source and destination file by file. That's what Folder Comparison does.

Folder Comparison is one of RcloneView's most valuable features. It compares two storage locations — any combination of local, NAS, and cloud — and shows you exactly what's different. Missing files, size mismatches, date differences, and files unique to one side are all clearly identified.

RcloneView app preview

Manage & Sync All Clouds in One Place

RcloneView is a cross-platform GUI for rclone. Compare folders, transfer or sync files, and automate multi-cloud workflows with a clean, visual interface.

  • One-click jobs: Copy · Sync · Compare
  • Schedulers & history for reliable automation
  • Works with Google Drive, OneDrive, Dropbox, S3, WebDAV, SFTP and more
WindowsmacOSLinux
Get Started Free →

Free core features. Plus automations available.

What Folder Comparison Shows

File categories

After comparing two locations, files are categorized:

  • Match — File exists in both locations with the same size and modification time. ✅
  • Left only — File exists only in the source (left side). May need to be copied.
  • Right only — File exists only in the destination (right side). May be an orphan or extra copy.
  • Different — File exists in both locations but differs in size or date. May need to be updated.
Folder Comparison results

When to Use Folder Comparison

1) After backup — verify completeness

After any Copy or Sync job, compare source and destination:

  • All match? → Backup is complete.
  • Left only files? → These weren't backed up. Investigate why.
  • Right only files? → Files deleted from source but still in backup (expected with Copy jobs).

2) Before sync — preview changes

Before running a Sync job, compare to see what will change:

  • Left only → Will be copied to destination.
  • Right only → Will be DELETED from destination (Sync only!).
  • Different → Will be overwritten.

This is like a visual dry run.

3) After migration — confirm nothing is missing

After migrating from one cloud to another:

  • Compare old cloud vs new cloud.
  • Every file should be "match" or "right only" (already at destination).
  • Any "left only" files were missed and need re-transfer.

4) Regular audits — detect drift

Even with scheduled syncs, things can go wrong silently. Monthly comparisons catch:

  • Failed transfers that weren't reported.
  • Rate-limited files that were skipped.
  • Corrupted files (different sizes).
  • OAuth tokens that expired mid-job.

Practical Examples

Compare Google Drive and S3 backup

Source: Google Drive (primary). Destination: S3 (backup).

Expected results after a healthy backup:

  • Most files: Match ✅
  • Some "left only": Files added to Google Drive since last backup (will be copied next time).
  • Few "right only": Files deleted from Google Drive but retained in backup (this is good — your backup preserved them).

Compare two NAS volumes

Left: NAS Volume 1 (active data). Right: NAS Volume 2 (mirror).

Any difference indicates the mirror is out of sync. Fix immediately.

Compare before decommissioning a cloud account

Before canceling Dropbox:

  1. Compare Dropbox vs Google Drive (where you migrated data to).
  2. Ensure zero "left only" files (everything from Dropbox is on Google Drive).
  3. Only then cancel Dropbox.

Comparison Options

Check methods

  • Size — Compare file sizes. Fast but doesn't catch bit-level corruption.
  • Modification time — Compare timestamps. Useful for detecting updated files.
  • Checksum — Compare file hashes (MD5, SHA1). Slowest but most thorough. Catches bit-rot and corruption.

For critical data, use checksum. For routine checks, size + modification time is sufficient.

Performance tips

  • Large directories (10,000+ files) — Comparison may take several minutes. Be patient.
  • Cross-cloud comparison — Requires listing both clouds. Use --fast-list for efficiency.
  • Narrow the scope — Compare specific subdirectories instead of the entire cloud for faster results.

Act on Differences

After comparison, you can act directly:

  • Left only files → Select and Copy to the right side.
  • Different files → Select and update on the right side.
  • Right only files → Review whether to keep or remove.

This makes Folder Comparison not just a diagnostic tool but a workflow tool.

Integrating with Batch Jobs

v1.3 Batch Jobs can include a comparison step:

  1. Copy source → destination.
  2. Compare source vs destination.
  3. Report any differences via Slack.

This automated verify-after-backup workflow ensures you always know the state of your backups.

Getting Started

  1. Download RcloneView from rcloneview.com.
  2. Add the two locations you want to compare.
  3. Run Folder Comparison between them.
  4. Review results — match, left only, right only, different.
  5. Act on differences — copy, update, or investigate.

If you can't verify it, you can't trust it.


Related Guides:

Supported Cloud Providers

Local Files
WebDAV
FTP
SFTP
HTTP
SMB / CIFS
Google Drive
Google Photos
Google Cloud Storage
OneDrive
Dropbox
Box
MS Azure Blob
MS File Storage
S3 Compatible
Amazon S3
pCloud
Wasabi
Mega
Backblaze B2
Cloudflare R2
Alibaba OSS
Ceph
Swift (OpenStack)
IBM Cloud Object Storage
Oracle Cloud Object Storage
IDrive e2
MinIO
Storj
DigitalOcean Spaces