Skip to content

Directory Structure

Wed 26 Jun 2024  
🎉 Hi: ... 🎉
├── /etc
│ └── /cron.d
├── /opt
│ ├── /backup
│ ├── /database
│ ├── /prometheus
│ └── /scripts
.

รายละเอียดการใช้งาน Directory ต่าง ๆ บนเซิร์ฟเวอร์

  • /etc/cron.d → ตั้งวันที่/เวลาเพื่อ run bash script
  • /opt/backup → tmp การสำรองข้อมูล ก่อนที่จะ Rsync ไปเก็บที่เซิร์ฟเวอร์ kyl-backup
  • /opt/database → ใช้สำหรับ Database server
  • /opt/prometheus → Data source สำหรับใช้ร่วมกับ Grafana
  • /opt/scripts → Script ใช้สำหรับการ Backup, Rsync

Built with: VitePress.