Version 2.6.2

Version 2.6.2 (build 156) - July 14, 2025

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

Development build #1

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.

July 14

  • 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
Last modified July 14, 2025: Update Version262.md (2a72014)