Dedupe across different directories but same content #1554
-
|
I'm dumping some remote documents into differently named temporary directories via Is rustic capable of noticing that it's the same content and storing only one copy? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
YES. Content is deduplicated across all repository regardless of where it is. So the same bits are never stored twice. If you want to understand a bit more how it works here you are some explanation (it is from |
Beta Was this translation helpful? Give feedback.
YES.
Content is deduplicated across all repository regardless of where it is. So the same bits are never stored twice.
If you want to understand a bit more how it works here you are some explanation (it is from
resticblog but you probably already know thatrusticis using exactly the same algorithms and repository format):https://restic.net/blog/2015-09-12/restic-foundation1-cdc/