TW

Results 2664 comments of TW

Note: - avoid feature creep (see original post and https://github.com/borgbackup/borg/issues/916#issuecomment-213641757) - it might make the bounty scope unclear. - also, we have conflicting requirements here somehow. this is a request...

Read my comment again. It referred to starting from "we ask the server for chunk existance" and later extendeding to "we run multiple backups in parallel". That is what i...

https://github.com/borgbackup/borg/issues/2313

Note: #2313 is closed, 1.1.0b6 with that code is released. @level323 do you want to carefully test it, see `borg create --no-cache-sync`. don't use the beta for production yet. @enkore...

iirc i did a few quick tests after the PR linked above was merged into 1.1. it worked, but iirc some functionality was still missing yet. so maybe read the...

I added an `AdHocWithFilesCache` implementation in 2.0.0b9 (and made it default): - it does not have a persistent `chunks` cache (so nothing needs to be expensively rebuilt). - it ad-hoc...

You did not backup the directory object `user1`, so how should borg give you the right user/group/mode?

you can start at the root dir and exclude all what you don't want.

`borg create --add-parents ... root1 root2 ...` could add directory items for all parent directories of all roots given. For `borg extract`, things would be still a bit complicated, because...

@Woi using that (rather complex) command, yes, all needed fs items would be in the archive. But still, if you just extract a child item, the matcher would not match...