I am developing backup script on linux (using bash linux [.sh]), and I need create a dialog (with command dialog) with progress bar to show to client status of the commands.
For example, I want a dialog box like:
Title: Installing required commands.
Dialog text: We are installing required commands for Backup system. Installing sshpass command... (progress bar go here)
The same I want apply for the next commands:
sudo apt-get install sshpass #(used for example)
sudo apt-get install rsync
sudo mkdir
sudo rsync -aAXv
Here example for I want make: https://i.stack.imgur.com/EzlXW.gif
I using ubuntu desktop 16.04 LTS x64.