mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 11:58:26 +00:00
Add changelog and update docs for windows attr
This commit is contained in:
parent
4bbd25a37f
commit
e8211cb64a
7
changelog/unreleased/pull-4611
Normal file
7
changelog/unreleased/pull-4611
Normal 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
|
||||
|
@ -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
|
||||
***************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user