SMBBackupPlugin icon

SMBBackupPlugin -----

SMBサーバーへバックアップをします。



インストール方法
  1. ダウンロードした を plugins フォルダに設置

  2. サーバーを起動し、自動生成される config.yml を編集

  3. 必要に応じて /backup reload で設定を再読込
設定例
Code (YAML):
smb :
  # SMBサーバーのIPアドレスまたはホスト名
  address
: "192.168.1.100"

  # SMBユーザー名
  username
: "your_username"

  # SMBパスワード
  password
: "your_password"

  # 共有名
  share
: "backup_share"

  # リモートディレクトリ(共有内のパス)
  remoteDir
: "minecraft_backup"

backup
:
  # バックアップの保存先ディレクトリ
  directories
:
   - ./world

schedule
:
  # スケジュールバックアップを有効にするか
  enabled
: true
  cron
: "0 2 * * *"   # デフォルト: 毎日午前2時


コマンド 説明

  • /backup now 即時バックアップを実行
  • /backup reload 設定を再読み込みし、スケジュールを再起動
  • /backup status 現在のステータスを表示
Resource Information
Author:
----------
Total Downloads: 182
First Release: Jul 26, 2025
Last Update: Jul 26, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings