https://github.com/mearman/homebrew-freefilesync
https://github.com/mearman/homebrew-freefilesync
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mearman/homebrew-freefilesync
- Owner: Mearman
- Created: 2023-04-05T18:53:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T07:16:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T01:09:34.074Z (2 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Casks
- [Casks](#casks)
- [FreeFileSync](#freefilesync)
- [Installation](#installation)
- [Updating FreeFileSync](#updating-freefilesync)
- [GPT4All](#gpt4all)### FreeFileSync
This repository is a [Homebrew](https://brew.sh) tap for the [FreeFileSync](https://www.freefilesync.org/) application. FreeFileSync is a folder comparison and synchronization software that optimizes file synchronization tasks and allows you to create and manage backup copies of your data.
#### Installation
To install FreeFileSync using this Homebrew tap, follow these steps:
1. Make sure you have [Homebrew](https://brew.sh) installed on your macOS system. If you don't have it yet, visit [https://brew.sh](https://brew.sh) and follow the installation instructions.
2. Tap this repository by running the following command:
```shell
brew tap Mearman/freefilesync
```3. Install the FreeFileSync cask:
```shell
brew install --cask freefilesync
```#### Updating FreeFileSync
To update FreeFileSync to the latest version, simply run:
```shell
brew update
brew upgrade --cask freefilesync
```### GPT4All