andrewchambers
andrewchambers
The main concern is how to deal with directory fsyncing - its actually sort of an interesting challenge. Adding 256 dirs means we need to have a minimum of 256...
Have been a bit busy, but this change will be coming. I have an implementation in progress,
There are so many ways to deal with exclusions and more keep being invented that I am considering a simple exclusion script system with some default scripts or functions. This...
One example that many people want is git excludes where users often keep git extra exclude information in their ~/.git configuration as well as individual repositories. In that case the...
I think the root cause may be that the most recent bupstash update has tweaked the deduplication algorithm (to enable higher performance) - this is not likely to happen automatically...
@d5ve You would need to remove the snapshots since before the version upgrade and run `bupstash gc` to prune away the old data. To further explain the repository growth -...
Simply reading a backup with 'get' will validate all hmacs - a better system should probably be added in the future. Also, your intuition regarding keys is correct - the...
I feel like It might be slightly trickier than it seems to do efficiently, there are two things you need to verify. - First you need to verify the hmac...
The original rationale is it was the only way to write the key while and set its permissions so it isn't accidentally world readable. I agree it is too strict...
Yeah, somebody will need to write custom tools to get the clipboard and the window title on mac to make it work. I don't think mac uses x11 for everything,...