Files
nexus/wiki/entities/NAS.md
2026-04-16 20:05:13 +08:00

31 lines
934 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "NAS"
type: entity
tags: [storage, backup, network]
date: 2026-04-16
---
## Aliases
- Network Attached Storage
## Definition
NAS网络附加存储是一种通过网络连接的专用文件存储设备提供集中化的数据存储和共享服务。它独立于应用服务器通过标准网络协议如 NFS、SMB/CIFS提供文件级访问。
## Key Features
- 网络直连:通过以太网接口连接网络
- 文件级访问:支持 NFS、SMB/CIFS 等文件共享协议
- 集中存储:提供统一的数据存储和备份位置
- 冗余保护:支持 RAID 配置防止数据丢失
## Common Use Cases
- 工作室/企业的集中备份存储
- 视频/媒体文件共享存储
- Docker 卷数据备份目标
- 跨设备文件同步
## Related
- [[NFS]]NAS 常用的访问协议之一
- [[rsync]]NAS 数据同步的常用工具
- [[增量备份]]NAS 常作为增量备份的目标存储