Hi. Recently, I've made a PHP script which can be used to backup server folder. Download last release HERE See code HERE Usage: - download the latest stable release - put the files (config.yml + backup.php + backup.cmd (Windows) or backup.sh (Linux)) one folder above the server folder along with PocketMine binairies (Windows - php5 [php7 not working], Linux - php5/php7) (Example: server is in folder /root/myserver/, so you put the files to /root/) - configure settings in config.yml - Windows: double-tap the backup.cmd file - Linux: ./backup.sh (if it doesn't work, try chmod 500 ./backup.sh or chmod 500 bin/php(5|7)/bin/php) Bugs can be reported here
this tool will backup server folder into .zip automatically? how about .zip name? or new backup file will merge the old one?