> V1.1.0 > Commands > Plakar scheduler
Version v1.1.0

Beta Version

You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.

scheduler

PLAKAR-SCHEDULER(1)General Commands ManualPLAKAR-SCHEDULER(1)

plakar-schedulerRun the Plakar scheduler

plakar scheduler[-foreground] [start -tasks configfile] [stop]

The plakar scheduler runs in the background and manages task execution based on the defined schedule.

The options are as follows:

Run the scheduler in the foreground instead of as a background service.
configfile
Specify the configuration file that contains the task definitions and schedules.
-tasks configfile
Starts the scheduler service and its tasks from configfile.
Stop the currently running scheduler service.

The plakar-scheduler utility exits 0 on success, and >0 if an error occurs.

0
Command completed successfully.
>0
An error occurred, such as invalid parameters, inability to create the repository, or configuration issues.

plakar(1)

July 3, 2025Plakar

Found a bug or mistake in the documentation? Create an issue on GitHub