Simple bash script to backup and restore home directory and packages installed manually. Works across devices.
created by Laraib07
Just copy paste this in your termux.
wget https://raw.githubusercontent.com/laraib07/TermuxBackupTools/master/rewind && chmod u+x rewind && mv rewind $PREFIX/bin/
or
curl -O https://raw.githubusercontent.com/laraib07/TermuxBackupTools/master/rewind && chmod u+x rewind && mv rewind $PREFIX/bin/
Usage : rewind [-hv] [-b|-r [home|pkgs]]
option | Description |
---|---|
-h | print this usage |
-v | print version |
-b [home|pkgs] | backup home and/or packages |
-r [home|pkgs] | restore home and/or packages |