Aneesh N
Aneesh N
Memory and CPU overhead for http processing due the local webserver required with rclone.
Thank you for the insights. I can run some benchmarks and try to provide some more details and speed comparisons in a couple of days. Some other minor considerations -...
Here are the benchmarks: Test data used: Files - 23130 Dirs - 3599 Total size - 54.076 GiB Note: All tests were performed on the same environment. Test Environment: Source:...
The test results below indicate the pattern for performance characteristics with increasing data: **Test data used:** _Files - 12985 Dirs - 139 Total size - 1.238 TiB_ Metric | SMB...
Thanks for looking into these. Definitely prefer prioritizing https://github.com/restic/restic/pull/4611.
> I'm somewhat torn on whether I prefer the current approach of just mapping ADS into separate files and then merging them back together on restore, or whether I'd prefer...
> > > Regarding restore of a file with ADS on non-windows, I think the technically correct expectation would be to ignore the streams on those systems since it is...
The reason I clubbed ExtendedAttributes with this one is because to implement that for windows, it required some refactoring in node.go where we now use restoreExtendedAttributes and fillExtendedAttributes. And that...
W.r.t go-winio, its ea.go does not expose some of the functions we need like SetFileEA, GetFileEA, which we would have to create separately anyways. Similarly, sd.go does not expose SetFileSecurityDescriptor...
> Or we could start with the GenericAttributes CreationTime and FileAttributes, then add security descriptors in a follow up PR and finally add extended attributes. Updated this PR. Will create...