Skip to main content

347 posts tagged with "Cloud Storage"

Posts about Cloud Storage.

View All Tags

Manage Outscale Storage — Sync and Backup Files with RcloneView

· 4 min read
Morgan
Staff Engineer

Browse, sync, and back up Outscale Object Storage buckets from a graphical interface instead of juggling raw S3 credentials on the command line.

Outscale Object Storage is accessed through rclone's S3-compatible protocol, which means setup requires an Access Key, Secret Key, and endpoint — details that are easy to mistype in a config file. RcloneView wraps that setup in a guided form and adds a full file explorer, sync engine, and job scheduler on top, so teams already storing data on Outscale can manage it the same way they manage every other remote.

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.

Combine Remote — Merge Multiple Cloud Folders into One Tree in RcloneView

· 4 min read
Alex
Principal Engineer

Stop bouncing between five remote tabs — RcloneView's Combine remote stitches folders from different cloud providers into one virtual folder tree.

Picture a video production studio that stores raw footage on Google Drive, project files on Dropbox, and finished renders on Backblaze B2. Each remote works fine on its own, but "where's the master edit for Project X" means checking three tabs every time. RcloneView's Combine remote — one of rclone's virtual remote wrappers — solves this by presenting several upstream folders as named subdirectories inside a single virtual remote, so the whole production lives under one root without physically moving any files.

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.

Manage Uloz.to Storage — Sync and Backup Files with RcloneView

· 3 min read
Casey
Product Manager

Stop juggling browser uploads to Uloz.to — manage the whole library from a desktop file explorer instead.

Uloz.to is a popular file hosting and storage service, but its web interface wasn't built for bulk backup, scheduled sync, or moving files between accounts and other clouds. RcloneView adds Uloz.to as a remote alongside your other storage, so you can browse it, back it up, and keep it in sync without ever opening a browser tab. RcloneView mounts and syncs 90+ providers from one window, on Windows, macOS, and Linux — Uloz.to is simply one more tab in the same interface.

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.

Cloud Storage for Property Management — Centralize Listings and Documents with RcloneView

· 3 min read
Tayson
Senior Engineer

Keep lease agreements, inspection photos, and vendor invoices synced across every property and every cloud account from a single desktop app.

A property management company juggling a portfolio of buildings often ends up with files scattered across multiple cloud accounts — one per property, one per owner relationship, or one inherited from an acquired portfolio. Finding a signed lease or an inspection photo shouldn't mean logging into five different web dashboards. RcloneView connects all of those accounts in one explorer, so staff can search, copy, and back up documents across properties without switching tools.

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.

Manage Linkbox Storage — Sync and Backup Files with RcloneView

· 4 min read
Kai
Junior Engineer

Bring Linkbox into your everyday file workflow with a full desktop explorer, scheduled backups, and one-click transfers to any other cloud.

Linkbox is a convenient option for storing and sharing files online, but its web interface isn't built for bulk file management, folder comparison, or recurring backup jobs. RcloneView adds a native desktop layer on top of Linkbox, giving you a proper file explorer, drag-and-drop uploads, and automated sync so Linkbox stops being an isolated storage silo and becomes part of a real multi-cloud workflow.

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.

Manage Google Drive Computers — Sync and Backup Files with RcloneView

· 4 min read
Jay
Tech Writer

The desktop folders that Google's Backup and Sync app pushes into Drive live outside your normal Drive tree — RcloneView connects to them directly so they can be browsed, copied, and backed up like any other remote.

When a workstation runs Google Drive's desktop client with "Back up my Computer" folders enabled, those files land in a section of Drive that standard remotes can't see by default — it's addressed by a computer ID, not a regular folder path. That makes it awkward to reach from a GUI, and awkward to fold into a broader backup or archive strategy. RcloneView exposes this as a configurable remote setting, so a Computers backup becomes just another source you can browse, filter, and copy alongside your regular cloud storage.

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.

Fix Cloud Sync Case Sensitivity Conflicts — Resolve Duplicate Files with RcloneView

· 4 min read
Tayson
Senior Engineer

"Report.pdf" and "report.pdf" look identical to Windows and macOS but are two different files to most cloud storage — a mismatch that quietly fills folders with duplicates until a sync job is built to catch it.

Windows and macOS format local drives as case-insensitive by default, so Invoice.pdf and invoice.pdf are treated as the same file on disk. Google Drive, Dropbox, Amazon S3, and most other cloud backends are case-sensitive, meaning they happily store both as separate objects. The result is folders that slowly accumulate near-duplicate files, sync jobs that seem to "create" copies out of nowhere, or overwrite loops where a rename on one device never quite matches the version already sitting in the cloud. RcloneView won't change how the underlying filesystems behave, but it gives you the visibility and controls to catch these conflicts before they turn into a mess.

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.

Manage HDFS Storage — Sync and Backup Files with RcloneView

· 4 min read
Kai
Junior Engineer

Hadoop clusters hold years of processed data, but moving that data between on-prem storage and the cloud usually means dropping into scripts and CLI tools — RcloneView gives HDFS a visual home instead.

Hadoop Distributed File System (HDFS) is the storage layer behind countless on-premise big data pipelines, but it doesn't come with a friendly way to inspect, transfer, or archive that data outside the Hadoop ecosystem. RcloneView connects to HDFS as a protocol-based remote alongside SFTP, FTP, and WebDAV, so a data engineer can browse cluster contents in a familiar file explorer and move datasets to and from cloud storage without writing a distcp job or a custom script. It runs the same on Windows, macOS, and Linux, which matters when your data team isn't all on the same operating system.

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.

Manage Google Drive Shared With Me — Sync and Backup Files with RcloneView

· 4 min read
Alex
Principal Engineer

Files other people share with you live in a separate space from your own Drive — RcloneView lets you browse, back up, and sync that shared content just as easily as your own files.

Google Drive's "Shared with Me" section holds every file and folder that colleagues, clients, or collaborators have shared with your account, but it isn't part of your regular Drive folder tree by default. That separation makes shared content easy to lose track of, especially when a client folder needs to be archived locally or mirrored to another cloud for safekeeping. RcloneView solves this by connecting to the Shared with Me space as its own browsable remote, so you can treat shared content like any other folder in your workflow.

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.

Cloud Storage for K-12 Schools — Secure Backup and Data Management with RcloneView

· 4 min read
Morgan
Staff Engineer

K-12 schools juggle Google Workspace for Education, Microsoft 365, and local NAS drives — RcloneView brings all of them into a single, schedulable backup system without requiring command-line expertise from your IT staff.

School IT teams face a challenge that repeats every year: new students arrive with empty accounts, returning students need files available across devices, and graduating students leave behind data that must be archived before their accounts close. Most districts run both Google Drive and OneDrive simultaneously for different departments, creating a fragmented storage picture that's difficult to back up reliably. RcloneView connects to both via OAuth — and to S3-compatible archives, NAS devices, and any WebDAV server — from one interface. Unlike mount-only tools, RcloneView also syncs and compares folders across cloud providers on the FREE license.

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.