Author |
Message |
twomacsfive
Joined: 03 Jun 2020 Posts: 4
|
Posted: Wed Jun 03, 2020 1:41 pm Post subject: Keep copy of source in same job |
|
|
VV 3.0 build 3003
I need to keep a copy in a subfolder on the source location
example: \\server\source\*.txt
Want to keep a copy of what I copy to the destination in a subfolder on the source server: processed
--- \\server\source\processed - keep copy
--- \\server2\destination - move files here
Then MOVE them to the destination folder on another server
Archiving does not seem to do the trick
Any ideas? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8762
|
Posted: Wed Jun 03, 2020 11:47 pm Post subject: |
|
|
So,
*.txt files (use include *.txt file filter)
A) First copy from \\server\source\ to \\server\source\processed\ (do not include subfolders)
B) Then move from \\server\source\ to \\server2\destination\
Correct?
You would need to set 2 profiles.
First one does A, second one does B.
You can schedule to run the 2 profiles sequentially with VVEngine:
https://www.tgrmn.com/web/vvengine/vvengine.htm
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
twomacsfive
Joined: 03 Jun 2020 Posts: 4
|
Posted: Thu Jun 04, 2020 1:10 pm Post subject: Got it - 2 separate Profiles |
|
|
Thanks |
|
Back to top |
|
|
twomacsfive
Joined: 03 Jun 2020 Posts: 4
|
Posted: Thu Jun 04, 2020 1:41 pm Post subject: Can I call one profile from another? |
|
|
The second profile will MOVE the files (as I need to remove from the source for processing). It would be best if I called the first one to backup the files on the source before the second that moves the files runs. |
|
Back to top |
|
|
twomacsfive
Joined: 03 Jun 2020 Posts: 4
|
Posted: Thu Jun 04, 2020 1:46 pm Post subject: I found the scripts |
|
|
I found the option to execute a script prior to comparison
Seems to work |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8762
|
|
Back to top |
|
|
|