Chris Guida
Chris Guida
Right, i mentioned that calculating the diff would be the more difficult case. In the base case, it seems to me like this could be implemented at the OS level,...
For all our current services, this would be easy. I would definitely implement this for all our current services, I assume it will be pretty much all boilerplate
>In the base case, it seems to me like this could be implemented at the OS level, just take du of the whole datadir and subtract the size of whatever's...
This would work for .local too, right?
Duplicate of https://github.com/Start9Labs/embassy-os/issues/1056
I concur
This would be a pretty big change. This would require us to run the migration before starting the download (since there would be no other way to know whether the...
I guess I should have said "versioned", not "incremental" xD. Renaming.
Wouldn't doing it the way you suggest remove the incrementailty? That is, if we backup to an entirely new directory, doesn't that duplicate all the data? I guess that's what...
Right, this is what duplicity already does, that's what I mean by "versioned". You get [snapshots](https://en.wikipedia.org/wiki/Duplicity_(software)), of every time you back up, rather than just a copy of whatever your...