How to ignore a new but identical file? #1507
Unanswered
nickchomey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a situation in which the same file gets deleted and recreated regularly. The contents rarely change, but when i run
rustic backup
, rather than just ignore the file, it does a minor sync.The file is actually much larger, so it correctly recognizes that there aren't any changes to the content, but I assume that a different create time etc causes rustic to track some sort of change.
If I do a backup before the file is deleted and recreated, I just get this and no snapshot is created (since I used
--skip-identical-parent
)My question is whether there's some way to ignore the fact that the same file contents are technically in a new file? I tried
--ignore-ctime
and--ignore-inode
, but those didnt seem to work.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions