Version 2.6.2

Version 2.6.2 (build 156) - July 21, 2025

Version 2.6.2 of RsyncUI require Xcode 26 and Swift 6.2 to compile.

Updates in this release

There was a request to display the % of completed transfer pr file. It seems difficult to pick up the correct info if like --info=progress2 is added as parameter to rsync. This parameter causes rsync to publish a lot of data, but it is difficult to get the correct info. You may test the parameter yourself by pasting the complete rsync command into a terminal window. But, instead a counter completed files was easy to add.

  • only UI updates, no model changes
  • added counter files completed and total number of files
    • the total number of files requiere an estimation run ahead of synchronization
    • the counter is displayed as part of the progress bar
  • consistent use of source and destination

ChatGPT says the following: In rsync documentation and usage, the most common terms are source and destination. These clearly indicate where the data is coming from and where it is going. While local and remote can be used when specifying locations across different systems, source and destination are universally applicable for both local and remote transfers.

In version, version 2.6.2, the terms have been revised to consecvent source and destination. The term remote is now exclusively used to refer to remote user and remote server.

Last modified July 22, 2025: Update Version262.md (b6928f3)