mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
3.3 KiB
3.3 KiB
ButlerTask
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
T.nilable(::String) | ➖ | N/A | BackupDatabase |
interval |
T.nilable(::Float) | ➖ | N/A | 3 |
schedule_randomized |
T.nilable(T::Boolean) | ➖ | N/A | |
enabled |
T.nilable(T::Boolean) | ➖ | N/A | |
title |
T.nilable(::String) | ➖ | N/A | Backup Database |
description |
T.nilable(::String) | ➖ | N/A | Create a backup copy of the server's database in the configured backup directory |