Brock Palen
Brock Palen
Can confirm this caused me a lot of issues your bug report solved it for me. Documentation update would be great.
Bump on this, drying to use dfind/dwalk on filesystems with `.snapshot` paths and it walks and adds all the files in the snapshot. Looking for an exclude option would really...
I looked at the code and I have a working version on my own fork, it's not perfect but it's a blend of `MFU_PRED_REGEX` and `mfu_filter_list_regex` In `src/common/mfu_pred.c` ``` int...
Adam, Sorry just getting back to this. I'm ok with what your propose. I will likely keep my own branch where I keep the help options. I have not put...
Correct the first part based on dwalk keeps the full file tree in memory and thus very large targets OOM the system. In theory (never tested) you could adjust it...
I'm looking at https://github.com/jd/tenacity to implement some retries. Also, have an issue open with the Globus team to see if they have anything built-in or a best practice.
From the Globus team: > The SDK supports timeout and retry customization via the client's .transport attribute, which is an instance of the RequestsTransport class [[documentation link](https://globus-sdk-python.readthedocs.io/en/stable/core/transport.html)]. > There are...
Can you provide an step by step example how to reproduce the issue? Also 0.10.2-arcts isn't a version of archivetar. The current version is the v0.14.x series, 0.10.2 is the...