Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Configuration

EndermanbugZJFC edited this page Oct 8, 2020 · 2 revisions

Options

Option Description
true-this-or-dream-might-quit-youtube The plugin power switch. If this option is false, the plugin will disable on load.
backup-name The name format that the backup archive file will be used, please see the available name format tag list!
smart-backup-ignorer Let the system to decide whether a file should be ignored or not, please see the smart ignore condition list!
file-checker-interval The interval in ticks between every time the file checker checks if a backup.me is created.
ignore-disk-space Continue to do a server backup even if the server disk is not having enough space.

Name format tags

Tag Replacement
{y} Current year represented by a two-digit number
{m} Current month represented by a two-digit number
{d} Current date represented by a two-digit number
{h} Current hour represented by a two-digit number
{i} Current minute represented by a two-digit number
{s} Current second represented by a two-digit number
{format} The chosen backup archiver format (zip / tar)
{uuid} A universal unique identifier of the current backup archive task

Examples formats:

  • backup-{y}-{m}-{d} {h}-{i}-{s}.{format}
  • backup_my_server_{uuid}.{format}
  • backup {y}-{m}-{d} ({uuid}).{format}

Clone this wiki locally