Skip to content

Instantly share code, notes, and snippets.

@mahfuznow
Created October 25, 2020 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahfuznow/63d8661f5807fc0afd6d7ad2a4f96f2b to your computer and use it in GitHub Desktop.
Save mahfuznow/63d8661f5807fc0afd6d7ad2a4f96f2b to your computer and use it in GitHub Desktop.
#!/data/data/com.termux/files/usr/bin/bash
termux-setup-storage &&\
pkg install tar &&\
cd ~/.. &&\
tar -zcvf /sdcard/termux-backup.tar.gz home usr &&\
echo "========Backup compleeted ======"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment