gbserver/gb-infra
Rodrigo Rodriguez (Pragmatismo) 9c63c38ca1
Some checks failed
GBCI / build (push) Has been cancelled
feat(gb-infra): Update ALM CI, Drive, and Email scripts for improved directory management and service setup
2025-06-02 12:42:11 -03:00
..
src feat(gb-infra): Update ALM CI, Drive, and Email scripts for improved directory management and service setup 2025-06-02 12:42:11 -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