diff --git a/changelog/unreleased/pull-4611 b/changelog/unreleased/pull-4611 new file mode 100644 index 000000000..940de9c26 --- /dev/null +++ b/changelog/unreleased/pull-4611 @@ -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 + diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 550957eeb..d0bd4b2e2 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -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 ***************************