55![ CI] ( https://github.com/umpire274/rbackup/actions/workflows/ci.yml/badge.svg )
66[ ![ Licenza MIT] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
77[ ![ Platform] ( https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS%20Intel%20%7C%20macOS%20Apple%20Silicon-blue )] ( https://github.com/umpire274/rBackup/releases )
8- [ ![ Versione] ( https://img.shields.io/badge/version-0.2.7 -orange )] ( https://github.com/umpire274/rbackup/releases/tag/v0.2.7 )
8+ [ ![ Versione] ( https://img.shields.io/badge/version-0.3.0 -orange )] ( https://github.com/umpire274/rbackup/releases/tag/v0.3.0 )
99
1010📋 [ View recent changes (Changelog)] ( CHANGELOG.md )
1111
1818- 🌍 ** Multilingual support** – English and Italian (with auto-detection)
1919- 📦 ** Portable** – no installation required, single binary
2020- 🧾 ** Optional logging** – write backup reports to a file
21- - 📊 ** Progress bar** – optionally display graphical progress bar
21+ - 📊 ** Progress bar** – display graphical progress bar during copy process
2222- 🤫 ** Quiet mode** – suppress all output for silent operation
2323
2424---
@@ -103,12 +103,10 @@ rbackup ~/Documents /mnt/backup_drive/Documents
103103
104104| Option | Description |
105105| --------------------- | -------------------------------- |
106- | ` -g ` , ` --graph ` | Show graphical progress bar |
107106| ` -q ` , ` --quiet ` | Suppress console output |
108107| ` -t ` , ` --timestamp ` | Prepend timestamp to messages |
109108| ` --log <FILE> ` | Write output to a log file |
110109| ` -l ` , ` --lang <code> ` | Force language (e.g. ` en ` , ` it ` ) |
111- | ` -T ` , ` --test_ui ` | Run graphical progress bar test |
112110| ` -V ` , ` --version ` | Show version |
113111| ` -h ` , ` --help ` | Show help message |
114112
@@ -119,7 +117,7 @@ rbackup ~/Documents /mnt/backup_drive/Documents
119117## 📝 Example
120118
121119``` sh
122- rbackup /home/alex/Projects /mnt/usb-backup -g - -log backup.log --timestamp
120+ rbackup /home/alex/Projects /mnt/usb-backup --log backup.log --timestamp
123121```
124122
125123## 🧪 Build from source
0 commit comments