Add changelog entry

This commit is contained in:
aneesh-n 2024-12-03 22:21:41 +05:30
parent 60517b2594
commit 8568ce067b
No known key found for this signature in database
GPG key ID: 6F5A52831C046F44

View file

@ -0,0 +1,9 @@
Enhancement: Back up and restore Windows Alternate Data Streams
Restic did not back up Alternate Data Streams in Windows. Restic now backs up Alternate Data Streams (ADS) and restores them back to the main files.
The Alternate Data Streams are backed up like any other normal files, and the full name of the stream is stored as the name of the file.
During restore, the ADS are restored and attached to the original files as Alternate Data Streams.
For progress and summary, the ADS are not counted in the file counts, but the sizes of the ADS files are counted.
https://github.com/restic/restic/pull/5171
https://github.com/restic/restic/issues/1401