I'll try to be more clear..
suppose yo have to manage the updates of a large web site application, with a few thowsand files distributed in a very complex filesystem tree
yo have to update a few files, say 50. These files are spread in the filesystem, so you cannot simply enqueue a folder and try to transfer the root directory to the 18 servers at the same time will be equivalent to be finding a new job.
So the solution is to generate a queue with each file pointing to its respective remote target and then transfer the file....
but, omg!!! I need to repeat the same operation for the 18 servers, and flashfxp simply delete the queue each time I transfer it... so I need to backup it each time I wish to synchronize another server, a very painful operation.
|