Übersicht
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
Features
scheduled backeup, s3 or ftp backup
Installation
Installation using the cli
server.sh module get backup-server-moduleAfter the module is downloaded use it in the server.toml
[modules]
active = ["backup-server-module"]