Excellent. I should have tested the run-before functionality with a non-zero exit code before posting.
Should I need to have a script interrupt a job rather than this utility, I can simply code the script to return a non-zero exit code depending on the conditions it's checking.
Thanks for your help.
Search found 13 matches
- Thu Aug 01, 2024 12:46 pm
- Forum: Windows Topics
- Topic: Use return code on external command to inhibit a profile?
- Replies: 2
- Views: 9689
- Wed Jul 31, 2024 11:12 pm
- Forum: Windows Topics
- Topic: Use return code on external command to inhibit a profile?
- Replies: 2
- Views: 9689
Use return code on external command to inhibit a profile?
I want to prevent a backup profile from running if Windows signals that a drive failure is imminent (SMART) on the source drive. This would be a measure to both limit drive activity and not copy potentially corrupt files in the event of a decaying drive state.
I have an Windows console app ...
I have an Windows console app ...
- Fri Jul 07, 2023 2:42 pm
- Forum: Windows Topics
- Topic: Logging / Real-Time + Scheduled Profiles
- Replies: 2
- Views: 5075
Re: Logging / Real-Time + Scheduled Profiles
Thanks, Tobias.
Sorry, I had done a search for scheduled in the log file and it only seemed to highlight the profile setting, not the run instance trigger. I should have done a search for scheduler.
The profile I am looking at is a busy one with frequent real-time and only occasional scheduled ...
Sorry, I had done a search for scheduled in the log file and it only seemed to highlight the profile setting, not the run instance trigger. I should have done a search for scheduler.
The profile I am looking at is a busy one with frequent real-time and only occasional scheduled ...
- Fri Jul 07, 2023 1:47 pm
- Forum: Windows Topics
- Topic: Logging / Real-Time + Scheduled Profiles
- Replies: 2
- Views: 5075
Logging / Real-Time + Scheduled Profiles
I use a lot of profiles that use real-time + scheduled sync.
I'm trying to troubleshoot an issue and I'm not sure what profile runs are scheduled vs real-time in the log. I want to make sure the scheduled syncs are running in addition to real-time.
Is there any way to tell this on the log entries ...
I'm trying to troubleshoot an issue and I'm not sure what profile runs are scheduled vs real-time in the log. I want to make sure the scheduled syncs are running in addition to real-time.
Is there any way to tell this on the log entries ...
- Wed Sep 21, 2022 8:31 pm
- Forum: Windows Topics
- Topic: Real Time "Waiting For Availability"
- Replies: 1
- Views: 4871
Real Time "Waiting For Availability"
We're using real time sync on a number of profiles. It normally works very well. However, as has been noted in a few old posts, minor / temporary network interruptions tend to send the real-time monitors into a coma. They will go to "waiting for availability" and never return.
I always set real ...
I always set real ...
- Fri Dec 17, 2021 12:41 am
- Forum: General Topics, Announcements and FAQs
- Topic: Feature Request: Test file presence / absence before running profile
- Replies: 13
- Views: 16331
Re: Feature Request: Test file presence / absence before running profile
An email with logs was sent just to give you more info. I did run with the script and real-time just to give you some logs.
I'll probably just run it with the timed profile for now. It seems to work well.
Thank you for all of your help!
I'll probably just run it with the timed profile for now. It seems to work well.
Thank you for all of your help!
- Thu Dec 16, 2021 10:40 pm
- Forum: General Topics, Announcements and FAQs
- Topic: Feature Request: Test file presence / absence before running profile
- Replies: 13
- Views: 16331
Re: Feature Request: Test file presence / absence before running profile
Update:
I have it running using the PascalScript on one of the 4 profiles on 9.42.
The difference tonight is that the profile with the script is now using a timed schedule (1 minute intervals). Previous tries it was set to real-time monitoring.
The other three are still using real-time and always ...
I have it running using the PascalScript on one of the 4 profiles on 9.42.
The difference tonight is that the profile with the script is now using a timed schedule (1 minute intervals). Previous tries it was set to real-time monitoring.
The other three are still using real-time and always ...
- Thu Dec 16, 2021 9:03 pm
- Forum: General Topics, Announcements and FAQs
- Topic: Feature Request: Test file presence / absence before running profile
- Replies: 13
- Views: 16331
Re: Feature Request: Test file presence / absence before running profile
I'm going to replicate it with logs, but am waiting for some users to wrap up their work so that the profile that handles those databases can run too.
It ran fine all night on 9.38d with the original settings.
I saved a copy of the \Program Data\Syncovery for reference, then upgraded to 9.42 ...
It ran fine all night on 9.38d with the original settings.
I saved a copy of the \Program Data\Syncovery for reference, then upgraded to 9.42 ...
- Thu Dec 16, 2021 2:27 am
- Forum: General Topics, Announcements and FAQs
- Topic: Feature Request: Test file presence / absence before running profile
- Replies: 13
- Views: 16331
Re: Feature Request: Test file presence / absence before running profile
Well, I had to retrograde back to 9.38d.
9.42 breaks all 4 of my profiles that use real time monitoring. Even though they all start up correctly, do the initial sync, and go into real time monitoring mode, they all eventually end up at "waiting for availability" permanently. Restarting the services ...
9.42 breaks all 4 of my profiles that use real time monitoring. Even though they all start up correctly, do the initial sync, and go into real time monitoring mode, they all eventually end up at "waiting for availability" permanently. Restarting the services ...
- Thu Dec 16, 2021 1:06 am
- Forum: General Topics, Announcements and FAQs
- Topic: Feature Request: Test file presence / absence before running profile
- Replies: 13
- Views: 16331
Re: Feature Request: Test file presence / absence before running profile
Wow! That was fast!! I'm guessing you were about to push an update anyway. Thank you.
The PascalScript is working as intended. I had a problem with the profile (which has real time monitoring enabled) restarting endlessly while the script returned false (aka an .ldb file is present), but I figured ...
The PascalScript is working as intended. I had a problem with the profile (which has real time monitoring enabled) restarting endlessly while the script returned false (aka an .ldb file is present), but I figured ...