TW

Results 2664 comments of TW

``` /mnt/samba/borg_repo ``` or where ever you mounted the `cifs`.

You didn't do what was suggested above. pre-command something like: ``` sudo mount -t cifs -o username=...,password=... //10.0.0.15/sharename /mnt/samba ``` post-command something like: ``` sudo umount /mnt/samba ``` I didn't...

@DSDV This is not about development, but it requires familiarity with linux cli commands. The goal of this is to reduce layers (== remove gvfs from the equation) and simplify...

I agree that this needs thorough platform testing. About minimum borg requirement being borg 1.1.8: There was a **major** bugfix in 1.1.11 that fixed a hashtable issue, see also the...

Guess this somehow went off the radar and could get higher priority. @m3nu why is this "far away" milestone?

@jetchirag please be more precise and consistent with wording: - the passphrase is protecting the (encrypted) borg key, so "borg key passphrase" or "borg passphrase" is a good wording. -...

A long time ago I tried to write a function that determines pw quality/strength. But I realized that isn't easily possible without a lot of world knowledge. BTW, changing this...

See PR #1592.

Fixed in borg 2.0.0b5 and upcoming fix in borg 1.2.4 (not released yet, but fix already in 1.2-maint branch).

https://www.pythonguis.com/faq/pyqt5-vs-pyqt6/ Looks like PyQt6 will be in debian bookworm. Also is in Ubuntu >= 22.10.