TW

Results 2663 comments of TW

borg2 news: guess it should be rather easy to make it working with ``sftp://` repos - then it won't use the borg ssh rpc, but directly use the borgstore sftp.

OK, bash was done, thanks to @helmutg! The other shell completions likely need similar updates.

#8292 did some changes to the repo-related commands, e.g. `rcreate` is now `repo-create`.

I am trying to update the zsh completions... Update: I did quite some changes there, but only the easy / obvious stuff - I am not familiar with writing zsh...

@helmutg I did an update in #8850 for the bash completions, using PyCharm's Junie AI. The "repo::archive" completion is still present in the bash code, but borg2 does not do...

The same fix needs to be done for the fish and zsh shell completions.

For borg2, we'll use OCB mode, as that is AEAD and very fast: ``` tw@MacBook ~ % openssl speed -evp AES-256-OCB -bytes 262144 Doing AES-256-OCB ops for 3s on 262144...

Good news: in #8881 I started to refactor the chunkers and separated file reading, sparse file / fmap support from the chunking. That shrinked `ChunkerFixed` to be trivial, we can...

Chunker refactor is merged, thus it is now easier to add a new chunker.