Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 465 Bytes

TermuxBackup

This is a bash script to backup and restore your termux home and sysroot directories.

Usage

How To Use TermuxBackup

  1. Install Dependencies In Termux pkg update -y && pkg install git -y
  2. Git Clone Repo git clone https://github.com/rc-chuah/TermuxBackup
  3. Change Directory cd TermuxBackup
  4. Give execution permission chmod +x TermuxBackup.sh
  5. Run script ./TermuxBackup.sh

Credits To The Original Creator:

Thanks To Zongou