1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
+1 vote
798 views
by brandon-w-8204 (34.1k points)
I have a backup that runs at night and need to pause a channel to avoid errors.

1 Answer

+2 votes

This is done via the scheduled Scripts in the channel

You then add the following 2 items. Schedule when you want the pause and resume with the cron string.

Pause:

 

Resume:

 

by brandon-w-8204 (34.1k points)
by jon-t-6024 (560 points)
It's easy to miss, so I'll point it out here -- make sure on your 'resume' script that you click the 'Run script while channel is paused' checkbox, or else it won't run!
...