Author Topic: New backup (beta) stops working  (Read 4652 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
New backup (beta) stops working
« on: January 15, 2021, 12:07:57 AM »
Last week this feature stopped working. Connection to remote backup server is ok, test connection is ok. When backup is initiated manually and automatically folders are correctly created on remote server (if they dont exist), but nothing has not been sent to the remote server.
Tail for cron_backup.log:
Code: [Select]
tail -f /var/log/cwp/cron_backup.log
2021-01-14 20:00:02 /projects/backup
2021-01-14 20:00:02 Failed to create directory to "/projects/backup"
2021-01-14 20:00:02 Failed to create directory to "/projects/backup/full"
2021-01-14 20:00:02 create directory /projects/backup/full/daily
2021-01-14 20:00:02 create directory /projects/backup/full/daily/Thursday
2021-01-14 20:00:02 Failed to create directory to "/projects/backup/full/daily/Thursday/"
2021-01-14 20:00:02 create directory /projects/backup/full/daily/Thursday//accounts/
2021-01-14 20:00:02 Local directory /home/tmp_bak/ was created
2021-01-14 20:00:02 END
2021-01-14 20:00:05 UPDATE backups SET LASTEXEC = "2021-01-14 20:00:05", STRUN ="0", BACKUP_FORCE="0" WHERE ID="5"

I tried deleting backup and creating new one, rebooting the server, deleting and creating folders manually on remote server.. Nothing seems to help. What should I do to fix this?
Thank you