tergum
tergum copied to clipboard
Tergum is simple tool provides centralized backup solution with multiple sources (databases, files, S3, ...) and multiple backup storages (S3, filesystem, ...)
``` Notification: Backend: Email: SmtpHost: 127.0.0.1 SmtpPort: 11025 Username: null Password: null From: [email protected] ``` ``` EmailBackend backend requires Username ```
I want to use the tergum to backup my postgres data to the AWS s3, Do I set an additional timed task?
``` 2023-01-11T18:03:34+01:00 INF FAILED/BACKUP(file) Backup file failed: open shit: no such file or directory ```
``` tergum direct --output dump.sql mysql --host ... --port ... --username ... --password --database ```