DriveBackupV2

DriveBackupV2

46.6k Downloads

Backup entire server in one zip

edcous opened this issue ยท 2 comments

commented

How do I backup the entire server in one zip?

commented

Use:

  - path: "../minecraftServer"
    format: "'Backup-server-'yyyy-M-d--HH-mm'.zip'"
    create: true
    blacklist:
    - "backups"

Replace "minecraftServer" with the name of the folder your Minecraft server JAR is in. Don't include parent folders.

Let me know if this works!

commented