Marco Woitschitzky

Results 27 comments of Marco Woitschitzky

Maybe nice to know: DAVdroid has a [nice comparison table](https://www.davdroid.com/faq/cant-manage-groups-on-device/) of both methods. They also document the [limited group support in nextcloud app](https://www.davdroid.com/tested-with/nextcloud/).

May this be closed? `mkpasswd ` is available in Fedora 37: ``` $ rpm -qf $(which mkpasswd) mkpasswd-5.5.15-1.fc37.x86_64 $ mkpasswd -m yescrypt Password: $y$j9T[...] ```

Thanks for the quick replay. I used the last days to think about it and do some more testing. It could argue that this is a technical answer, while from...

I could archive the desired behaviour with `borg create --pattern=+/home/user1/subdir --pattern=-/home/user1/* --pattern=-/home/user3 --pattern=-/home/lost+found /tmp/borgtest/{hostname}::{now}{now:%z} /home` For my use case it's sufficient and more importantly I understood the logic behind it....

`--add-parents` would be a great name for a very nice feature :) Even without support in `borg extract` it's useful: * it would be possible to fix permissions manually, right...

I thought a bit about implementing `--add-parents` for `borg extract`: Since `borg create --pattern=+/home/user1/subdir --pattern=-/home/user1/* --pattern=+/home/user1 --pattern=-/home/* /home` is already working fine in `borg extract` and `borg create --add-parents /home/user1/subdir`...