Brock Palen
Brock Palen
adds a large number of filters (predicates) from dfind to dwalk
Allow copying of files as they become ready when using `archivescan --recall`
Currently if globus fails like how `httpd` dies sometimes, archivetar will immediately fail. Desired outcome would be some period of time it could retry before giving up. eg: ``` Unable...
It would be nice assuming ether not using `--size` or it is already complete to resume tar + globus upload at a given index.
When providing globus endpoints validate they are a valid endpoint and exit is not. Bonus points for printing metadata about the endpoint to verify friendly name etc.
Appreciate it! I wouldn't assume that the first result is correct because there's no guarantee that it'll be the same from run to run (and, in theory, that could even...
Currently `SuperTar` checks for `zstd` only, and by default uses only single thread. While `stdmt` is the same as `zstd -T0` which uses all cores in the system. This is...
``` [brockp@lh-build tmp]$ singularity exec archivetar_master.sif archivetar --help ==> Running locally for help option Traceback (most recent call last): File "archivetar.py", line 87, in File "archivetar.py", line 41, in main...