since that FabSim3 uses rsync/cp commands for synchronizing/copying files and folders, these commands have problem with large number of files/folders, (in my case, both commands crashed with 78000 folders)
rsync/cp : Argument list too long
so, we need to replace all cp commands with rsync
and also, make sure do NOT use <directory>/*, use <directory> instead
since that FabSim3 uses
rsync/cpcommands for synchronizing/copying files and folders, these commands have problem with large number of files/folders, (in my case, both commands crashed with 78000 folders)so, we need to replace all
cpcommands withrsyncand also, make sure do NOT use
<directory>/*, use<directory>instead