https://github.com/rsyncOSX/RsyncOSX
A macOS GUI for rsync.
https://github.com/rsyncOSX/RsyncOSX
backup nas rsync swift swiftui xcode
Last synced: 23 days ago
JSON representation
A macOS GUI for rsync.
- Host: GitHub
- URL: https://github.com/rsyncOSX/RsyncOSX
- Owner: rsyncOSX
- License: mit
- Created: 2016-09-27T11:46:37.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T06:21:05.000Z (9 months ago)
- Last Synced: 2024-07-14T07:29:18.123Z (9 months ago)
- Topics: backup, nas, rsync, swift, swiftui, xcode
- Language: Swift
- Homepage: https://rsyncosx.github.io/RsyncOSX/
- Size: 220 MB
- Stars: 1,333
- Watchers: 29
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tools - RsyncOSX - rsync GUI. (Cloud Storage / Dependency Management)
- project-awesome - rsyncOSX/RsyncOSX - A macOS GUI for rsync. (Swift)
README
## Hi there 👋
[](https://github.com/rsyncOSX/RsyncUI/blob/main/Licence.MD)


[](https://github.com/rsyncOSX/RsyncUI/issues)This is the repository for RsyncUI, a SwiftUI based macOS application. RsyncUI is released for *macOS Sonoma and later*.
RsyncUI is a GUI on the Apple macOS platform for the command line tool [rsync](https://github.com/WayneD/rsync). It is `rsync` which executes
the synchronize data tasks. The GUI is *only* for organizing tasks, setting parameters to `rsync` and make it easier to use `rsync`.
The [user documentation](https://github.com/rsyncOSX/mydocsy) is based upon a fork of the excellent Hugo based theme Docsy.If you find RsyncUI useful, I would appreciate it if you could consider giving me a star on the [RsyncUI repository](https://github.com/rsyncOSX/RsyncUI).
Each star serves as motivation for me to continue developing RsyncUI.
| App | UI | Latest version |
|---------|---------------------|-----------------------------------------------------------------------------------------------------|
| RsyncUI | SwiftUI, declarativ | v2.4.1 - [21 March 2025](https://github.com/rsyncOSX/RsyncUI/releases) - in **active development** |
| | | [user guide](https://rsyncui.netlify.app/docs/) and [changelog](https://rsyncui.netlify.app/blog/) |### Install by Homebrew
RsyncUI might be installed by Homebrew or by direct Download. It is signed and notarized by Apple.
| App | Homebrew | macOS |
| ----------- | ----------- | ----------- |
| RsyncUI | `brew install --cask rsyncui` | macOS Sonoma and later |### External task executing rsync
Please be aware it is an external task *not controlled* by RsyncUI, which executes the command-line tool rsync. The progress and termination of the external
rsync task are monitored. The user can abort the task at any time. Please let the abort finish and cleanup properly before starting a new task.
It might take a few seconds. If not, RsyncUI might become unresponsive.