Borg/pkg/datanode
Claude 28d4ce7313
feat(datanode): add symlink support to DataNode
Store symlink entries in the files map with a target path field,
and handle them correctly in ToTar/FromTar serialization. Symlinks
use tar.TypeSymlink with mode 0777, and Stat returns os.ModeSymlink.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 12:41:13 +00:00
..
datanode.go feat(datanode): add symlink support to DataNode 2026-02-21 12:41:13 +00:00
datanode_test.go feat(datanode): add symlink support to DataNode 2026-02-21 12:41:13 +00:00