A simple GUI-based Bash script using Zenity to perform easy, interactive folder synchronization via Rsync
- Select origin and target folders through GUI
- Option to delete files in the target folder not present in the origin
- Provides progress feedback both in GUI and console
- Bash
- Zenity
- Rsync
-
Make the script executable:
chmod +x rsync_gui.sh
-
Run the script:
./rsync_gui.sh
- Tested on Fedora Linux with Zenity installed
