... | @@ -10,7 +10,7 @@ |
... | @@ -10,7 +10,7 @@ |
|
<br />
|
|
<br />
|
|
|
|
|
|
### Command Line Flags:
|
|
### 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.
|
|
* 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
|
|
```none
|
|
-h, --help display this help message and exit
|
|
-h, --help display this help message and exit
|
|
-ah, --advanced-help display help for advanced backup mode
|
|
-ah, --advanced-help display help for advanced backup mode
|
... | @@ -32,7 +32,7 @@ |
... | @@ -32,7 +32,7 @@ |
|
-e, --sd-ext-path PATH specify path to sd-ext partition
|
|
-e, --sd-ext-path PATH specify path to sd-ext partition
|
|
-r, --replace replace backup with same name
|
|
-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.
|
|
* 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
|
|
```none
|
|
-y, --yaffs-override create tar balls instead of yaffs images for yaffs2 partitions
|
|
-y, --yaffs-override create tar balls instead of yaffs images for yaffs2 partitions
|
|
-t, --sbin-last use /sbin as last option for busybox
|
|
-t, --sbin-last use /sbin as last option for busybox
|
... | | ... | |