Actualiser README.md

This commit is contained in:
2025-08-14 20:12:51 +00:00
parent 36881c1a9e
commit 8a17d19601

View File

@@ -1,2 +1,19 @@
# TermSyncTools # 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:
```sh
apt-get update && apt-get upgrade -y
apt-get install -y tar pigz rclone figlet lolcat