File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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:\U sers\a lice\D ocuments D:\B ackups\a lice\D ocuments
252+ rbackup copy C:\U sers\a lice\D ocuments D:\B ackups\a lice\D ocuments
253253```
254254
255255- Backup with logging, timestamps and quiet off:
256256
257257``` bash
258- rbackup C:\s ource\f older D:\b ackup\f older --log backup.log --timestamp
258+ rbackup copy C:\s ource\f older D:\b ackup\f older --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
You can’t perform that action at this time.
0 commit comments