Update docs for security descriptors

This commit is contained in:
Aneesh Nireshwalia
2024-02-24 13:28:18 -07:00
parent 90916f53de
commit c0a1b9ada5
3 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +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.
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