Which syntax correctly enables snapshot backup every 55 minutes?
For UiPath Automation Suite snapshot configuration, -s accepts a cron expression and -r sets retention in hours. The schedule */55 * * * * is the provided 55-minute schedule expression, and 50h is a valid hourly retention value. Configuring the cluster snapshot backup
-s
-r
*/55 * * * *
50h
Community Discussion