Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Back Up Database - BackUpDatabase.js
Plugin desc : Data Backup Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/BackUpDatabase.js
File name : BackUpDatabase.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Data Backup Plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- BackUpDatabase.js Copies the entire data folder to a designated location each time the game is launched. Folders are accumulated by date, with no limit. This plugin is only effective during normal test play. It does nothing during normal play, battle test, event test, or browser play. Please note that while the plugin has been thoroughly tested, this plugin does not guarantee project recovery in the event of a problem. This plugin does not have a plugin command. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param backUpPath @text Backup Path @desc The output path of the file. Relative and absolute paths can be used. @default /backup @param includeSave @text Save data included @desc Folders containing save data will also be backed up. @type boolean @default false @param timeUnit @text Create a folder by time @desc If enabled, folders will be created by time. If disabled, folders will be created by date. @type boolean @default false