1 Commits

Author SHA1 Message Date
Warren
9f0803bf56 Add OpenNAS feature comparison analysis
Document Purpose:
- Compare MarkBase vs OpenNAS features
- Define MarkBase positioning (Lightweight File Server + Backup Server)

Comparison Categories:
1. Storage Management (60% coverage)
   - OpenNAS Native ZFS  (professional)
   - MarkBase VFS Backend + RAID-Z 

2. File Services (167% coverage - MarkBase wins)
   - OpenNAS: SMB + NFS + FTP (3 protocols)
   - MarkBase: SMB + SFTP + WebDAV + S3 (5 protocols) 

3. Backup/Snapshot (100% coverage)
   - OpenNAS: ZFS Snapshot + Clone 
   - MarkBase: BackupScheduler + Incremental 

4. Web UI (50% coverage - OpenNAS wins)
   - OpenNAS: Full management GUI 
   - MarkBase: Tauri desktop app

5. System Management (20% coverage - OpenNAS wins)
   - OpenNAS: GUI OS update + Network + SMART 

6. Performance (200% coverage - MarkBase wins)
   - SMB: MarkBase 3.0 GB/s 
   - SSH: MarkBase 140 MB/s (OpenNAS not supported)

7. macOS Compatibility (250% coverage - MarkBase wins)
   - AFP_AfpInfo + Time Machine 

Overall Coverage: 58% (focused on storage + backup)

Key Differences:
- OpenNAS: ZFS-oriented NAS OS (professional storage)
- MarkBase: Lightweight file server (application-level)

Deployment Comparison:
- OpenNAS: Linux Distribution (1-2 hours install)
- MarkBase: macOS/Linux app (5-10 minutes)
- MarkBase: cargo build upgrade 

User Recommendations:
- ZFS professionals → OpenNAS (ZFS GUI)
- DIY NAS hobbyists → OpenNAS (full OS)
- Developers → MarkBase (SSH + SFTP + S3)
- Small enterprises → MarkBase (lightweight)
- macOS Time Machine → MarkBase (AFP_AfpInfo)

Next Phase 11 Suggestions:
- NFS support
- Optional ZFS backend
- Complete Web UI (User/Group + Share config)
- SMART monitoring
2026-06-24 04:37:51 +08:00