... | @@ -5,7 +5,7 @@ |
... | @@ -5,7 +5,7 @@ |
|
1. Type `onandroid`
|
|
1. Type `onandroid`
|
|
1. Wait and watch
|
|
1. Wait and watch
|
|
|
|
|
|
The behaviour of Online Nandroid can be adjusted by using command line flags, some of which are described in detail below. Each command line flag has its longer counter-part and both forms can be mixed. For a complete list of command line flags and short descriptions, you can type:
|
|
* The behaviour of Online Nandroid can be adjusted by using command line flags, some of which are described in detail below. Each command line flag has its longer counter-part and both forms can be mixed. For a complete list of command line flags and short descriptions, type:
|
|
```shell
|
|
```shell
|
|
onandroid -h
|
|
onandroid -h
|
|
OR
|
|
OR
|
... | @@ -137,7 +137,7 @@ onandroid --update-zip |
... | @@ -137,7 +137,7 @@ onandroid --update-zip |
|
<br />
|
|
<br />
|
|
|
|
|
|
### Replace Older Backups (with same name) - used with custom backup names:
|
|
### Replace Older Backups (with same name) - used with custom backup names:
|
|
* While using custom backup names, Online Nandroid will not allow an already existing backup name to be specified, by default. Trying this will return an error and halt backup. If you want to replace the older backup with a new backup, by using the same custom backup name, you can specify the below command line flag.
|
|
* While using custom backup names, Online Nandroid will not allow an already existing backup name to be specified, by default. Trying this will return an error and halt backup. If you want to replace the older backup with a new backup, by using the same custom backup name, specify the below command line flag.
|
|
* Example:
|
|
* Example:
|
|
```shell
|
|
```shell
|
|
onandroid -c MyBackup -r
|
|
onandroid -c MyBackup -r
|
... | | ... | |