PricingP2PEncrypted ChatDesktop App
Upload a file

How to Back Up Files to the Cloud — Step-by-Step Guide 2026

Brendan Gray, Founder & Developer

How to back up files to the cloud — guide for Windows, Mac, iPhone, Android

A drive failure happens without warning. A laptop gets stolen. A house fire destroys every device you own. Cloud backup is the insurance policy that makes these events recoverable rather than catastrophic. Here's exactly how to do it on every platform — and how to do it without handing your files to a company that can read them.

Why Local Backup Isn't Enough

Many people back up to an external hard drive and consider themselves protected. The problem: the drive is usually in the same location as the computer. Fire, flood, theft, or power surge can destroy both simultaneously. An off-site backup — in the cloud — is categorically different: it survives local disasters.

Hard drive failure rates: Consumer drives have a 5-year annualized failure rate of 1-2%. After 3 years, the risk increases substantially. If you have never had a drive fail, you have been lucky — not safe.

The 3-2-1 Backup Rule

The industry standard for data protection:

  • 3 copies of your data
  • On 2 different storage media types (e.g., internal SSD + external drive, or internal SSD + cloud)
  • With 1 copy off-site (cloud storage qualifies)

For most people, this means: original files on your computer (copy 1) + external drive backup (copy 2) + cloud backup (copy 3, off-site). Any two of these could be lost simultaneously, and you still have a recovery path.

Method 1 — Windows Backup to OneDrive (Automatic)

Windows 10 and 11 have built-in cloud backup via OneDrive:

  1. Open Settings > Windows Backup (or search "Windows Backup" in Start)
  2. Sign in with a Microsoft account
  3. Toggle on Back up my files — this syncs Desktop, Documents, Pictures, Videos automatically
  4. Verify free storage: Microsoft provides 5 GB free; 100 GB is $1.99/month

Files changed on your PC appear in OneDrive within minutes. If your PC is stolen or fails, sign in to any Windows PC with the same Microsoft account and your files reappear automatically.

Method 2 — Mac Backup to iCloud Drive (Automatic)

  1. Open System Settings > Apple ID > iCloud
  2. Enable iCloud Drive
  3. Click iCloud Drive Options and check Desktop & Documents Folders
  4. All files in Desktop and Documents sync automatically

5 GB free. iCloud+ plans: 50 GB for $0.99/month, 200 GB for $2.99/month, 2 TB for $9.99/month.

Enable Advanced Data Protection: System Settings > Apple ID > iCloud > Advanced Data Protection. This enables end-to-end encryption for iCloud Drive — Apple can no longer read your backed-up files. Off by default. Worth enabling.

Method 3 — Google Drive Desktop App (Windows or Mac)

  1. Download Google Drive desktop app
  2. Sign in to your Google account
  3. Choose Backup your computer during setup, or open Preferences > My Computer > Add Folder
  4. Select any folder to back up continuously

15 GB free (shared with Gmail and Photos). Google One: $2.99/month for 100 GB.

Method 4 — iPhone Automatic Cloud Backup

  1. Go to Settings > [Your Name] > iCloud
  2. Tap iCloud Backup and enable it
  3. Tap Back Up Now for an immediate backup
  4. Backups run automatically when your iPhone is charging, locked, and on Wi-Fi

The free 5 GB iCloud tier fills quickly with iPhone backups. Consider upgrading to iCloud+ 50 GB ($0.99/month) if backup fails due to insufficient storage.

Method 5 — Android Backup to Google Drive

  1. Open Settings > Google > Backup
  2. Enable Back up to Google Drive
  3. Tap Back up now to run immediately
  4. Includes SMS, call history, contacts, app data, and photos (via Google Photos)

Method 6 — Encrypted Off-Site Backup with FileShot

Standard cloud backup services hold your encryption keys — meaning Google, Microsoft, or Apple can read your backed-up files. For documents you want off-site but inaccessible to your cloud provider, FileShot provides a different model:

  • Files are encrypted in your browser with AES-256-GCM before upload — the server receives only ciphertext
  • The decryption key lives in the URL fragment and is never transmitted to the server
  • You store the link; only someone with the exact link can decrypt and download
  • Set expiry: never-expiring links for backup purposes, or time-limited for sharing

This is ideal for specific files you want stored off-site with true zero-knowledge protection: tax documents, legal files, medical records, sensitive business data. Up to 10 GB per file free, with no account required.

FileShot.io — Zero-Knowledge Encrypted Off-Site Backup

Your file is encrypted before it leaves your browser. The server never sees the key.

Back Up a File Free →

Method 7 — Automated Backup with rclone (Power Users)

rclone is a free, open-source command-line tool that syncs files between any local directory and nearly any cloud storage provider. Supports Google Drive, OneDrive, S3, B2, SFTP, and dozens more.

# Install rclone, configure a remote, then sync:
rclone sync /local/documents remote:documents-backup --progress

Schedule with Windows Task Scheduler or Linux cron for automatic daily backups. rclone also supports server-side encryption (rclone crypt) to encrypt before upload to any backend.

What to Actually Back Up

Prioritize by irreplaceability:

  1. Documents — contracts, tax returns, IDs, passports
  2. Photos and videos — family photos are irreplaceable; software and downloads are not
  3. Code repositories — push to GitHub regularly; don't rely on a single disk
  4. Passwords/2FA — use a password manager with encrypted cloud sync
  5. Email archives — if critical, export periodically

You do not need to back up: operating system files, applications (reinstallable), or anything you can easily download again.

Backup Checklist

  • At least one off-site (cloud) copy exists — not just a local external drive
  • Backup runs automatically (not manually — you will forget)
  • Verify a restore works: download a backed-up file and open it
  • Sensitive files use zero-knowledge backup so the provider cannot read them
  • You know where your backup link or credentials are stored
See FileShot Business Plans →

100 GB+ plans for teams and businesses with compliance requirements.

← Back to Blog