gbserver/gb-infra
2025-06-02 12:47:23 -03:00
..
src Remove legacy webmail script and add new ALM CI, ALM, Bot, Directory, Drive, Email, Meeting, Proxy, and Tables scripts with improved configurations and service management. Update limits script for container resource management. 2025-06-02 12:47:23 -03:00
architecture.png feat(gb-infra): Add CI/CD workflow for Rust with build, test, and deployment steps; include architecture diagram for system components 2025-04-27 16:21:08 -03:00
architecture.txt feat(gb-infra): Add CI/CD workflow for Rust with build, test, and deployment steps; include architecture diagram for system components 2025-04-27 16:21:08 -03:00
Cargo.toml refactor(gb-infra): Remove unused utils module and update dependencies; add Vector logger implementation 2025-04-08 18:39:41 -03:00
README.md feat(gb-infra): Update ALM CI and Drive scripts for improved configuration and service management 2025-06-01 17:08:15 -03:00

Backup

Fastest way to tranfer files between servers over TCP/IP

rsync -avz --progress --bwlimit=0 -e "ssh -p 22 -T -c aes128-gcm@openssh.com -o Compression=no -o IPQoS=throughput" gbbackup@host.com.br:/opt/gbo/backup /home/user/Desktop

Security

apt update && apt install -y fail2ban iptables-persistent

systemctl enable fail2ban systemctl enable netfilter-persistent