Hello everyone,
we just updated our plesk panel on a debian 6 server from version 11.0 to 11.5 a few days ago and since that day our daily backup fails every night.
The backup script is executed by the cron daemon.
This is the backup script:
#!/bin/bash
BASEDIR=/srv/backup...