Direct to T2 #154
jamessewell
started this conversation in
General
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.
Hello, really promising product here!
One design decision which I'd love to understand is the rationale behind not supporting direct to T2 backups?
My understanding of the current architecture is that all backups go through T1 (attached disk), deduplicating only against other backups in T1. Then, shortly after completion they are fed to T2 and dropped from T1.
As far as I can tell if you are pushing backups to T2, then a new T1 backup will not get deduplication benefits (incremental-ish backups) unless you are happy to have 2 full backups on T1 at once. That would essentially mean every backup is a full backup, is this correct?
All reactions