trinapicot / unraid-diskmv

A set of utilities to move unRAID user share directories between disks
The Unlicense
32 stars 4 forks source link

consld8 wildcard support #8

Open tarchive opened 5 years ago

tarchive commented 5 years ago

Command:

consld8 -t /mnt/user/share/A* disk1

Result:

'/mnt/user/share/ABC.file' is not a valid destination

Expected:

/mnt/user/share  Total usage: 500000000
Destination disk has been specified: disk1
/mnt/disk1/share used: 0 free: 1000000000
Merge /mnt/disk2/ share onto disk1
Running in test mode, no files moved.
Merge /mnt/disk3/share onto disk1
Running in test mode, no files moved.

I can probably work around this by putting the consld8 command inside a for loop but it would be nice if this was handled internally.