Open HydrolienF opened 1 week ago
I have found few minor bugs which should be fixed now.
With that codes changes, your plugins is doing what I wanted it to do : save all server files excepts backups/
I have triied to do as few changes as possible so that every changes can be understoud. Let me know if you need more explanation about something or want any changes.
Thank you for your additions! I am very happy to see new contributors and will review and implement your changes in near future
Hi thanks for this nice plugins. I was trying to save all my server files (excepts the backup folder), but I haven't found a way to add all of them without naming them 1 by 1. I have triied to set
addDirectoryToBackup: [ "." ]
, it does include all my server files, but inside the parent directory. So I had theworld/
duplicate in the .zip (container/world/
andworld/
)I would appreciate if "*" for all the root directories and files was working, so I'm trying to do it. (I will switch from draft request to pull request once I will have end my test)
Allow "*" as a path & remove excluded directories from worlds to.
Let me know if it's clear enough for you or if I need to change somethings.