Created
October 25, 2020 05:50
-
-
Save mahfuznow/63d8661f5807fc0afd6d7ad2a4f96f2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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