I use rsync now from the command line between two servers to transfer files. Is there a command line TUI application for rsync or something else which does the same?
Common use cases is to exclude multiple folders from within the folder which is being transferred. It would be usefull to that with some sort of TUI. Even better would be to see the folder size along with it.
Edit: the application should run in a CLI anointment. I am looking for a TUI like Midnight Commander or NCDU.
Edit2: apparently a GUI for CLI is called a TUI, (a Text-based user interface). Didn't know that. Edited the question.