Search found 43 matches

by JetAppsKevin
August 26th, 2024, 11:19 pm
Forum: JetBackup cPanel
Topic: Jetbackup with Notification Integration (Type Telegram)
Replies: 3
Views: 8620

Re: Jetbackup with Notification Integration (Type Telegram)

Hello dolphin, We currently do not have an option to customize the notification message. If you would like to see this in a future update, I strongly encourage you to create a feature request using the link below. Please keep in mind that we use a voting system to gauge the amount of interest in a f...
by JetAppsKevin
August 25th, 2024, 8:40 pm
Forum: JetBackup cPanel
Topic: Database with views not backed up
Replies: 3
Views: 9014

Re: Database with views not backed up

Hello ludolugo, Thank you for the update. This `mysqldump` error appears to be unique to your server. If you have "Debug Active" enabled in Settings >> General, you can find the `mysqldump` command, including all of the options, that JB uses to generate the database backup in the logs for ...
by JetAppsKevin
August 22nd, 2024, 1:16 am
Forum: JetBackup cPanel
Topic: Database with views not backed up
Replies: 3
Views: 9014

Re: Database with views not backed up

Hello ludolugo, Just to clarify, JetBackup utilizes `mysqldump` to generate the database backups, and these errors are returned during the `mysqldump` process. We would advise seeking the advice of a qualified Database Administrator to troubleshoot these errors as they would be able to assist more e...
by JetAppsKevin
August 13th, 2024, 2:41 am
Forum: JetBackup cPanel
Topic: Document for the JetBackup API for JetBackup version 4
Replies: 1
Views: 4227

Re: Document for the JetBackup API for JetBackup version 4

Hello PhucKhang, In JetBackup 4, you are able to filter the backups by account names using the listBackups API call with the `accounts[]` option. https://docs.jetbackup.com/manual/whm-api/Backups/listBackups.html Also, just to clarify, as of July 1st, 2024, we no longer provide support for JetBackup...
by JetAppsKevin
August 13th, 2024, 2:09 am
Forum: JetBackup cPanel
Topic: notification for an account
Replies: 1
Views: 4358

Re: notification for an account

Hello ludolugo, The only available way to retrieve the status of Never Finished account backups is to use the listLogItems API call. It would be possible to setup a cron to use the listLogs and listLogItems API calls to find the `_id` of the log for the latest backup job run and list each item (acco...
by JetAppsKevin
August 6th, 2024, 12:17 am
Forum: JetBackup cPanel
Topic: Disk Usage on /usr/local/jetapps/var/lib/jetindexd/
Replies: 1
Views: 5073

Re: Disk Usage on /usr/local/jetapps/var/lib/jetindexd/

Hello rootarchives,

The `jetindexd` service is deprecated and is not enabled in JetBackup v5.3+.

With this in mind, if you have JetBackup v5.3+ installed, it is safe to remove the `jetindexd` service and the jetindexd directory.

Code: Select all

yum remove jetindexd
Best Regards,
by JetAppsKevin
July 23rd, 2024, 11:40 pm
Forum: JetBackup cPanel
Topic: backup dns zones
Replies: 1
Views: 6409

Re: backup dns zones

Hello ludolugo, For this case, a directories backup job would be able to backup those DNS zone files, however they would not be restored with the account/domain automatically. Ideally, the DNS zones would be created in the zone file for the domain so that it can be included in the cPanel Account Bac...
by JetAppsKevin
July 18th, 2024, 2:58 am
Forum: JetBackup cPanel
Topic: api to create notificacion
Replies: 5
Views: 8204

Re: api to create notificacion

Hello ludolugo,

I'm glad that I was able to assist! If you encounter any more issues, please do not hesitate to open another post or contact our Tech Support Team by emailing [email protected].

Best Regards,
by JetAppsKevin
July 16th, 2024, 10:22 pm
Forum: JetBackup cPanel
Topic: api to create notificacion
Replies: 5
Views: 8204

Re: api to create notificacion

Hello ludolugo, Can you please try appending the following option to the end of the API command? options[smtp_timeout]=15 Complete command: jetbackup5api -F manageNotificationIntegration -D "action=create&name=Email_notification&type=Email&frequency[4]=1&options[recipients]=jetb...
by JetAppsKevin
July 16th, 2024, 1:13 am
Forum: JetBackup cPanel
Topic: api to create notificacion
Replies: 5
Views: 8204

Re: api to create notificacion

Hello ludolugo, I reviewed your API command and found a potential typo. Can you please confirm if the following option is correct? options[smtp_host]=mail.*****net Should it be (missing "." before net?): options[smtp_host]=mail.*****.net If you would like, our Support Team can take a close...