Skip to content

Instantly share code, notes, and snippets.

@AriRexouium
Last active July 7, 2022 18:41
Show Gist options
  • Save AriRexouium/613d71b5d79c0fa542bed7e649059105 to your computer and use it in GitHub Desktop.
Save AriRexouium/613d71b5d79c0fa542bed7e649059105 to your computer and use it in GitHub Desktop.
Termux Notes

Termux Notes


Backing up Termux

Backing Up

termux-setup-storage
cd ~/storage/downloads
tar cf - -C /data/data/com.termux/files ./home ./usr | 7z a -si termux-backup.tar.7z

Restoring

termux-setup-storage
cd ~/storage/downloads
7z x -so termux-backup.tar.7z | tar xf - -C /data/data/com.termux/files --recursive-unlink --preserve-permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment