Martin Pool

Results 161 comments of Martin Pool

It seems the behavior we want is: - [x] Copy the whole workspace -- this should be already done - [x] List the contained packages out of cargo metadata -...

~~As a workaround, you can run cargo mutants on each of the packages consecutively, and the previous fix will adjust the paths to find related crates. At least, this seems...

Perhaps it's easy enough to apply the variable in a shell script or shell command line that calls conserve? Or, can you tell me more about the use case for...

I see. I can see the attraction of just running one command to make a backup: at the moment I have a shell script that I run, but perhaps it'd...

At the moment the top needs to be a directory, but this case could be supported by implying a root directory containing a single file. There might already be a...

I was going to start with just unix perms, numerically - the easy case. For user and group, it seemed more like to be robust across restoring on different machines...

Hello! That would be good to add. The format design is intended to work well there Hard dependencies: - [x] #13 an archive transport abstraction) (probably not super hard) -...

Making the cache proposed in #106 durable would be an option, although it would introduce some risk of cache coherence issues. Back of the envelope: 20TB of data, packed into...

At a glance: - seems more mature today - has builtin encryption, which Conserve does not - at least not yet, but generally I would tend to rely on encryption...