Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
M Wiz | 480 | 2 months ago | 3 | mit | Shell | |||||
Install Metasploit And Repair Metasploit In Termux With Easy Steps | ||||||||||
Snap | 127 | 2 years ago | 1 | mit | Shell | |||||
Bash Script For Backing Up All Files In Termux With Easy step | ||||||||||
Termuxbackuptools | 105 | 4 months ago | mit | Shell | ||||||
Simple bash script to backup and restore termux(an android terminal emulator) even across devices. | ||||||||||
Au | 54 | a year ago | mit | Shell | ||||||
You can use au 📲 (auto upgrade) to backup your Termux *.deb packages; This enables rollback in Termux. https://sdrausty.github.io/au | ||||||||||
Borgbackup_on_android | 43 | 3 years ago | 5 | bsd-3-clause | Shell | |||||
project to make borgbackup run on Android | ||||||||||
Dotfiles | 31 | 7 days ago | Shell | |||||||
My dotfiles and some scripts to bootstrap new workstations | ||||||||||
Termux Scripts | 22 | 9 months ago | 10 | mit | Shell | |||||
Collection of shell scripts to automate everything on your android phone using termux app. Including incremental encrypted app backup to the cloud | ||||||||||
Utilities | 5 | 2 years ago | mit | Python | ||||||
Functional scripts to administer multiple workstations. | ||||||||||
Backupdistrotermux | 4 | 3 years ago | n,ull | |||||||
This is a guide on how to backup and restore any Termux distro without losing folders and files permissions | ||||||||||
Rsync Script | 3 | 13 days ago | gpl-3.0 | Shell | ||||||
This repository contains a collection of shell scripts for using rsync to perform efficient file transfers and backups across multiple machines. |
You can use au
📲 to backup you installation files in Termux, i.e. debs. If you find your system unstable after updating, you can try to use dpkg --purge pkg_name
and then dpkg --install pkg_name
from /sdcard/debs
to downgrade packages to a previous version of a package in the hope of regaining system stability in Termux.
You should use au
from your $PATH
. To see your $PATH
, type $PATH
+enter/return. Then use mv au destination_directory
to move au
to your $PATH
. au
+enter/return will update and backup your Termux Packages in three keystrokes!
Every time you want to apt update && apt upgrade
or pkg up
, you will also be backing up your former installation debs to /storage/emulated/0/Android/data/com.termux/txdebs
by using au
. Ideally, you should change /storage/emulated/0/Android/data/com.termux/txdebs
to an external mirco SD card destination in lines 8 and 10 of au
to save space on device.
If you find your system unstable, you can use dpkg --purge pkg_name
and then dpkg --install pkg_name
from /storage/emulated/0/Android/data/com.termux/txdebs
to downgrade packages to a previous version of a package in the hope of regaining package stability.