no backups are being made

Missing a lot of information.

What backup system? There are at least 3 that can run as cron.
How do you know they they are not being done?
What directories are you checking?
What message system are you checking?
What does the DA log say about it?

Also the task.queue file is not existing.

task.queue is not supposed to exist if there is nothing to run.

Within 1 minute of the cronjob executing does the task.queue exist and what is in it?
 
Missing a lot of information.

What backup system? There are at least 3 that can run as cron.
How do you know they they are not being done?
What directories are you checking?
What message system are you checking?
What does the DA log say about it?



task.queue is not supposed to exist if there is nothing to run.

Within 1 minute of the cronjob executing does the task.queue exist and what is in it?

Thanks for your reply.

- all backups (admin/reseller/user) not working
- no files are being made and no messages
- user_backups/admin_backups etc.
- message ticket system within DA
- no log entries found

Ofcourse I checked all above before making this thread.

Task.queue does not exist and I mean that, that is good. It looks like nothing in the queue is inserted.
 
It looks like nothing in the queue is inserted.

You would have to check task.queue within 1 minute after the cronjob runs to know if anything was inserted. Therefore the question I asked but has not yet been answered.
Within 1 minute of the cronjob executing does the task.queue exist and what is in it?
 
the file is not beïng made when a backup is submitted.

in DA it says:
Backup creation added to queue

But the queue file does not show up.
 
Fixed.

The permissions were not right for the data directory.
drwx--x--x 8 apache diradmin 4096 May 9 12:02 data

Solution:
cd /usr/local/directadmin
chown diradmin:diradmin data
 
Back
Top