mirror of
https://github.com/google/adb-sync.git
synced 2026-01-04 02:18:01 +00:00
Document rsync-like path munging.
This commit is contained in:
@@ -69,16 +69,18 @@ To get a full help, type:
|
|||||||
adb-sync --help
|
adb-sync --help
|
||||||
```
|
```
|
||||||
|
|
||||||
To synchronize your music files from ~/Music to your device, type:
|
To synchronize your music files from ~/Music to your device, type one of:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
adb-sync ~/Music /sdcard
|
||||||
adb-sync ~/Music/ /sdcard/Music
|
adb-sync ~/Music/ /sdcard/Music
|
||||||
```
|
```
|
||||||
|
|
||||||
To synchronize your music files from ~/Music to your device, deleting files you
|
To synchronize your music files from ~/Music to your device, deleting files you
|
||||||
removed from your PC, type:
|
removed from your PC, type one of:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
adb-sync --delete ~/Music /sdcard
|
||||||
adb-sync --delete ~/Music/ /sdcard/Music
|
adb-sync --delete ~/Music/ /sdcard/Music
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user