Skip to content

Commit

Permalink
Make "o" flag work with "-b" as well
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Jun 6, 2022
1 parent 9715bbb commit d898768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tarb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ Flags
n with -r: restore only apps that are not already installed (can be filtered with regex); with -b: backup only new and updated apps
o optimize apps after restore (bg-dexopt-job)
o optimize apps after backup/restore (bg-dexopt-job)
O exclude Android/obb/
Expand Down Expand Up @@ -1079,6 +1079,7 @@ case "${1-}" in
backup "$@"
! flag s || { _settings; echo; }
! flag m || cust /data/adb
! flag o || optimize
;;

-c) clean;;
Expand Down

0 comments on commit d898768

Please sign in to comment.