Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsyncosx/rsyncosx
A GUI for rsync
https://github.com/rsyncosx/rsyncosx
backup swift swiftui
Last synced: 3 days ago
JSON representation
A GUI for rsync
- Host: GitHub
- URL: https://github.com/rsyncosx/rsyncosx
- Owner: rsyncOSX
- Created: 2024-08-24T18:00:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T05:53:32.000Z (12 days ago)
- Last Synced: 2025-01-02T06:42:47.676Z (12 days ago)
- Topics: backup, swift, swiftui
- Homepage: https://rsyncui.netlify.app/docs/
- Size: 509 KB
- Stars: 28
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hi there 👋
Please be aware of the main repository is commited with the *latest development*. There might be
some not yet known issues in code. Stable code might be downloaded from the latest release.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`.#### 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.### RsyncUI (Swift, SwiftUI)
[![GitHub license](https://img.shields.io/github/license/rsyncOSX/RsyncUI)](https://github.com/rsyncOSX/RsyncUI/blob/main/Licence.MD)
![GitHub Releases](https://img.shields.io/github/downloads/rsyncosx/RsyncUI/v2.2.5/total)
![GitHub Releases](https://img.shields.io/github/downloads/rsyncosx/RsyncUI/v2.2.3/total)
[![GitHub issues](https://img.shields.io/github/issues/rsyncOSX/RsyncUI)](https://github.com/rsyncOSX/RsyncUI/issues)**RsyncUI** is released for *macOS Sonoma and later*.
| App | UI | Latest version |
|---------|---------------------|-----------------------------------------------------------------------------------------------------|
| RsyncUI | SwiftUI, declarativ | v2.2.5 - [8 January 2025](https://github.com/rsyncOSX/RsyncUI/releases) - in **active development** |The [user guide](https://rsyncui.netlify.app/docs/) and [changelog](https://rsyncui.netlify.app/blog/)
![](images/rsyncui.png)
### RsyncOSX (Swift, Storyboard) - archived
[![GitHub license](https://img.shields.io/github/license/rsyncOSX/RsyncOSX_archived)](https://github.com/rsyncOSX/RsyncOSX/blob/master/Licence.MD)
![GitHub Releases](https://img.shields.io/github/downloads/rsyncosx/RsyncOSX_archived/v6.8.0/total)**RsyncOSX** is released for *macOS Big Sur* and later.
| App | UI | Latest version |
| ----------- | -------- | -------- |
| RsyncOSX | Storyboard, imperativ | v6.8.0 - [13 April 2023](https://github.com/rsyncOSX/RsyncOSX_archived/releases) - **not maintained**, **archived** and readonly |