Hello,
We are trying to gather restore points for backup monitoring using backup_user_list API call. The issue is that while daily and monthly backups provide correct output, calls involving weekly backups return the following:
Backup directory is set to /backup and it contains all types of backups. So there's nothing different in ownership/permissions for weekly and monthly backup directories for example.
We have also examined .master.meta files in several backup directories and they seem to be intact (no content difference, except for order: sometimes 'accounts list' metadata goes before backup summary (date, status, etc.) and sometimes it's printed before backup summary section(we can attach examples if needed))
Can anyone please point us in the right direction regarding this odd issue?
We are trying to gather restore points for backup monitoring using backup_user_list API call. The issue is that while daily and monthly backups provide correct output, calls involving weekly backups return the following:
Code:
# /usr/local/cpanel/bin/whmapi1 backup_user_list restore_point=2020-08-16
---
metadata:
command: backup_user_list
reason: "Invalid restore point: 2020-08-16"
result: 1
version: 1
We have also examined .master.meta files in several backup directories and they seem to be intact (no content difference, except for order: sometimes 'accounts list' metadata goes before backup summary (date, status, etc.) and sometimes it's printed before backup summary section(we can attach examples if needed))
Can anyone please point us in the right direction regarding this odd issue?
Last edited: