Documentation
Tutorials
Workflows
Kebab actions
Daily Work
Dashboard & Reports
Quality Control
ISO 17025
Logs
Contacts
Billing
Analysis Setup
Settings
Initial Setup
Help & Reference
Architecture decisions
Settings
0:000:00

FTP Backup

Navigation: Settings → Backup → FTP

Upload database backups to a remote FTP server.


Settings Fields

FieldDescription
FTP HostThe FTP server address (e.g. ftp.example.com)
PortThe connection port (default: 21)
UsernameThe FTP username
PasswordThe FTP password (stored encrypted)
Remote PathThe folder on the FTP server (e.g. /backups/agrometrisis)
TLSEnable encrypted connection (FTPS)
Auto-UploadEnable/disable automatic backup uploads

How It Works

  • Backups are uploaded as .sql.gz files to the specified folder
  • If the FTP server is unreachable, an error is logged
Tip: Always enable TLS for secure data transfer, especially on public networks.