You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a collection with a lot of data in the data/KRP subcollection and all the sub-subcollection in there.
When downloading the collection, I want to exclude everything in data. I tried different commands, but could never convince xst to leave data/ alone.
In my book 'data/KRP' , or even 'data/KRP/*' is a 'pattern' that matches all files in my subcollection, but apparently xst thinks otherwise.
So either the bug is in xst, or between my ears...
xst get /db/apps/krx-app/ /tmp/db/ -v -e data/KRP/* --config ~/hwbackend.xstrc
(the output is too long to show here; it includes all files from the krx-app collection.)
The text was updated successfully, but these errors were encountered:
What happened?
I have a collection with a lot of data in the data/KRP subcollection and all the sub-subcollection in there.
When downloading the collection, I want to exclude everything in data. I tried different commands, but could never convince xst to leave data/ alone.
In my book 'data/KRP' , or even 'data/KRP/*' is a 'pattern' that matches all files in my subcollection, but apparently xst thinks otherwise.
So either the bug is in xst, or between my ears...
System Information
Relevant shell output
The text was updated successfully, but these errors were encountered: