hassio-rclone-backup icon indicating copy to clipboard operation
hassio-rclone-backup copied to clipboard

Test run

Open marcschumacher opened this issue 1 year ago • 1 comments

Is it possible to have a test run for my job without having to specify a specific time and wait for this? It would be cool to be able to just trigger it on demand and see the output in the logs.

marcschumacher avatar Oct 20 '24 07:10 marcschumacher

Yep, simply don't include a schedule and the job will run on startup, so each time you save your configuration and restart the container it will run the job.

I have one that just prints out my backups on the remote, so I can see that the connection is working

- command: ls
  name: List Backups
  source: "hassbackup:"
  flags:
    human-readable: true

jcwillox avatar Nov 02 '24 03:11 jcwillox