2025-08-14 20:19:59 +00:00
2025-08-14 20:12:25 +00:00
2025-08-14 20:12:51 +00:00
2025-08-14 20:19:59 +00:00

TermSyncTools

TermSyncTools is a CLI tool to backup and restore Termux environments. It allows you to easily backup your home directory and installed packages, and restore them when needed. The backups are stored on Google Drive using rclone.

Features

  • Backup and restore Termux home directory and installed packages.
  • Store backups on Google Drive using rclone.
  • Automatically synchronize backups with Google Drive.
  • User-friendly interface with colorful output.
  • Easy to use with simple command-line options.

Installation

  1. Install Dependencies: Ensure you have the following dependencies installed:
    apt-get update && apt-get upgrade -y
    apt-get install -y tar pigz rclone figlet lolcat
    
Description
No description provided
Readme MIT 37 KiB
Languages
Shell 100%