Mathias De Maré
Mathias De Maré
Can I help push this pull request forward somehow? I'd love to use this functionality (on Linux).
So... could this one go in? It looks like a useful improvement I'd like to use ;-) (Without this change, I need to untar and tar the package again before...
It would be nice to have this in a version-control independent manner, to support for example Mercurial.
@y2kpr have you been able to continue on the PR?
I see the same issue with simply 'tail'. If I run 'tail -F logfile' and the file gets rotated, tail doesn't detect the change (even though the '-F' flag should...
To add to this, I was able to solve the issue for tail by using 'tail -F --max-unchanged-stats=5 logfile', which reloads the file when it no longer changes. Using only...
@enkore do you have this code available somewhere? I would like to make it possible to run 'borg create' and 'borg extract' at the same time. I've been looking into...
Just FYI, I took a different approach for now, which may not be usable for others: I setup 2 backup directories. When uploading, I upload to one of these directories...
To clarify a bit further (I am a coworker of @taoc2021 ), if we do a deploy, on most of our clusters, it works fine. But on specific clusters, we...