TW

Results 2664 comments of TW

Considering borgbackup repo meanwhile has almost 8x the changesets of the attic repo I think my wish for it being called by its own name and not the name of...

If someone wants to fix this: Guess `stat_update_check` could contain a little hack by returning a stat_result object (or a look-alike) that has all from st_curr, except st_atime_ns which would...

are there other platforms without NOATIME support for `os.open()`?

macOS Sonoma seems to not have `os.O_NOATIME`, but still `test_atime` succeeds (borg 1.2-maint and 1.4-maint). So, either this is fixed or the windows test fail is due to something else.

solution for vpngw: add jessie-backports repo apt install openvpn/jessie-backports # 2.4.0 add this to the openvpn configs: ``` pull-filter ignore "ifconfig-ipv6 " pull-filter ignore "route-ipv6 " ```

unrelated changes: the cyberghost provider side changes also required / enabled: - certs and keys needed to be downloaded from CG again and reinstalled for all tunnels - tls 1.2...

borg only supports a directory as repo storage or a remote borg process reachable via ssh (the latter is offered by some providers like borgbase.com, hetzner storage box, rsync.net). one...

https://borgbackup.readthedocs.io/en/stable/man_intro.html?highlight=flags#support-for-file-metadata see there about bsdflags / fs flags. About the pre/post commands: i see it makes sense for higher level / gui tools, because you might not have a surrounding...