Autor Tema: Simple Backup ► Copias de seguridad automáticas del mapa  (Leído 1867 veces)

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
Simple Backup ► Copias de seguridad automáticas del mapa
« en: 30 de Octubre de 2016 a las 09:37 »
Simple Backup
Copias de seguridad automáticas del mapa incluyendo avisos a los jugadores


:v: Bukkit: http://dev.bukkit.org/server-mods/simplebackup/

## Configuración: https://github.com/Exolius/SimpleBackup/blob/master/src/config.yml

Cita de: Comando para forzar una CS
/sbackup

Código: (config.yml) [Seleccionar]
# Interval between map saves in hours, 0.25 is 15 minutes, 1.0 is 1 hour and so on. (1 hour is default).
# backup-interval-hours: 1.0
# #
# List of worlds to backup, leave it empty to backup all worlds
# backup-worlds:
# #
# List of additional folders to backup (relative paths only). The 'plugins' folder can contain open or locked files!
# Depending on what plugins you have installed, it may not be a good idea to try to backup that folder.
# Usually plugins that write a large amounts of data frequently (like some loggers) are risky.
# backup-folders:
#        - plugins
# #
# The folder where backups are stored. Can be absolute path or relative to the working directory.
# backup-file: backups/
# #
# The backup file name. See Java's SimpleDateFormat for formatting help.
# backup-date-format: yyyy-MM-dd-HH-mm-ss
# #
# Should a backup be created if no one was online since the last backup?
# backup-empty-server: false
# #
# If zipping is disabled, the world files will be copied to a folder.
# If zipping is enabled, the world files will be compressed in a zip file.
# disable-zipping: false
# #
# Backup delete schedule
# For each interval a desired backup frequency is specified, for example:
# delete-schedule:
#    intervals:
#        - 3d
#        - 4w
#        - 6m
#    interval-frequencies:
#        - 1d
#        - 1w
#        - 0
# Translates to:
# for backups older than 3 days, leave only 1 backup per day;
# for backups older than 4 weeks + 3 days, leave only 1 backup per week;
# for backups older than 6 months + 4 weeks + 3 days, do not keep any;
# Supported symbols are ('h' = hour, 'd' = day, 'w' = week, 'm' = month, 'y' = year).
# Fractional numbers are not supported.
# #
# true if a message should be broadcast when backup starts or ends
# broadcast-message: true
# #
# Message tag shown in the chat when the server is backing up.
# Example: if the message was set to '[Bukkit is awesome]' you
# would see "[Bukkit is awesome] Starting Backup" when the
# plugin backs up
# backup-message: '[SimpleBackup]'
# #
# The 'backup starting' message that is broadcast when backup starts
# custom-backup-message: Backup starting
# #
# The 'backup completed' message that is broadcast when backup ends
# custom-backup-message-end: Backup completed
# #
# The time of day to make backups (makes sense with daily backups)
# start-time: '03:00'
# #

backup-interval-hours: 3.0
backup-file: CS/
backup-date-format: yyyyMMdd_HHmmss
backup-empty-server: false
disable-zipping: false
delete-schedule:
  intervals:
  - 1d
  - 3d
  - 4w
  - 30w
  interval-frequencies:
  - 4h
  - 1d
  - 5d
  - 30d
broadcast-message: true
backup-message: '[NeoMedieval]'
custom-backup-message: Iniciando copia de seguridad de los mundos...
custom-backup-message-end: '...copia de seguridad completada.'
backup-worlds:
- NM
- Creativo

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
Simple Backup v1.8 → 1.10
« Respuesta #1 en: 21 de Diciembre de 2016 a las 12:17 »
Desinstalado porque el Panel de Multicraft puede hacer lo que necesitamos sin tener este plugin. Lo bueno de Simple Backup sería realizar una CS completa de mundos y plugins, pero debido a los tiles del dynmap no es conveniente realizar este tipo de copia.