Backup my f-droid apps

Is there a way for f-droif.org to keep a backup of all of my installed f-droid apps, like for instance, if/when I loose/destroy my phone?

AppListBackup | F-Droid - Free and Open Source Android App Repository this looks like the tool

1 Like

It just makes a list of the programs, not an actual backup. But still helpful.

If you don’t fine one maybe I can make one that would backup all the APKs, maybe local storage from those apps as well or smthn? I would have to research this :0

1 Like

The apps’s datas are in /data/data , root needed.

E.g. I backup my Angry Birds progression:
PC - USB cable - smartphone
Konsole (I use Arch Linux KDE):

adb root
adb pull /data/data/com.rovio.angrybirds /run/media/a/9f0a973e-1b55-4c1b-a423-6c14c03cf9b7/0/smartphones/Fairphone_5/LineageOS/backup

to restore my progression:
reinstall Angry Birds
start then close it
Konsole:

adb push /run/media/a/9f0a973e-1b55-4c1b-a423-6c14c03cf9b7/0/smartphones/Fairphone_5/LineageOS/backup/com.rovio.angrybirds/files/highscores.lua /run/media/a/9f0a973e-1b55-4c1b-a423-6c14c03cf9b7/0/smartphones/Fairphone_5/LineageOS/backup/com.rovio.angrybirds/files/settings.lua /run/media/a/9f0a973e-1b55-4c1b-a423-6c14c03cf9b7/0/smartphones/Fairphone_5/LineageOS/backup/com.rovio.angrybirds/files/ADA39A3EE5E6B4B0D3255BFEF95601890AFD80709GC1 /data/data/com.rovio.angrybirds/files