Shevchik / AutoSaveWorld

Bukkit plugin that provides advanced bukkit server management capabilities. Supports automatic saves, backups, stale data purge, plugin management, and more.
GNU General Public License v3.0
35 stars 36 forks source link

files and .jar #66

Closed Escanor2019 closed 4 years ago

Escanor2019 commented 4 years ago

why you don't have the option to backup files and .jar? or all folder ./*? start.bat start.sh server.jar server.properties bukkit.yml spigot.yml config.yml bungee.yml

Escanor2019 commented 4 years ago

image what is localfs otherfolders and excludefolders ? i can use /%serverdir%/server.properties?

Shevchik commented 4 years ago

Otherfolders is a list of other folders and files you wish to backup. You can use absolete paths, or paths relative to the server root folder.

Escanor2019 commented 4 years ago

what i want to know is how to specify the relative folder of the server ./server.jar /server.jar $serverfolder/server.jar or pluginfolder or destinationfolder back dir: ../../../server.jar

Escanor2019 commented 4 years ago

is {server folder} like in Performs a world backups({server folder}/backups/)?

Escanor2019 commented 4 years ago

image