From e8211cb64a80fc4f949b5088c167d51dc4ef45a1 Mon Sep 17 00:00:00 2001 From: Aneesh Nireshwalia <99904+aneesh-n@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:59:56 -0700 Subject: [PATCH] Add changelog and update docs for windows attr --- changelog/unreleased/pull-4611 | 7 +++++++ doc/040_backup.rst | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/pull-4611 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 ***************************