Hello,
Am trying to create a script that can create a backup and send it to a user via email
During the process, i need an account_id which i can get using the command below:
jetbackup5api -F listBackupForAccounts -D "type=1&contains=511" -O json
The problem is, when i run the command above, it does not return results for orphaned accounts. So whenever I need the account details for orphanned accounts, I cant get them
I have tried modifiying the command to the one below based on the boolean parameter i found under listAccounts function but that paramenter doesn't work for listBackupForAccounts function
jetbackup5api -F listBackupForAccounts -D "type=1&contains=511&orphan=1" -O json
How can I successfully list backups for all accounts, or at least orphan accounts only, using the Jetbackup5API?
Get orphaned account details via jetbackup5api
-
- Staff Member
- Posts: 58
- Joined: October 4th, 2023, 10:44 pm
Re: Get orphaned account details via jetbackup5api
Hello mwabini,
Regarding this issue, we have closed an internal case that adds the ability to list the backups for orphaned accounts using our API. It will be included in our next update v5.3.9 that is expected to be released in February/March 2024. The command that you wrote for your script will function properly when the update is pushed.
Best Regards,
Regarding this issue, we have closed an internal case that adds the ability to list the backups for orphaned accounts using our API. It will be included in our next update v5.3.9 that is expected to be released in February/March 2024. The command that you wrote for your script will function properly when the update is pushed.
Code: Select all
jetbackup5api -F listBackupForAccounts -D 'type=1&contains=511&orphan=1'
Kevin N
JetApps, LLC.
JetApps.com | JetBackup.com
JetApps, LLC.
JetApps.com | JetBackup.com
Re: Get orphaned account details via jetbackup5api
Great. Thanks a lot for the response Kevin
Re: Get orphaned account details via jetbackup5api
Hello,
Was this feature enabled?
Am running jetbackup 5.3.9 but i still can't get the orphaned accounts
My jetbackup version
Command am running
Expected result
I expected it to list the orphaned accounts.
What actually happen
The command will only lists active accounts. i have 119 orphaned accounts but they aren't listed. its like the orphan=1 part is being ignored.
Was this feature enabled?
Am running jetbackup 5.3.9 but i still can't get the orphaned accounts
My jetbackup version
Code: Select all
JetBackup - Base 5.3.9 | cPanel Panel 5.3.9 (Current Tier STABLE)
Command am running
Code: Select all
jetbackup5api -F listBackupForAccounts -D 'type=1&contains=511&orphan=1'
I expected it to list the orphaned accounts.
What actually happen
The command will only lists active accounts. i have 119 orphaned accounts but they aren't listed. its like the orphan=1 part is being ignored.
-
- Staff Member
- Posts: 58
- Joined: October 4th, 2023, 10:44 pm
Re: Get orphaned account details via jetbackup5api
Hi mwabini,
Apologies for the inconvenience. Internal case JB5-Base #1511 which was created to address this issue was pushed to v5.3.10 which will be released later this month, April 2024. I can confirm that the case is currently closed, and when the update is released, you will be able to see that reflected in our changelog.
https://changelog.jetbackup.com/jetbackup/5/base#base
For further insight, there were critical issues that were resolved in v5.3.9. With this in mind, some cases were pushed to the next patch in order to prioritize these issues and ensure the stability of core JetBackup functions.
Apologies once again for the delay.
Apologies for the inconvenience. Internal case JB5-Base #1511 which was created to address this issue was pushed to v5.3.10 which will be released later this month, April 2024. I can confirm that the case is currently closed, and when the update is released, you will be able to see that reflected in our changelog.
https://changelog.jetbackup.com/jetbackup/5/base#base
For further insight, there were critical issues that were resolved in v5.3.9. With this in mind, some cases were pushed to the next patch in order to prioritize these issues and ensure the stability of core JetBackup functions.
Apologies once again for the delay.
Kevin N
JetApps, LLC.
JetApps.com | JetBackup.com
JetApps, LLC.
JetApps.com | JetBackup.com