User Tools


start:system:software:blackberry:sync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:system:software:blackberry:sync [2024/10/31 06:56] – [Syncthing] marlonivostart:system:software:blackberry:sync [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Syncthing ====== 
  
-How to make a decentralized Backup of your Phone: 
-<code> 
-adb backup -apk -shared -all -f backup.ab 
-</code> 
- 
----- 
- 
-Or **manually** backup/sync the following File Path's: 
- 
-<code> 
-/data/data       # the DATA of all app's 
-</code> 
- 
-<code> 
-/data/app        # MANUALLY INSTALLED apk's 
-</code> 
- 
-<code> 
-/system/app      # PRE-INSTALLED system-apk's 
-</code> 
- 
-===== Restore Backup ===== 
-<code> 
-adb restore backup.ab 
-</code>