hpcleuven / vsc-python-irodsclient

VSC Python iRODS client
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Create a move bulk operation #3

Closed ingridbr closed 4 years ago

ingridbr commented 4 years ago

In the same line as the bulk operation for get and put that already exist it will be nice to also have a move bulk operation. It should be based on the PRC functions:

session.data_objects.move session.collections.move

but also adding wildcards and AVUs.

MaximeVdB commented 4 years ago

That's indeed one we need to have as well -- I've now added it to the set of bulk operations and command line tools.

Selecting items based on e.g. glob patterns with wildcards and AVUs happens in the same ways as the other operations.