Backup Ubuntu? #105
Answered
by
SaicharanKandukuri
chiragverma11
asked this question in
Q&A
|
If I delete termux then this ubuntu is also deleted and I have to re-download it. |
Answered by
SaicharanKandukuri
Jan 16, 2022
Replies: 2 comments 5 replies
|
@chiragverma11 Here is how. then backup ubuntu to proot-distro backup --output /sdcard/udroid.tar.gz udroidRestoregive 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.gzREAD MORE about proot-distro at https://github.com/termux/proot-distro |
0 replies
Answer selected by
chiragverma11
|
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 ? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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.gzREAD MORE about proot-distro at https://github.com/termux/proot-distro