... | ... | @@ -13,25 +13,26 @@ |
|
|
### Command Line Flags:
|
|
|
* v6 introduces a new command line flag mechanism with totally revamped code. Each command line flag also has a long version which is more descriptive and preferred by some. This screen can be accessed by typing `onandroid -h` or `onandroid --help`.
|
|
|
```none
|
|
|
-h, --help display this help message and exit
|
|
|
-ah, --advanced-help display help for advanced backup mode
|
|
|
-v, --version display version number and exit
|
|
|
-p, --phone generate backup name with phone timezone
|
|
|
-u, --utc generate backup name with UTC time (default)
|
|
|
-i, --incremental CWM6 style incremental backup mode
|
|
|
-a, --advanced PARTITIONS advanced / selective backup mode
|
|
|
-l, --split split backup mode (CWM 6+ only)
|
|
|
-o, --old good old backup mode (default)
|
|
|
-gc, --garbage-collect run garbage collect mode
|
|
|
-w, --twrp TWRP backup mode
|
|
|
-me, --md5-enable enable md5 generation (for TWRP only)
|
|
|
-md, --md5-disable disable md5 generation (for TWRP only)
|
|
|
-ce, --compression-enable enable compression (for TWRP only)
|
|
|
-cd, --compression-disable disable compression (for TWRP only)
|
|
|
-c, --custom NAME specify a custom backup name
|
|
|
-s, --storage MEDIA specify an alternate storage media to backup
|
|
|
-e, --sd-ext-path PATH specify path to sd-ext partition
|
|
|
-r, --replace replace backup with same name
|
|
|
-h, --help display this help message and exit
|
|
|
-h2, --help2 display more help messages and exit
|
|
|
-ah, --advanced-help display help for advanced backup mode
|
|
|
-v, --version display version number and exit
|
|
|
-p, --phone generate backup name with phone timezone
|
|
|
-u, --utc generate backup name with UTC time (default)
|
|
|
-i, --incremental CWM6 style incremental backup mode
|
|
|
-a, --advanced PARTITIONS advanced / selective backup mode
|
|
|
-l, --split split backup mode (CWM 6+ only)
|
|
|
-o, --old good old backup mode (default)
|
|
|
-gc, --garbage-collect run garbage collect mode
|
|
|
-w, --twrp TWRP backup mode
|
|
|
-me, --md5-enable enable md5 generation (for TWRP only)
|
|
|
-md, --md5-disable disable md5 generation (for TWRP only)
|
|
|
-ce, --compression-enable enable compression (for TWRP only)
|
|
|
-cd, --compression-disable disable compression (for TWRP only)
|
|
|
-c, --custom NAME specify a custom backup name
|
|
|
-s, --storage MEDIA specify an alternate storage media to backup
|
|
|
-e, --sd-ext-path PATH specify path to sd-ext partition
|
|
|
-r, --replace replace backup with same name
|
|
|
```
|
|
|
* In addition to these, v8 introduces a new command line flag listing, which contains advanced and less frequently used command line flags. This screen can be accessed by typing `onandroid -h2` or `onandroid --help2`.
|
|
|
```none
|
... | ... | @@ -41,6 +42,7 @@ |
|
|
-nd, --notification-disable disable vibrate and LED notification
|
|
|
-pp, --progress-percent show percentage progress indicator (default)
|
|
|
-pd, --progress-dot show dot progress indicator
|
|
|
-d, --device-id return device id used by TWRP
|
|
|
-xd, --exclude-dalvik exclude dalvik-cache from backup
|
|
|
-xg, --exclude-gmusic exclude Google Music files from backup
|
|
|
```
|
... | ... | |