Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 782 Bytes

macos.md

File metadata and controls

34 lines (24 loc) · 782 Bytes
title nav_order layout description parent
macOS
1
page
Install

Install on macOS

The recommended installation method is via Homebrew Cask.

If you plan to use Borg's mount feature to browse backups, you will need to install macFUSE and Borg's own tap:

$ brew install --cask macfuse
$ brew install borgbackup/tap/borgbackup-fuse

OR to install Borg without macFUSE/mount feature:

$ brew install borgbackup

Then, as last step install Vorta

$ brew install --cask vorta

Binary Install

If you don't use Homebrew, you can find releases on our Github page. This will usually work on the latest version of macOS only.