All Guides
Backup Guide

Back Up Mac Folders to a WebDAV Server with OurClone

Use OurClone to back up your macOS folders to any WebDAV server -- NextCloud, ownCloud, or your own -- with an encrypted repository and incremental snapshots.

Overview

WebDAV lets you point a backup at storage you actually control, whether that's a self-hosted NextCloud box, an ownCloud instance, or a plain Apache/Nginx WebDAV share. With OurClone, that server becomes an encrypted backup repository for your Mac, so the files you care about live somewhere you own.

Why a WebDAV Server Is a Solid Backup Target for Mac

WebDAV is the quiet workhorse of self-hosted storage. If you run NextCloud, ownCloud, or a simple WebDAV share on a VPS, you already have a backup destination you fully control -- no new vendor, no surprise quota. OurClone wraps that server in an encrypted repository so your Mac folders are both private and recoverable.

Picture a two-person studio keeping project files on a self-hosted ownCloud: instead of trusting a consumer drive, they snapshot ~/Projects straight to their own WebDAV server every week.

  • ๐Ÿ  Storage You Own -- A WebDAV server runs on hardware or a VPS you control, so retention and access rules are yours to set.
  • ๐Ÿ” Encrypted Before Upload -- OurClone encrypts repository data locally, so even your own server only ever stores ciphertext.
  • ๐Ÿงฉ Works With Many Backends -- The same flow targets NextCloud, ownCloud, or a generic WebDAV endpoint without changing how you back up.
  • ๐Ÿ’ป Any Mac Folder -- Back up ~/Documents, ~/Desktop, or a deep project tree, not just one designated sync folder.

Incremental Snapshots Keep WebDAV Backups Light

Re-uploading an entire folder every time is slow, and WebDAV servers on modest home connections feel that pain quickly. Incremental snapshots fix it: after the first full snapshot, only changed data is sent.

That matters most when your WebDAV box sits behind a residential upload link. The initial backup is the heavy one; everything after stays small and quick.

  • ๐Ÿš€ Only changed files and blocks move after the first snapshot
  • ๐Ÿ’พ Saves space on a server where you pay for the disk
  • ๐Ÿ” Plays nicely with the encrypted repository model
  • ๐Ÿ“… Keeps multiple restore points without storing full copies

Get Your WebDAV Details Ready First

A few minutes of prep prevents a failed first backup:

  • ๐Ÿ”— Find the Exact WebDAV URL -- On NextCloud and ownCloud it usually looks like https://your-server.com/remote.php/dav/files/USERNAME/. A generic server uses whatever path your admin set up.
  • ๐Ÿ”‘ Create an App Password if 2FA Is On -- NextCloud and ownCloud let you generate an app password under Settings โ†’ Security; use it instead of your login password when two-factor is enabled.
  • ๐Ÿ“ Pick the Right Folders -- Focus on files with real recovery value such as ~/Documents, ~/Pictures, or a project directory; skip caches and system files.
  • ๐Ÿ”’ Confirm HTTPS and Certificates -- Prefer an https:// URL with a valid certificate so credentials aren't sent in the clear.
  • ๐Ÿงช Start Small -- Test with one modest folder to confirm the URL, login, and restore path before moving large archives.

Backing Up to WebDAV with OurClone, Step by Step

Once you have the server URL and credentials, the whole flow takes only a few minutes.

  • ๐Ÿ”— Add Your WebDAV Server -- In Add Storage, choose WebDAV (or your specific provider), enter a custom name, then paste the WebDAV URL, username, and password or app password. Confirm to connect.
  • Add WebDAV to OurClone
  • ๐Ÿ“ฆ Create a Backup Repository -- Open Backup, create a repository, and choose a path on the WebDAV server (for example /ourclone-backups). Name it and set a repository password -- this password encrypts the backup and is required for every restore, so store it safely.
  • Create Backup Repository for WebDAV
  • ๐Ÿ—‚๏ธ Select Mac Folders and Snapshot -- Open the repository, click New Backup, and pick local folders such as ~/Documents or ~/Projects. Start the snapshot; the first run uploads everything, later runs are incremental.
  • Select macOS Folders to Back Up
  • ๐Ÿ•’ Watch the Task -- Go to Task โ†’ Backup & Restore to follow progress, speed, and any skipped files in real time.
  • Monitor Backup Task Progress
  • ๐Ÿ” Restore When Needed -- To recover, open the repository, pick a snapshot, click Restore, enter the repository password, and choose a local destination folder.
  • Restore Files from WebDAV Backup

Verify the Backup and Keep It Healthy

Creating a backup is only half the job -- confirm it actually worked.

  • ๐Ÿ“„ Check Task Status -- Under Task โ†’ Backup & Restore, a clean completion means the snapshot landed. Failed uploads and skipped files are flagged.
  • ๐Ÿงฉ Review Skipped Files -- Permission errors or locked files show up in the logs, so you can fix them without redoing the whole run.
  • ๐Ÿ” Trust the Encryption -- Because data is encrypted before it reaches the server, your WebDAV host stores only protected blocks tied to the repository.

Watch for Server-Side Changes

WebDAV setups drift: an app password can be revoked, a certificate can expire, or the server URL can change after a migration. If a backup suddenly fails, re-check the URL and regenerate the app password before re-running.

Run a Test Restore Early

Don't wait for a real emergency. Restore a small folder from a completed snapshot to confirm both that your backups are recoverable and that you still have the repository password.

Summary

OurClone connects to WebDAV with a server URL, username, and password (or app password), then turns that server into an encrypted restic-style repository. The first snapshot uploads your selection; later ones are incremental. Keep the repository password safe -- it's required to back up and to restore.

Try OurClone free

Connect your clouds, transfer across them, mount remotes as local folders, and create encrypted restic backups โ€” all from one desktop app. No command line required.

Download for macOS Download for Windows

See Free vs Pro plans โ†’

Related guides

Questions? [email protected]
โ†‘ Back to Top