mirror of
https://github.com/restic/restic.git
synced 2025-08-15 03:47:28 +00:00
Add --ignore-inode option to backup cmd
revised version of https://github.com/restic/restic/pull/2047
This commit is contained in:
@@ -279,6 +279,10 @@ written, and the next backup needs to write new metadata again. If you really
|
||||
want to save the access time for files and directories, you can pass the
|
||||
``--with-atime`` option to the ``backup`` command.
|
||||
|
||||
In filesystems that do not support inode consistency, like FUSE-based ones and pCloud, it is
|
||||
possible to ignore inode on changed files comparison by passing ``--ignore-inode`` to
|
||||
``backup`` command.
|
||||
|
||||
Reading data from stdin
|
||||
***********************
|
||||
|
||||
|
Reference in New Issue
Block a user