Warren
f016525687
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
Implement VFS snapshot support (ZFS-style)
- Add VfsSnapshotInfo struct
- Add snapshot methods to VfsBackend trait:
- create_snapshot: copy-on-write with metadata
- list_snapshots: enumerate snapshots
- delete_snapshot: remove snapshot and metadata
- restore_snapshot: restore from snapshot
- snapshot_info: get snapshot metadata
- Implement LocalFs snapshot support:
- Uses .snapshots directory for storage
- JSON metadata files (*.meta)
- Recursive directory copy
- Size calculation
This enables SMB 'Previous versions' feature foundation.
All 229 tests pass.
2026-06-20 22:13:17 +08:00
..
2026-06-20 22:13:17 +08:00
2026-06-20 16:40:29 +08:00
2026-06-20 19:42:29 +08:00