Nowadays I've a process that copies file by file. This is taking a lot of time.
Thought about the following solution:
- Compress all files in a serverA and then copy the zip file to serverB;
- Decompress this file in serverB;
Is there anyway to decompress this file by command line after the file is copied?