crm: backup jobs fail #23

Open
opened 2023-05-22 23:15:39 +00:00 by kiara · 1 comment
Owner
kiara@crm:~$ sudo crontab -l

this yields the following jobs and their corresponding mails:

7 3 * * * /usr/bin/find /backup -mtime +7 -delete
/usr/bin/find: cannot delete '/backup': Directory not empty
33 5 * * * /root/bin/filesbackup.sh
(error mail without obvious error message?)

@tabe @arjan komen deze jobs jullie bekend voor? deze behoren niet tot de jobs die we al via ansible geregeld hebben, dus ze lijken recent...

```sh kiara@crm:~$ sudo crontab -l ``` this yields the following jobs and their corresponding mails: ``` 7 3 * * * /usr/bin/find /backup -mtime +7 -delete /usr/bin/find: cannot delete '/backup': Directory not empty 33 5 * * * /root/bin/filesbackup.sh (error mail without obvious error message?) ``` @tabe @arjan komen deze jobs jullie bekend voor? deze behoren niet tot de jobs die we al via ansible geregeld hebben, dus ze lijken recent...
Member

De jobs uit de crontab staan er al even:

root@crm:~/bin# ls -al
total 16
drwxr-xr-x  2 root root   85 Jan  5  2022 .
drwx------ 12 root root 4096 May 22 22:00 ..
-rwxr--r--  1 root root  223 Jan  5  2022 cron.sh
-rwxr--r--  1 root root    0 Jan  5  2022 devbackup.sh
-rwxr--r--  1 root root  252 Jan  5  2022 filesbackup.sh
-rwxr--r--  1 root root  287 Jan  5  2022 mysqlbackup.sh
De jobs uit de crontab staan er al even: ``` root@crm:~/bin# ls -al total 16 drwxr-xr-x 2 root root 85 Jan 5 2022 . drwx------ 12 root root 4096 May 22 22:00 .. -rwxr--r-- 1 root root 223 Jan 5 2022 cron.sh -rwxr--r-- 1 root root 0 Jan 5 2022 devbackup.sh -rwxr--r-- 1 root root 252 Jan 5 2022 filesbackup.sh -rwxr--r-- 1 root root 287 Jan 5 2022 mysqlbackup.sh ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bij1/infra#23
No description provided.