Skip to content

Commit 1fbf3d2

Browse files
authored
Merge pull request #14 from ilovemikael/ilovemikael-patch-1
Update README.md
2 parents c1b49fa + 14fcafa commit 1fbf3d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ and localization in mind.
3737
[![AUR](https://img.shields.io/aur/version/rbackup)](https://aur.archlinux.org/packages/rbackup)
3838

3939
```bash
40-
yay -S rfortune
40+
yay -S rbackup
4141
# or
42-
paru -S rfortune
42+
paru -S rbackup
4343
```
4444

4545
### 🍺 Homebrew (macOS/Linux)
@@ -76,7 +76,7 @@ rbackup <source> <destination> [OPTIONS]
7676
## ✅ Basic example
7777

7878
```sh
79-
rbackup ~/Documents /mnt/backup_drive/Documents
79+
rbackup copy ~/Documents /mnt/backup_drive/Documents
8080
```
8181

8282
---
@@ -249,19 +249,19 @@ development.
249249
- Basic backup:
250250

251251
```bash
252-
rbackup C:\Users\alice\Documents D:\Backups\alice\Documents
252+
rbackup copy C:\Users\alice\Documents D:\Backups\alice\Documents
253253
```
254254

255255
- Backup with logging, timestamps and quiet off:
256256

257257
```bash
258-
rbackup C:\source\folder D:\backup\folder --log backup.log --timestamp
258+
rbackup copy C:\source\folder D:\backup\folder --log backup.log --timestamp
259259
```
260260

261261
- Dry-run to debug excludes and generate a report (Windows `cmd.exe`):
262262

263263
```bat
264-
rbackup C:\source D:\dest --exclude "*.tmp" --dry-run --log dryrun.log
264+
rbackup copy C:\source D:\dest --exclude "*.tmp" --dry-run --log dryrun.log
265265
```
266266

267267
### 2) Manage configuration
@@ -324,7 +324,7 @@ Notes:
324324
## 📝 Example
325325

326326
```sh
327-
rbackup /home/alex/Projects /mnt/usb-backup --log backup.log --timestamp
327+
rbackup copy /home/alex/Projects /mnt/usb-backup --log backup.log --timestamp
328328
```
329329

330330
## 🧪 Build from source

0 commit comments

Comments
 (0)