--- title: '聯合大學5F機房 TrueNas Nextcloud 測試結果報告' disqus: hackmd --- 聯合大學5F機房 TrueNas Nextcloud 測試結果報告 === ## 索引 [TOC] ## 注意事項 * 系統目標: 同時兼顧勒索防護與防毒防護 ## 從Gclee的QNAP NAS進行掛載外部的讀寫測試 * TrueNAS nextcloud速度 ![](https://i.imgur.com/YnXUQSq.png) * Google Drive ![](https://i.imgur.com/iA2jJdG.png) ## 後續磁碟空間增加方案 ![](https://i.imgur.com/WdMajPH.png) 新增大小前 ![](https://i.imgur.com/RMkjbkB.png) 新增大小 ![](https://i.imgur.com/S1mEdIa.png) ![](https://i.imgur.com/dkbTTAd.png) 選擇兩顆一樣大小的磁區 ![](https://i.imgur.com/3pIDIs8.png) ![](https://i.imgur.com/XIRX8To.png) ![](https://i.imgur.com/OyWSi5C.png) ![](https://i.imgur.com/D4SMf85.png) ![](https://i.imgur.com/RnovqE0.png) ![](https://i.imgur.com/bjB3O8W.png) ![](https://i.imgur.com/g6iPr7Q.png) 結果 ## Nextcloud勒索系統防護 ## 部屬ClamAV作為檔案防毒掃描方式 ``` ClamAV in the official Docker images is configured to listen for TCP connections on these ports: clamd: 3307 clamav-milter: 7357 ``` ![](https://i.imgur.com/Z50nvMO.png) ### 儲存空間結構分析(整合方案) ```plantuml @startuml start :空間分析; note 列出目前可用的儲存空間 1. Gclee Nas (QNAP) 2. R710 Nas (TrueNAS) 3. 機房內部NAS-備選方案 (QNAP) 4. 公有雲儲存空間整合 end note if (資源來源) then (現有資源) :採用Gclee或是R710; if (是否整合儲存) then (整合) fork :以iscsi整合; note 目前處理以 檔案為主(僅備案) end note fork again :以NFS整合(較適合); end fork else (各自獨立儲存) :資料分散儲存; note right 機房內屬於虛擬化方向 則儲存於Gclee 屬於檔案或是備份則 儲存於R710 end note endif else (外部資源) :機房內NAS或是公有雲整合; :評估所需的預算與儲存型態; note right hot、cold儲存 end note endif :執行儲存備份; note 來源為 gm.nuu.edu.tw的系上儲存資料 end note end @enduml ``` ## Reference and FAQ * [clamav Docker README](https://github.com/Cisco-Talos/clamav/blob/main/README.Docker.md) * [docker-clamav/issues/9](https://github.com/mko-x/docker-clamav/issues/9) * [truecharts.org 06-linking-apps](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/#example) :::info **Find this document incomplete?** Leave a comment! ::: ###### tags: `Templates` `Documentation`