Utilities · head to head
Rclone vs VTScada

Rclone
Utilities
Command line sync and mount tool for around 70 cloud storage providers
- From
- Free
- Rated
- -

VTScada
Utilities
SCADA software for water, wastewater and remote telemetry with a published price list
- From
- $3395/one-time
- Rated
- -
The short version
- Only Rclone has a free tier, so it costs nothing to try first.
- Each has a real cost: Rclone sync deletes files at the destination to make it match the source, so one transposed argument between source and destination can wipe a backup and there is no undo.; VTScada licences are per installed PC rather than per system, so a redundant pair plus a development machine means paying three times unless you buy the discounted multi-server bundles.
- They diverge on capability: Rclone covers Unified backend model, VTScada covers Automatic version control.
- Prices and features above were last checked on 1 September 2026.
Where they differ
Only the attributes on which Rclone and VTScada actually diverge.
Identical on both: user rating (Not yet rated), category (Utilities).
What each one covers
Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.
Only in Rclone
- Unified backend model
- Crypt overlay
- FUSE mount
- Bisync
- Server-side transfers
- rclone serve
Only in VTScada
- Automatic version control
- Bundled historian
- Alarm notification
- Driver set included
- Redundancy and sync
- Thin clients
- Idea Studio
- Slippy maps
What people use each for
The jobs each tool is most often brought in to do.
Rclone
- Migrating tens of terabytes between two object storage providers without staging on local disknot VTScada
- Encrypted offsite backup to a cheap provider that you do not want reading your filenamesnot VTScada
- Mounting an object bucket for a media server that expects a filesystem pathnot VTScada
- Nightly one-way sync from an on-premises NAS to cloud storage as a second copynot VTScada
VTScada
- A municipal water authority with 60 remote pump stations on licensed radio that needs DNP3 polling and regulator-facing change recordsnot Rclone
- An oil and gas gathering operator polling wellsite RTUs over intermittent cellular links with store and forwardnot Rclone
- A small utility that must produce a defensible budget number before going to council for capital approvalnot Rclone
- An integrator standardising on one product where historian, alarming and dialler costs are inside the licence rather than quoted separatelynot Rclone
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Rclone
- Sync deletes files at the destination to make it match the source, so one transposed argument between source and destination can wipe a backup and there is no undo.
- Google Drive throttles the shared default OAuth client, so large jobs stall until you register a private API client ID, a step that is documented but easy to miss until a migration is already days behind.
- Millions of small files hit per-provider request ceilings rather than bandwidth limits, which makes transfer time nearly impossible to estimate from data volume alone.
- The FUSE mount is not a real filesystem; applications that expect POSIX locking, partial writes or fast directory listings will behave badly or corrupt state on network interruption.
- Support is a community forum and a single principal maintainer, so an organisation that needs contractual response times on a data movement tool has no vendor to buy that from.
VTScada
- Licences are per installed PC rather than per system, so a redundant pair plus a development machine means paying three times unless you buy the discounted multi-server bundles.
- Thin client licensing is by concurrent connection and is priced steeply at scale: unlimited thin clients on a 50,000 tag system costs 59,395 USD on top of the base licence, more than the base licence itself.
- It is Windows only with no Linux or container deployment, which rules it out of modern edge and virtualised architectures that other SCADA products now support.
- SupportPlus at 15 percent of the original software price must be maintained continuously; if you let it lapse you cannot simply resume, and reinstatement is negotiated rather than published.
- The scripting environment and the integrator pool are both proprietary and small, so finding a second-source integrator in a region where Trihedral has thin coverage is genuinely difficult.
Pricing, plan by plan
Rclone
Free- RcloneFree
- MIT licence with no paid edition
- All backends and features included
- Single static binary, no runtime dependencies
VTScada
$3395/one-time- Base licence up to 1,000 I/O$3395/one-time
- Runtime and full historian
- All I/O drivers included
- Alarms and events
- Base licence up to 5,000 I/O$4295/one-time
- Runtime and full historian
- Development add-on 4,100 USD
- Alarm notification add-on 2,895 USD
- Single Server bundle, 5,000 I/O$19095/one-time
- Development node
- Alarm notification
- 2 thin clients
- Single Server bundle, 50,000 I/O$32495/one-time
- Development node
- Alarm notification
- 2 thin clients
Which should you pick?
Choose Rclone if
- You need unified backend model.
- You want to start without paying.
- You work on Windows, macOS, Linux, FreeBSD, Docker.
- You also want crypt overlay.
Choose VTScada if
- You need automatic version control.
- You work on Windows.
- You also want bundled historian.
Questions people ask
- Is Rclone or VTScada better?
- Neither clearly leads. Rclone starts at Free and VTScada at $3395/one-time, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Rclone or VTScada?
- Rclone has a free tier; the other does not. Paid plans start at Free for Rclone and $3395/one-time for VTScada.
- Does Rclone or VTScada run on more platforms?
- Rclone runs on Windows, macOS, Linux, FreeBSD, Docker. VTScada runs on Windows.
- Can I use Rclone for free?
- Yes. Rclone has a free tier, so you can try it without paying. VTScada starts at $3395/one-time.
- What is Rclone best used for?
- Rclone is most often used for migrating tens of terabytes between two object storage providers without staging on local disk, encrypted offsite backup to a cheap provider that you do not want reading your filenames, mounting an object bucket for a media server that expects a filesystem path, nightly one-way sync from an on-premises nas to cloud storage as a second copy. Of those, migrating tens of terabytes between two object storage providers without staging on local disk and encrypted offsite backup to a cheap provider that you do not want reading your filenames are not what VTScada is typically brought in for.
- What can Rclone do that VTScada cannot?
- Rclone covers Unified backend model, Crypt overlay, FUSE mount, Bisync. VTScada covers Automatic version control, Bundled historian, Alarm notification, Driver set included.
Answered from the vendors’ own pages
Rclone: Does rclone cost anything at scale?
The software does not. Your storage provider bills egress and API requests, and a failed transfer that retries pays those charges twice.
VTScada: Is VTScada perpetual or subscription?
Perpetual. Licences are one-time purchases per installed PC, with an optional annual SupportPlus contract at 15 percent of the original software price.
Rclone: Can I use it as a backup tool?
It copies and syncs but does not do versioned incremental backup by default. Use it under a backup tool, or use its own crypt and backup-dir options deliberately.
VTScada: Are drivers extra?
No. Standard and proprietary I/O drivers, the historian, trending, reporting and security are all included in the base licence.
Rclone: Why is my Google Drive transfer so slow when my link is fast?
You are almost certainly rate limited on the shared OAuth client. Create your own client ID in Google Cloud Console and configure the remote to use it.
VTScada: What does support actually cost?
Annual SupportPlus is 15 percent of total software purchase price. Adding 24/7 emergency support is a further 5 percent with a 1,540 USD minimum.
VTScada: Does it run on Linux?
No. VTScada is Windows only.
Related pages
Other head to heads
- Rclone vs FreeFileSync
- Rclone vs Syncthing
- Rclone vs Paste
- Rclone vs 7-Zip
- Rclone vs McDonalds
- Rclone vs Google Lens
- Rclone vs HWiNFO
- Rclone vs Ventoy
- Rclone vs Maccy
- Rclone vs Calsense
- Rclone vs Transmission
- Rclone vs AutoHotkey
- Rclone vs Find My
- Rclone vs Hazel
- Rclone vs Magnet
- Rclone vs Sedaru
- Rclone vs CrystalDiskInfo
- Rclone vs EcoStruxure Geo SCADA Expert
- Rclone vs BetterTouchTool
- Rclone vs Deluge
- Rclone vs Karabiner-Elements
- Rclone vs qBittorrent
- Rclone vs Starbucks
- Rclone vs WizTree
- Rclone vs Yelp
- Rclone vs balenaEtcher
- Rclone vs Dominos
- VTScada vs FreeFileSync
- VTScada vs Syncthing
- VTScada vs Paste
- VTScada vs 7-Zip
- VTScada vs McDonalds
- VTScada vs Google Lens
- VTScada vs HWiNFO
- VTScada vs Ventoy
- VTScada vs Maccy
- VTScada vs Calsense
- VTScada vs Transmission
- VTScada vs AutoHotkey
- VTScada vs Find My
- VTScada vs Hazel
- VTScada vs Magnet
- VTScada vs Sedaru
- VTScada vs CrystalDiskInfo
- VTScada vs EcoStruxure Geo SCADA Expert
- VTScada vs BetterTouchTool
- VTScada vs Deluge
- VTScada vs Karabiner-Elements
- VTScada vs qBittorrent
- VTScada vs Starbucks
- VTScada vs WizTree
- VTScada vs Yelp
- VTScada vs balenaEtcher
- VTScada vs Dominos
