trhacknonimous / TermBack

Backup termux home and packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 trhacknonimous

Installation

Just copy paste this in your termux.

wget https://raw.githubusercontent.com/trhacknonimous/TermBack/master/rewind && chmod u+x rewind && mv rewind $PREFIX/bin/

or

curl -O https://raw.githubusercontent.com/trhacknonimous/TermBack/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

Backup termux home and packages

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%