mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
Add pull-2205 to changelog
This commit is contained in:
parent
db8f5864fc
commit
d138b38f28
1 changed files with 10 additions and 0 deletions
10
changelog/unreleased/pull-2205
Normal file
10
changelog/unreleased/pull-2205
Normal 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
|
Loading…
Reference in a new issue