Posted December 22, 2022


There certainly can be several ways to achieve that. When I needed to split the installer collection to two different hard drives, after "gogrepoc update" I used a bash script to split the existing manifest file to two separate manifest files (I was using the "csplit"-tool in Linux; not sure if there is a similar tool for Windows) and then ran two separate instances of "gogrepoc download/clean/verify" with the partial manifest files, to two different paths. Oh and you have to add those missing [ and ] to the partial manifest files too...
https://man7.org/linux/man-pages/man1/csplit.1.html
Or alternatively just split the manifest file manually in your favorite text editor (notepad, vi, nano...).
I use Linux as well. For Windows, csplit can be doenloaded as part of the GNU CoreUtils.
https://gnuwin32.sourceforge.net/packages/coreutils.htm