VR-25/tarb

[BUG] Not backing up apk

Jet132 opened this issue · 1 comments

When I run tarb -b it backs up nothing.

When I run the full desired command:
tarb -badelms10 + $(pm list packages -3 | sed 's/^package://’ | tr '\n' ',') -p='<pwd>'
It seems to back up everything except external data and the apk:

com.android.chrome
  data
  data_de
  data_ext
  runtime_perms

<other packages>

settings globalsettings secure
settings system
settings lineage global
settings lineage secure
settings lineage system

/data/adb

In the actual backup folder no APK and external data backup can be found either.

My current system is

  • LineageOS 19.1
  • MindTheGapps 12.1
  • Magisk 25.2

Thank you for this application. If I get this to work, it'll be my new backup tool of choice.

Adding a dot after tarb -badelms10 fixed the issue. Also, I'm blind cause the chrome example says that it exported data_ext.

For anyone who also wants to make a complete backup of all user apps, Magisk, and system settings, here's the working command:
tarb -badelms10 . + $(pm list packages -3 | sed 's/^package://’ | tr '\n' ',') -p='<pwd>'