Back to Module Directory

Backup-server-module

Backup solution

Version

v1.0.0

Installieren

Backup module

This modules provides a simple backup solution

Step by step

First activate thhe module inside the server.toml

# add the backup to the list of active modules
[modules]
active = ["backup-server-module"]

Then configure you backups inside config/backup.yaml

target: /tmp
backups:
  - id: site-id
    cron: cron

scheduled backeup, s3 or ftp backup

Installation using the cli

server.sh module get backup-server-module

After the module is downloaded use it in the server.toml

[modules]
active = ["backup-server-module"]