Skip to content

Simple bash script to backup and restore termux(an android terminal emulator) even across devices.

License

Notifications You must be signed in to change notification settings

misterpyrrhuloxia/TermuxBackupTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rewind - A termux backup/restore tool

Simple bash script to backup and restore home directory and packages installed manually. Works across devices.

rewind

created by Laraib07

Installation

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

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

About

Simple bash script to backup and restore termux(an android terminal emulator) even across devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%