Backup Script A simple bash script to back up any folder as a .tar.gz file with a timestamp. Usage ./backup.sh /path/to/folder Save with `Ctrl + O`, then `Ctrl + X`. ### **3. Create .gitignore (optional)** ```bash nano .gitignore *.tar.gz