#!/bin/bash rsync -avz -e "ssh -p 22022" --exclude='__pycache__' --exclude='*.pyc' --exclude='data/' \ grigo@grigowashere.ru:/home/grigo/to_services/aiChatBot/ \ /mnt/t/sources/aiChatBot/ echo "✅ Скачано!"