README ΒΆ π ZSafe A simple and efficient Backup tool. β¨ Features Create and restore backups of files & directories π Compress backups using zstd for high performance ποΈ Encrypt backups with AES-256 for security π Upload backups to Telegram π€ Upload backups to Google Drive βοΈ π₯ Installation Install via Go go install github.com/aminzdev/zsafe@latest Build from Source git clone https://github.com/aminzdev/zsafe.git cd zsafe go build -o zsafe After installation, you can run: zsafe --help π Usage πΉ Create a Backup zsafe backup /path/to/directory πΉ Create a Backup with password zsafe backup /path/to/directory --password "secret" πΉ Restore a Backup zsafe restore backup.zst /path/to/directory πΉ Restore an Encrypted Backup zsafe restore backup.zst.enc /path/to/directory --password "secret" π οΈ Development & Contribution 1. Clone the repository: git clone https://github.com/aminzdev/zsafe.git cd zsafe 2. Install dependencies: go mod tidy 3. Run the tool locally: go run main.go --help π Contributions are welcome! Feel free to fork the repo and submit PRs. π π License This project is licensed under the GPL-2.0 - see the LICENSE file for details. β Support & Feedback If you like this project, consider giving it a β star! π For issues or suggestions, open an issue. Expand βΎ Collapse β΄ Documentation ΒΆ There is no documentation for this package. Source Files ΒΆ View all Source files main.go Directories ΒΆ Show internal Expand all Path Synopsis cmd lib Click to show internal directories. Click to hide internal directories.