|
Answer» Hi, guys I tried asking a question before but didn't get MUCH traction on it.
Can someone please help me, I'm just very new to all this and idk were to start.
I NEED to transfer files between different SERVERS
When I run the script, it could be robocopy, but how much can I customize robocopy to make it do what I want.
so when the script to kind of always be running in the back ground so I do not need to initiate it everytime.
Here is the setup up I have.
I have 2 servers. Server 1 is the source and Server 2 is the destination
On server 1 I have two folders Folder1_under_review Folder2_production
On server 2 I have Folder3_under_review Folder4_approved Folder5_production Folder6_backup
so when I work on my projects and im finished with the project I want to save it to the folder1_under_review, the script needs to be ABLE to look at that folder and move any new files to folder3_under_review. Once the file is in the folder3_under_review someone will look at the file and approve it by moving it to folder4_approved. when the file is in folder4_approved the script needs to take it from the folder4_approved and move it to folder5_production, but as it moves it to the folder5_production it needs to delete that file from folder4_approved also if same file name exists in folder5_production I want the script to BACKUP that other file to folder6_backup.
So when the file that has been moved from folder4_approved is finally in folder5_production I want the script to mirror or synch or copy this folder5_production to folder2_production on server 1. I want folder2_production to always mirror/have exact same files as folder5_production.
Hope this makes sense. I have been looking all over the internet and didn't find a solution with robocopy
Thank youYes, Robocopy has a monitor option.
But in your case you would have to have multiple Robocopy instances running in monitor mode to do what you want to do.Thank you for providing the monitor option. can anyone help with the actual code of copying all the files, etc? I do not have a script written yet, idk where to start.
Quote can anyone help with the actual code of copying all the files, etc?
Maybe Google for "free script writing service"?
|