Backup Ubuntu? #105
-
If I delete termux then this ubuntu is also deleted and I have to re-download it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@chiragverma11 Here is how.
then backup ubuntu to proot-distro backup --output /sdcard/udroid.tar.gz udroid Restoregive Internal storage again with the first command ( assuming you re-installed termux ) apt update && apt upgrade -y
pkg install proot-distro
proot-distro restore /sdcard/udroid.tar.gz READ MORE about proot-distro at https://github.com/termux/proot-distro |
Beta Was this translation helpful? Give feedback.
-
I know that this is backup for distro . But is it possible to backup and restore the whole package of distro and installed software together ? |
Beta Was this translation helpful? Give feedback.
@chiragverma11
yes there is a way
Here is how.
first, give Internal Storage permission to termux with
then backup ubuntu to
/sdcard
( which is Internal Storage )Restore
give Internal storage again with the first command ( assuming you re-installed termux )
apt update && apt upgrade -y pkg install proot-distro proot-distro restore /sdcard/udroid.tar.gz
READ MORE about proot-distro at https://github.com/termux/proot-distro