Schedule Conditions

Conditions can be added to an action's schedule that may prevent it from running, delay the start of the action, or automatically stop the action after it has started.

Adding conditions to a schedule Steps

Condition Types

There are three kinds of conditions:

When Stop… means Ignore… Note

Conditions

In these conditions, the term available means "immediately reachable in the filesystem without mounting a volume or connecting to a server."

Multiple conditions More Info
If Power conditions Details

Examples

Here are some example conditions and how they could be used:

Hold While No Archive – Action will wait until its archive is available. Useful for removable backup volumes. The action will wait until the volume containing the archive is mounted. Use this condition on actions that need to wait for an external backup drive to be plugged in.

Ignore if Shutdown – Skips an action if the system was shutdown when it was last scheduled to run. Allows you to schedule actions to run at regular intervals, but avoids running them as soon as you start up because one of those periods occurred while the system was shut down.

Ignore if Free Space More than 20% – Skips this action if the free space on the volume is more than 20%. Useful for Compact and Merge actions; avoids compacting or merging layers if there is still ample free space on the drive.

Ignore if Parallels Desktop is Open – Skips the action if the application Parallels Desktop is running. This can be used to avoid capturing VM files while they are being modified; it's nearly impossible capture a valid copy of a VM disk image while it is in use.

Stop After 5 Hours – Stops a running action once it has been running for 5 hours. Useful for keeping long running actions, like capture or compact, from interfering with the normal use of the computer. A compact action started at 2:00 will be stopped if it hasn't finished by 7:00.

Stop If Power Remaining Less than 20% – Stop an action if the available battery power remaining is estimated to be less than 20%.

Ignore If Power from Battery or UPS – Keep long running maintenance actions (like compact and verify) from starting when the system is running on battery power.