It is possible to make backup with the CommandLine client of the java client on systems without a GUI like a Linux server.
You can create a shell script for this and schedule this via cron(crontab) to run on a daily basis.
Here is an example of the backup script that you could use as a template file and save it as something like 'DailyBackup.sh':
----------------------------------------------------------