From d138b38f280e2bd8015c0e2d313d42eac5bc35ac Mon Sep 17 00:00:00 2001 From: Heiko Bornholdt Date: Sun, 10 Mar 2019 21:37:01 +0100 Subject: [PATCH] Add pull-2205 to changelog --- changelog/unreleased/pull-2205 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/unreleased/pull-2205 diff --git a/changelog/unreleased/pull-2205 b/changelog/unreleased/pull-2205 new file mode 100644 index 000000000..67c6b5571 --- /dev/null +++ b/changelog/unreleased/pull-2205 @@ -0,0 +1,10 @@ +Enhancement: Add --ignore-inode option to backup cmd + +This option handles backup of virtual filesystems that do not keep fixed +inodes for files, like Fuse-based, pCloud, etc. Ignoring inode changes allows +to consider the file as unchanged if last modification date and size +are unchanged. + +https://github.com/restic/restic/pull/2205 +https://github.com/restic/restic/pull/2047 +https://github.com/restic/restic/issues/1631 \ No newline at end of file