Add changelog and update docs for windows attr

This commit is contained in:
Aneesh Nireshwalia 2024-02-22 17:59:56 -07:00
parent 4bbd25a37f
commit e8211cb64a
No known key found for this signature in database
GPG Key ID: 6F5A52831C046F44
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,7 @@
Enhancement: Back up windows created time and file attributes like hidden flag
Restic did not back up windows-specific meta-data like created time and file attributes like hidden flag.
Restic now backs up file created time and file attributes like hidden, readonly and encrypted flag when backing up files and folders on windows.
https://github.com/restic/restic/pull/4611

View File

@ -487,7 +487,6 @@ particular note are:
* File creation date on Unix platforms
* Inode flags on Unix platforms
* File ownership and ACLs on Windows
* The "hidden" flag on Windows
Reading data from a command
***************************