| ... | ... | @@ -29,6 +29,7 @@ | 
|  |  | -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) | 
|  |  | -cg, --compression-gzip       enable compression and use gzip (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 | 
| ... | ... | @@ -43,6 +44,7 @@ | 
|  |  | -pp, --progress-percent         show percentage progress indicator (default) | 
|  |  | -pd, --progress-dot             show dot progress indicator | 
|  |  | -d, --device-id                 return device id used by TWRP | 
|  |  | -ds, --set-device-id            set device id used by TWRP | 
|  |  | -xd, --exclude-dalvik           exclude dalvik-cache from backup | 
|  |  | -xg, --exclude-gmusic           exclude Google Music files from backup | 
|  |  | ``` | 
| ... | ... |  |