Backups

Enable the Akeeba front-end backup in the settings of Akeeba in the back-end.

Establish a cron-job with the following entries:

The FTP command input looks like this:

# ftp -n myserver < ftpcommands
# vim ftpcommands
user <user> <password>
cd <dir>
put site-www.myserver*.tld
bye