Version 2.3.3
Sunday, February 09, 2025 in Blog
Categories:
Version 2.3.3 (build 133) - 9 February 2025 Release candidate. The rc also includes some internal refactor as well. You may browse the changes from version 2.3.2 to 2.3.3 by the Full Changelog on release page GitHub. From this release, the automatic …
Version 2.3.2
Wednesday, January 29, 2025 in Blog
Categories:
Version 2.3.2 (build 132) - 29 January 2025 Updates within this release: halting tasks update widgets hide the sidebar notifications, refactor of the observation part And there has been some minor internal updates as well. Halting tasks By …
Swift concurrency
Tuesday, January 28, 2025 in Blog
Categories:
To begin, I must acknowledge that my understanding of Swift concurrency is limited. I am actively learning about Swift and SwiftUI. RsyncUI is a graphical user interface (GUI) application; most of its work is executed on the main thread. However, …
Version 2.3.0
Thursday, January 16, 2025 in Blog
Categories:
Version 2.3.0 (build 130) - 15 January 2025 This version is released somewhat sooner than anticipated. Rsync version 3.4.1, protocol version 32, has recently been released and a minor bug, causing a fallback to the default version in macOS when the …
Version 2.2.5
Wednesday, January 08, 2025 in Blog
Categories:
Version 2.2.5 (build 128) - 8 January 2025 The next feature in RsyncUI is deep links. Deep links enable direct access to application features by using URL links. Notepad can store URLs. By using deep links, users can execute an estimate and …
URLs Notepad
Tuesday, January 07, 2025 in Blog
Categories:
A few samples of URL´s I am executing from Notepad. URL´s must start with rsyncuiapp://, if not RsyncUI will not recognize the command. My URL´s saved in Notepad for easy access and execution of my most used tasks. The Notepad page might also be …
Version 2.2.3
Friday, December 20, 2024 in Blog
Categories:
Version 2.2.3 (build 125) - 20 December 2024 The Verify remote feature is completed. If you are utilizing this feature, please ensure that you verify either push or pull before disabling the —dry-run option. This feature is primarily intended for …
Thoughts about Verify
Thursday, December 19, 2024 in Blog
Categories:
In future releases, it may be necessary to conduct a more thorough analysis of the output generated by rsync. However, for a brief test, the following was the outcome: The detailed output from rsync, utilizing the --itemize-changes arguments for …
Clean log snapshots
Thursday, December 19, 2024 in Blog
Categories:
When utilizing Snapshots, within the Snapshots View, the current snapshots on storage and log records are synchronized. On every log record for a snapshot synchronization task, the snapshot number is stored. The deletion of snapshots is a destructive …
Version 2.2.1
Saturday, November 30, 2024 in Blog
Categories:
Version 2.2.1 (build 120) - 30 November 2024 Occasionally, refactoring can result in unintended side effects. Verifying that a refactoring does not cause any issues can be challenging. However, when such an occurrence arises, it is crucial to …