Code Monkey home page Code Monkey logo

rsyncui's Introduction

Hi there 👋

RsyncUI and RsyncOSX are GUI´s on the Apple macOS platform for the command line tool rsync. The main difference between the two apps is how the User Interface (UI) is built. It is rsync which executes the synchronize data tasks in both apps. The GUI´s are only for organizing tasks, setting parameters to rsync and make it easier to use rsync. If you are on macOS Sonoma use RsyncUI. RsyncUI is under active development.

Install by Homebrew

Both apps might be installed by Homebrew or by direct Download. The apps are signed and notarized by Apple.

App Homebrew macOS Documentation
RsyncUI brew install --cask rsyncui macOS Sonoma rsyncui.netlify.app
RsyncOSX brew install --cask rsyncosx macOS Big Sur and later rsyncosx.netlify.app

Why two apps and latest versions

The development of RsyncOSX commenced in 2015 as a private project to learn Swift. In 2019, Apple released SwiftUI, which is a development framework for building user interfaces for iOS, iPadOS, watchOS, TVOS, and macOS. SwiftUI quickly became very popular and I commence another private project to learn SwiftUI. The model part of RsyncOSX was at that time quite stable, and I decided to refactor the GUI by SwiftUI. And that is the short story behind the two applications.

App Storage #lines #files UI Latest version Version 1.0.0
RsyncUI JSON about 11.5k 146 SwiftUI, declarativ v1.9.0 - 12 April 2024 6 May 2021
RsyncOSX JSON about 11K 121 Storyboard, imperativ v6.8.0 - 13 April 2023 14 March 2016

There is some more info about how is RsyncUI built.

Important to verify new tasks

The UI of RsyncUI and RsyncOSX can for users who dont know rsync be difficult and complex to understand. Setting wrong parameters to rsync can result in deleted data.RsyncUI nor RsyncOSX will not stop you for doing so. That is why it is very important to execute a simulated run, a --dry-run, and verify the result before the real run.

External task executing rsync

Please be aware it is an external task not controlled by RsyncUI or RsyncOSX, 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, the apps might become unresponsive.

RsyncUI (Swift, SwiftUI) - recommended GUI

GitHub license GitHub Releases Netlify Status GitHub issues

RsyncUI is released for macOS Sonoma. Latest build is 12 April 2024.

RsyncOSX (Swift, Storyboard) - bugfixes only

GitHub license GitHub Releases Netlify Status GitHub issues

RsyncOSX is released for macOS Big Sur and later. Latest build is 13 April 2023.

My github stats

rsyncui's People

Contributors

rsyncosx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rsyncui's Issues

Fails when firstly opened "RsyncUI > Settings"

Environment

$ uname -a
Darwin pworks-laptop.local 23.0.0 Darwin Kernel Version 23.0.0: Tue Jul 18 20:35:19 PDT 2023; root:xnu-10002.0.199.505.1~3/RELEASE_ARM64_T8103 arm64

macOS 14.0 Beta (23A5301h) on MacBook Air (M1 chip)

Steps

  1. Open RsyncUI (which is the "first-time")
  2. Select RsyncUI from the global menu, then press Settings

Expected behavior

Opens the settings panel

Actual behavior

An error dialog appears with title The file "configurations.json" couldn't be opened because there is no such file. and message The file doesn't exist.

Window too wide for my display

I use a display that is 1200px wide, and the RsyncUI window won't fit as it's 1300px wide.

Any chance it can be made to be more adjustable?

Thanks

Unable to sync with working params

  1. Run rsync sync via CLI, it works fine :)
  2. Using the same parameters in RsyncUI, it never finishes sync or complains that a error happend.

Command that works via CLI but not in RsyncUI:
/usr/bin/rsync --archive --verbose --compress --delete --password-file /Users/traace/rsync-nas-pw --stats /Users/traace/Documents/ rsync://[email protected]/MP1_Storage/RSync/Studio1/Documents/

Using real rsync daemon as backend, without SSH. MP1_Storage is module location.

Issue in Update

There is an issue in the latest released dmg, the Update function of tasks was by accident deleted when cleaning the code. It is now back in code. The fix will be released as part of version 1.2.0 when macOS Monterey is released.

Older releases?

Please compile the app to be compatible with macOS 10.14+ or make your older releases available. Most people aren't running macOS Monterey yet, and don't have XCode installed either.

Big Sur

I downloaded the latest release and my Mac doesn't want to run it.

Crash if click on left menu items before end of confetti animation

Hi, I'm using this tool and I want to highlight this little issue that I have encountered.

System:

Mac mini M1 8/256 with Sonoma 14.2.1
RsyncUI 1.82
rsync 3.2.7

If I click on one of the left menù items (Synchronize, Quick Synchronize, Rsync parameters, ecc...) before the end of the confetti animation that we have during the startup, the app crashes.

If I wait, it works correctly without issues.

Dump is attached

rsyncui.log

Thank you :)

No icons in GUI

Hi,

Yesterday I test 1.7.1 and 1.7.2, is it normal that i not see any icon in GUI ?

Screenshot 2023-09-25 at 11 00 40

I'm on a fresh 12.6.9.

regards,

Crash after launch

  1. Start RsyncUI
  2. Click anything
  3. Get a crash report

Sometimes (1/10) it doesn't crash and works. But then it cannot sync at all (see my other issue)

RsyncUI Version 1.7.1 (83) using Ventura 13.5.2 (22G91) not working

Is anyone having issues with RsyncUI Version 1.7.1 (83) using Ventura 13.5.2 (22G91)?
In Quick Sync, I can execute a dry run but not the actual run.
Remote user and server check marks cant be selected (greyed out)
When I select menu, tasks, execute nothing happens.
Screenshot 2023-09-20 at 2 58 25 PM

No homebrew formula (yet) and status bar problem in dark mode

Hi, I really like both of your Rsync apps, and I am just exploring the new app for Monterey. Two questions upfront:

  1. Will there be a homebrew cask just like RsyncOSX? It seems to be missing currently.
  2. It seems to me that the status bar is very rudimentary when in dark mode - basically a blue dot growing further. Is this intended?

The blue dot also looks quite funny because it somehow "hangs down" on the right end :-) EDIT: I see, this shall become a circle, sorry for that 👍

Bildschirmfoto 2021-12-29 um 21 03 50

Many thanks for this, makes rsync jobs so much better!

Just documenting for future reference: kernel panics in Monterey when using SMB shares

I just wanted to document this from the CCC website because I am also affected by this:

Apple's SMB filesystem client causes system stalls, random application crashes, and may lead to kernel panics

We have received several reports (primarily from Apple Silicon Mac users) of unruly macOS behavior that occurs while copying files to an SMB-mounted NAS volume. The behavior includes the following:

  • Random application crashes
  • Prompts to grant various macOS system services access to the login keychain (i.e. because the service that retains the unlocked keychain reference crashed, thus locking the keychain)
  • Laggy mouse behavior
  • System stalls that eventually end with a reboot and kernel panic report

Workaround: Users that reported similar trouble on macOS Big Sur reported that using AFP rather than SMB consistently resolved these behaviors

I also experience this when using rsync in Monterey, both command line and with both of your apps. So I wanted to "warn" you just in case that a user complaint comes in.

Source: https://bombich.com/kb/ccc6/macos-monterey-known-issues

Ready bo be closed after read.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.