Skip to content

Commit bafea82

Browse files
committed
Update README.md
1 parent bb9b8e3 commit bafea82

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
reflink for Windows [![Build status](https://ci.appveyor.com/api/projects/status/wgh88bpt8v3hj4o1)](https://ci.appveyor.com/project/0xbadfca11/reflink)
1+
# No longer needed
2+
[Since Windows 11 24H2, Windows copy engine uses block cloning by default.](https://learn.microsoft.com/windows-server/storage/refs/block-cloning#functionality-restrictions-and-remarks)
3+
4+
reflink for Windows
25
===
36
```
47
Copy file without actual data write.
58
6-
reflink source destination
9+
reflink <source> <destination>
710
811
source Specifies a file to copy.
912
source must have placed on the ReFS volume.
1013
destination Specifies new file name.
1114
destination must have placed on the same volume as source.
12-
1315
```
14-
Windows Server 2016 introduce [Block Cloning feature](https://docs.microsoft.com/windows-server/storage/refs/block-cloning).
16+
Windows Server 2016 introduce [Block Cloning feature](https://learn.microsoft.com/windows-server/storage/refs/block-cloning).
1517
I wanted `cp --reflink`. But, only exposed to API.
1618

1719
### Important note
@@ -24,7 +26,7 @@ I wanted `cp --reflink`. But, only exposed to API.
2426
When `Supports Block Cloning` is included in fsutil output, can use Block Cloning.
2527
- by refsinfo
2628
Version 1.2 or 1.1 is ReFS v1.
27-
Version 3.9, 3.7, 3.4, 3.3, 3.2 or 3.1 is ReFS v2.
29+
Version 3.1 or upper is ReFS v2.
2830

2931
###### LICENSE
3032
MIT License

0 commit comments

Comments
 (0)