![]() |
|
+- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: |
Backup Specific Files - Mintyy - 02-16-2015 Backup Specific Files Author: Soulpour777 February 16, 2015 Description: This script allows you to backup specific files by using source and destination by FileUtils module. The reason why it is a specific backup is because it can be used to duplicate a file prior to saving and saving. Requirements: This needs the FileUtils Module written by Minero Aoki. You can access this module in this location: https://raw.githubus...ib/fileutils.rb Instructions: To backup all your specific files, do this on a script call: backup_listed_files The backup files are located on the Game Folder, in a folder named "Backup". Screenshot: Script Download: Code: #==============================================================================Author's Notes: Why specific? Why not backup all? Note that this script is for people who want to do specific backups for their files. Say for example you only want to backup a certain saved file prior in a future save, you can copy / backup it and put it on a sample folder called backup. |