Author |
Message |
rverette
Joined: 26 Oct 2006 Posts: 19
|
Posted: Sun Jan 10, 2021 9:20 pm Post subject: vvengine settings |
|
|
I have several profiles active. One backs up to an internal drive, one copies the contents of the internal drive to a file server connected to the network. They both work just fine.
One runs when changes are detected, and the other once a month. Can vvengine prevent the one from running when the monthly one is operating?
It's not a big deal, but it seems that since the destination of one is the source of the other, that both should not be running at the same time to avoid comparison issues. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8762
|
Posted: Mon Jan 11, 2021 5:55 am Post subject: |
|
|
For the real-time profile, set the 'Start only if' condition, and use the
running_process_exists("viceversa.exe") == false (See help for more info)
This will only start the ViceVersa is not already running another profile.
In the next VVEngine version we plan to have the variable profile_is_running("profilename"), and/or any profile running. _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
rverette
Joined: 26 Oct 2006 Posts: 19
|
Posted: Wed Jan 13, 2021 6:15 am Post subject: |
|
|
K. I'll try that and post if successful. Thanks. |
|
Back to top |
|
|
rverette
Joined: 26 Oct 2006 Posts: 19
|
Posted: Sat Mar 20, 2021 2:56 pm Post subject: |
|
|
That seems to work. Thanks. |
|
Back to top |
|
|
|