Turkish: README.tr.md
Caution
- This project is in a beta phase due to limited testing at this time.
- Important: Follow the instructions in the Releases section when updating the script.
- Supported OS: Currently, only Linux is supported.
Note
AutoTarCompress is a command-line tool for Linux that simplifies the process of creating and managing compressed backups of your important directories. It offers features like compressing, encryption, decryption.
- Detailed information: wiki.md
- Open a terminal and clone this repo (make sure you have git installed):
git clone https://github.com/Cyber-Syntax/AutoTarCompress.git
- Navigate to the project directory:
cd AutoTarCompress
cd AutoTarCompress chmod +x install.sh ./install.sh
- Make executable and run the install script:
chmod +x install.sh && ./install.sh
- After installation, restart your shell or run:
source ~/.bashrc # or ~/.zshrc
- Configure
Copy the example config and edit as needed:
mkdir -p ~/.config/autotarcompress
cp config_files_example/config.json ~/.config/autotarcompress/config.json
# Edit ~/.config/autotarcompress/config.json to match your needs
Or, just run the tool and follow the prompts to generate a config interactively.
autotarcompress
Follow the on-screen instructions to create, encrypt, or extract backups.
If this script has been helpful: