“FortiGate Arızalandı, Config Backup Yok”
Bir FortiGate 60F 3 yaşında. Panel arızası, boot olmuyor. Yedek cihaz elde ama config yoktu. 3 saatlik sıfırdan config + Policy 50+ ile baştan yaz.
Önleme: Scheduled + encrypted backup.
Hızlı Çözüm (TL;DR)
Manuel backup (GUI)
System > Configuration > Backup
- Format: Full config
- Encryption: Enable + password
- Download
Scheduled backup (CLI)
config system auto-script
edit "backup-daily"
set interval 86400 ← 24 saat
set script "execute backup config tftp daily-config-$(date).conf 10.10.20.100"
next
end
10:00 — GUI Backup
System > Configuration > Backup:
📸 Ekran 1 — Backup dialog
Backup to: Local PC / USB / FortiManager / FTP / TFTPScope:
● Full Config (tüm ayarlar)
○ VDOM Config (sadece belirli VDOM)
○ Configuration part (specific sections)☑ Encryption: ENABLED
Password: [güçlü encryption şifresi]
Confirm password: [aynı]Backup
Dosya: FGT60F_2024-05-12_09-30.conf download.
Encrypted. Şifreyi Bitwarden’a kaydet — olmazsa restore imkansız.
10:05 — TFTP Scheduled Backup
config system auto-script
edit "Daily-Backup-TFTP"
set interval 86400
set repeat 0
set start auto
set script "execute backup config tftp fgt-config-$daydate.conf 10.10.20.100 [password]"
next
end
TFTP server’da her gün yeni dosya:
fgt-config-20240512.conf
fgt-config-20240513.conf
...
30 gün retention, scheduled cleanup.
10:10 — FortiManager Integration
Multi-device environment — FortiManager central config management:
- Real-time sync
- Config version history
- Rollback 1-click
- Bulk deployment
System > Settings > Central Management:
Type: FortiManager
IP: 10.10.20.50
FortiManager’da “Revision History” → her değişiklik kayıtlı.
10:20 — Restore Prosedürü
Yeni FortiGate (replacement)
- Fabrika reset
- Boot aç, factory defaults
- Serial console veya temp LAN IP
- System > Configuration > Restore:
- Upload backup file
- Password (encryption için)
- FortiGate reboot, yeni config aktif
Yeni cihaz eskisinin tam yedeği gibi çalışır.
Partial Restore (Sadece Policy)
execute backup policy partial-policy.conf tftp 10.10.20.100
execute restore policy partial-policy.conf tftp 10.10.20.100
Sadece firewall policies restore — diğer config (interface, routing) değişmez.
Backup Best Practices
- Daily scheduled
- Encrypted with strong password
- Off-device storage (TFTP / S3 / FortiManager)
- Retention: 30 daily + 12 monthly
- Test restore yılda en az 1 kez
- Change management: Büyük değişiklik öncesi manuel backup
Disaster Recovery Time
FortiGate tam arıza senaryosu:
- Replacement cihaz stok: 1 saat
- Rack + cable: 30 dk
- Config restore: 10 dk
- Test + production: 20 dk
- Total: 2 saat
Backup yok ise:
- Replacement: 1 saat
- Sıfırdan config: 4-8 saat
- Total: 9 saat
Backup = 7 saat zaman tasarrufu = 7 saat production kesintisi.
İlgili Rehberler
FortiGate DR + centralized management? Teknik görüşme.