Prepare changelog for 0.9.5

This commit is contained in:
Alexander Neumann
2019-04-23 13:19:23 +02:00
parent 18ec27a0da
commit 1ac560181b
13 changed files with 0 additions and 0 deletions

View File

@@ -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