Daniel Hahler

Results 1440 comments of Daniel Hahler

What I've meant is related to data migrations in general: e.g. you are creating a user in some early migration, and then test some migrations: because of using `TransactionTestCase` the...

> are you interested? Feel free to give me more access to the repo, and I'd be glad to help. OTOH I won't have much time for this myself, and...

> i'm hesitant in adding workarounds for bup bugs in bup-cron. shouldn't we make people upgrade instead? Agreed. But maybe a warning would be good, in case it's easy to...

Maybe `--strip-path` could just be skipped if it's `/`?

I'm not sure. Probably some new option for `bup` would be required to adjust the `root prefix` for excludes? Something like the `--graft` option from `bup-save`, but for `bup-index`? Rewriting...

Try `GIT_DIR=$repo git log --dirstat=lines,cumulative,3 $YOURBRANCH`. It shows how much has changed. I find this very useful when trying to keep the backups small. > maybe the way snapshots are...

It is quite expensive to generate, so having it generated only once is useful.

For some reason the file in question has odd permissions: ``` % ls -l ... ---------- 1 user user 21K Sep 16 13:45 /home/user/.local/share/vim/undo/... ```