Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #154292 Reply
    AConlon
    Guest

    Hello,

    We have Total Upkeep installed on two websites. It seemed to work okay until last night.
    As of 10:10 pm MT, Total Upkeep has started running Backup Archives every ten minutes on both websites, which is filling up the server.
    I logged into the websites and noticed that the option in the CRON job schedule is every 5, 10, 30, or 60 minutes. I changed it to every hour, but even so, running that frequently every week will be too much for the hosting provider.
    Before last night, the backups ran just once a week, not every ten minutes (which was the default, apparently.)

    Can you please assist me? I want to keep this as a redundancy for my client, but not with these settings.
    Thanks

    #154321 Reply
    Elana
    Keymaster

    Hello,

    ​Thank you for reaching out to our support team.

    If you haven’t already, please ensure that you are using version 1.16.10 of Total UpKeep. This version should address the issue you mention.

    Also, if you are getting errors please share any errors you are getting from backups or CRON logs.

    You can check the CRON log by going to WordPress Admin → Total UpKeep → Tools → CRON Log and verify if there are multiple line items or errors being logged. If you see anything unusual there, it might explain the repeated notifications.

    If you’re still seeing the problem after checking these steps, feel free to let me know, and I’d be happy to assist you further.

    Thanks again for your patience, and I look forward to getting this resolved for you!

    Thanks
    Elana D.

    #154337 Reply
    A Conlon
    Guest

    Hello Elana,
    I checked the steps you recommended.
    The Total Upkeep Plugin is up to date on both websites. The error has stopped now that the scheduled date has passed. I have several screenshots to share with you if there is a way for me to share them.
    The logs show no errors, per see; however, there are hundreds of pending emails generated from backups. I don’t know why they weren’t sent. Maybe my mail server blocked them as spam. (This is likely due to the overwhelming volume of mail.)
    The settings are all accurate, so I’m not sure what changed, but the plugin is set to auto-update.
    Please let me know the next steps, otherwise I will disable the plugin.
    Thank you

    #154348 Reply
    Elana
    Keymaster

    Hello,

    ​Thank you for reaching out to our support team.

    If you haven’t already, please ensure you’re using version 1.16.10 of Total Upkeep, as this version should resolve the issue with excessive emails.

    If you’re already on this version and are still experiencing issues, we can help reset your CRON jobs.

    Steps to reset your Total Upkeep CRON 
    1. To check the status of your CRON jobs by going into Total Upkeep -> Tools -> CRON log
    2. If there are no logs then no more emails are queued to send and you no longer need to proceed
    3. Add snippet to WordPress to Reset CRON Jobs Script
    4. Once added go to check status that all CRON jobs are removed from the queue
    5. If they are removed then delete the CRON Jobs Script from step 3. Otherwise no future jobs will run.

    How to add snippet to WordPress.

    • You can use a plugin like Code Snippets.
    • Alternatively, you can add it directly to your theme’s functions.php file by going to Appearance > Theme Editor, selecting Theme Functions on the right, and pasting it after the <?php line.

    Please let me know if you need any further assistance!

    Thanks
    Elana D.

    #154427 Reply
    Elana
    Keymaster

    Hello,

    Thank you for reaching out to our support team!

    To check the status of your CRON jobs, please go to Total Upkeep -> Tools -> CRON Log. If you don’t see any entries there, you’ll need to remove the script.

    The script is designed to remove the CRON jobs and prevent them from being created. It’s important to delete the script after the jobs have been removed to ensure that your backups continue to work properly.

    If you need further assistance, feel free to reach out. We’re happy to help!

    Thanks
    Elana D.

    #154358 Reply
    A Conlon
    Guest

    Hello Elena,

    1) The Total Upkeep Plugin is up to date and currently at version 1.16.10 on both websites. I have verified this twice.

    2) I added the snippet to the functions.php to one of the websites. The other one does not allow access to the functions.php. I will see if I can gain access to it.

    3) I changed the run date to Saturday for JonKeeyes.com as a test to see if changing the functions.php would have an effect. I also set the Scheduler for every hour, which was the longest space allowed.

    In the meantime, here is a copy of the log:

    [2025-02-26 00:43:43 UTC] PHP Version: 7.4.33
    [2025-02-26 00:43:43 UTC] WordPress Version: 6.7.2
    [2025-02-26 00:43:43 UTC] Total Upkeep version: 1.16.9
    [2025-02-26 00:43:43 UTC] getpgid support: Available
    [2025-02-26 05:03:50 UTC] Adding Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250226-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472314293,
    “save”: true,
    “total_size”: 735762546,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1740546009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250226-050026.zip”,
    “lastmodunix”: 1740546230,
    “duration”: “221.56”,
    “db_duration”: “13.35”,
    “db_filename”: “highlan7_wp576.20250226-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 05:10:04 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240228-050015.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431302025,
    “save”: true,
    “total_size”: 632663566,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1709096408,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240228-050015.zip”,
    “lastmodunix”: 1709096830,
    “duration”: “422.32”,
    “db_duration”: “5.31”,
    “db_filename”: “highlan7_wp576.20240228-050008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 05:10:04 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240228-050015.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431302025,
    “save”: true,
    “total_size”: 632663566,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1709096408,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240228-050015.zip”,
    “lastmodunix”: 1709096830,
    “duration”: “422.32”,
    “db_duration”: “5.31”,
    “db_filename”: “highlan7_wp576.20240228-050008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740546604
    }
    [2025-02-26 05:20:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240306-050020.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430794541,
    “save”: true,
    “total_size”: 631751225,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1709701213,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240306-050020.zip”,
    “lastmodunix”: 1709701640,
    “duration”: “427.01”,
    “db_duration”: “5.05”,
    “db_filename”: “highlan7_wp576.20240306-050013.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 05:20:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240306-050020.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430794541,
    “save”: true,
    “total_size”: 631751225,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1709701213,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240306-050020.zip”,
    “lastmodunix”: 1709701640,
    “duration”: “427.01”,
    “db_duration”: “5.05”,
    “db_filename”: “highlan7_wp576.20240306-050013.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740547207
    }
    [2025-02-26 05:30:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240313-040014.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430777564,
    “save”: true,
    “total_size”: 631660344,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1710302407,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240313-040014.zip”,
    “lastmodunix”: 1710302837,
    “duration”: “430.15”,
    “db_duration”: “4.92”,
    “db_filename”: “highlan7_wp576.20240313-040007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 05:30:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240313-040014.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430777564,
    “save”: true,
    “total_size”: 631660344,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1710302407,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240313-040014.zip”,
    “lastmodunix”: 1710302837,
    “duration”: “430.15”,
    “db_duration”: “4.92”,
    “db_filename”: “highlan7_wp576.20240313-040007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740547806
    }
    [2025-02-26 05:40:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240320-040020.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430802292,
    “save”: true,
    “total_size”: 631788174,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1710907213,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240320-040020.zip”,
    “lastmodunix”: 1710907640,
    “duration”: “427.88”,
    “db_duration”: “5.07”,
    “db_filename”: “highlan7_wp576.20240320-040013.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 05:40:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240320-040020.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430802292,
    “save”: true,
    “total_size”: 631788174,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1710907213,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240320-040020.zip”,
    “lastmodunix”: 1710907640,
    “duration”: “427.88”,
    “db_duration”: “5.07”,
    “db_filename”: “highlan7_wp576.20240320-040013.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740548407
    }
    [2025-02-26 05:50:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240327-040023.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431000329,
    “save”: true,
    “total_size”: 632143520,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1711512015,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240327-040023.zip”,
    “lastmodunix”: 1711512444,
    “duration”: “428.62”,
    “db_duration”: “5.38”,
    “db_filename”: “highlan7_wp576.20240327-040016.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 05:50:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240327-040023.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431000329,
    “save”: true,
    “total_size”: 632143520,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1711512015,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240327-040023.zip”,
    “lastmodunix”: 1711512444,
    “duration”: “428.62”,
    “db_duration”: “5.38”,
    “db_filename”: “highlan7_wp576.20240327-040016.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740549006
    }
    [2025-02-26 06:00:20 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240403-040015.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431645176,
    “save”: true,
    “total_size”: 634254614,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1712116807,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240403-040015.zip”,
    “lastmodunix”: 1712117000,
    “duration”: “192.20”,
    “db_duration”: “5.18”,
    “db_filename”: “highlan7_wp576.20240403-040008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 06:00:20 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240403-040015.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431645176,
    “save”: true,
    “total_size”: 634254614,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1712116807,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240403-040015.zip”,
    “lastmodunix”: 1712117000,
    “duration”: “192.20”,
    “db_duration”: “5.18”,
    “db_filename”: “highlan7_wp576.20240403-040008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740549620
    }
    [2025-02-26 06:15:09 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240410-040015.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431687063,
    “save”: true,
    “total_size”: 634297434,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1712721608,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240410-040015.zip”,
    “lastmodunix”: 1712722037,
    “duration”: “428.76”,
    “db_duration”: “5.20”,
    “db_filename”: “highlan7_wp576.20240410-040008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 06:15:14 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240410-040015.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431687063,
    “save”: true,
    “total_size”: 634297434,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1712721608,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240410-040015.zip”,
    “lastmodunix”: 1712722037,
    “duration”: “428.76”,
    “db_duration”: “5.20”,
    “db_filename”: “highlan7_wp576.20240410-040008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740550510
    }
    [2025-02-26 06:30:23 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240417-040014.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431684447,
    “save”: true,
    “total_size”: 634471208,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1713326408,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240417-040014.zip”,
    “lastmodunix”: 1713326818,
    “duration”: “410.23”,
    “db_duration”: “5.07”,
    “db_filename”: “highlan7_wp576.20240417-040008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 06:30:23 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240417-040014.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431684447,
    “save”: true,
    “total_size”: 634471208,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1713326408,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240417-040014.zip”,
    “lastmodunix”: 1713326818,
    “duration”: “410.23”,
    “db_duration”: “5.07”,
    “db_filename”: “highlan7_wp576.20240417-040008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740551423
    }
    [2025-02-26 06:45:10 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240424-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431108725,
    “save”: true,
    “total_size”: 632673405,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1713931211,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240424-040018.zip”,
    “lastmodunix”: 1713931637,
    “duration”: “426.10”,
    “db_duration”: “5.18”,
    “db_filename”: “highlan7_wp576.20240424-040011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 06:45:10 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240424-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431108725,
    “save”: true,
    “total_size”: 632673405,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1713931211,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240424-040018.zip”,
    “lastmodunix”: 1713931637,
    “duration”: “426.10”,
    “db_duration”: “5.18”,
    “db_filename”: “highlan7_wp576.20240424-040011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740552310
    }
    [2025-02-26 07:00:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240501-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431124431,
    “save”: true,
    “total_size”: 632741790,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1714536009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240501-040018.zip”,
    “lastmodunix”: 1714536216,
    “duration”: “206.43”,
    “db_duration”: “5.16”,
    “db_filename”: “highlan7_wp576.20240501-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 07:00:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240501-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431124431,
    “save”: true,
    “total_size”: 632741790,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1714536009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240501-040018.zip”,
    “lastmodunix”: 1714536216,
    “duration”: “206.43”,
    “db_duration”: “5.16”,
    “db_filename”: “highlan7_wp576.20240501-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740553207
    }
    [2025-02-26 07:15:10 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240508-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431466680,
    “save”: true,
    “total_size”: 633034036,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1715140809,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240508-040018.zip”,
    “lastmodunix”: 1715141211,
    “duration”: “401.74”,
    “db_duration”: “5.33”,
    “db_filename”: “highlan7_wp576.20240508-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 07:15:10 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240508-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431466680,
    “save”: true,
    “total_size”: 633034036,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1715140809,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240508-040018.zip”,
    “lastmodunix”: 1715141211,
    “duration”: “401.74”,
    “db_duration”: “5.33”,
    “db_filename”: “highlan7_wp576.20240508-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740554110
    }
    [2025-02-26 07:30:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240515-040030.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431694950,
    “save”: true,
    “total_size”: 633474287,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1715745618,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240515-040030.zip”,
    “lastmodunix”: 1715745908,
    “duration”: “289.65”,
    “db_duration”: “7.95”,
    “db_filename”: “highlan7_wp576.20240515-040018.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 07:30:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240515-040030.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431694950,
    “save”: true,
    “total_size”: 633474287,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1715745618,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240515-040030.zip”,
    “lastmodunix”: 1715745908,
    “duration”: “289.65”,
    “db_duration”: “7.95”,
    “db_filename”: “highlan7_wp576.20240515-040018.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740555006
    }
    [2025-02-26 07:45:09 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240522-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431733283,
    “save”: true,
    “total_size”: 633762975,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1716350408,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240522-040018.zip”,
    “lastmodunix”: 1716350720,
    “duration”: “311.92”,
    “db_duration”: “5.25”,
    “db_filename”: “highlan7_wp576.20240522-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 07:45:09 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240522-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431733283,
    “save”: true,
    “total_size”: 633762975,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1716350408,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240522-040018.zip”,
    “lastmodunix”: 1716350720,
    “duration”: “311.92”,
    “db_duration”: “5.25”,
    “db_filename”: “highlan7_wp576.20240522-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740555909
    }
    [2025-02-26 08:00:08 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240529-040023.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431739529,
    “save”: true,
    “total_size”: 633186576,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1716955213,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240529-040023.zip”,
    “lastmodunix”: 1716955628,
    “duration”: “414.44”,
    “db_duration”: “5.02”,
    “db_filename”: “highlan7_wp576.20240529-040013.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 08:00:08 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240529-040023.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431739529,
    “save”: true,
    “total_size”: 633186576,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1716955213,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240529-040023.zip”,
    “lastmodunix”: 1716955628,
    “duration”: “414.44”,
    “db_duration”: “5.02”,
    “db_filename”: “highlan7_wp576.20240529-040013.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740556808
    }
    [2025-02-26 08:15:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240605-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431842597,
    “save”: true,
    “total_size”: 633740624,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1717560009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240605-040018.zip”,
    “lastmodunix”: 1717560439,
    “duration”: “429.80”,
    “db_duration”: “5.40”,
    “db_filename”: “highlan7_wp576.20240605-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 08:15:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240605-040018.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 431842597,
    “save”: true,
    “total_size”: 633740624,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1717560009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240605-040018.zip”,
    “lastmodunix”: 1717560439,
    “duration”: “429.80”,
    “db_duration”: “5.40”,
    “db_filename”: “highlan7_wp576.20240605-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740557707
    }
    [2025-02-26 08:30:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240612-040016.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430288018,
    “save”: true,
    “total_size”: 628992845,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1718164807,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240612-040016.zip”,
    “lastmodunix”: 1718165225,
    “duration”: “418.04”,
    “db_duration”: “5.40”,
    “db_filename”: “highlan7_wp576.20240612-040007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 08:30:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240612-040016.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430288018,
    “save”: true,
    “total_size”: 628992845,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1718164807,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240612-040016.zip”,
    “lastmodunix”: 1718165225,
    “duration”: “418.04”,
    “db_duration”: “5.40”,
    “db_filename”: “highlan7_wp576.20240612-040007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740558606
    }
    [2025-02-26 08:45:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240619-040017.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430238599,
    “save”: true,
    “total_size”: 628786504,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1718769607,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240619-040017.zip”,
    “lastmodunix”: 1718770035,
    “duration”: “427.89”,
    “db_duration”: “5.46”,
    “db_filename”: “highlan7_wp576.20240619-040007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 08:45:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240619-040017.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430238599,
    “save”: true,
    “total_size”: 628786504,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1718769607,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240619-040017.zip”,
    “lastmodunix”: 1718770035,
    “duration”: “427.89”,
    “db_duration”: “5.46”,
    “db_filename”: “highlan7_wp576.20240619-040007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740559506
    }
    [2025-02-26 09:00:09 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240703-040022.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451333313,
    “save”: true,
    “total_size”: 699730742,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1719979212,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240703-040022.zip”,
    “lastmodunix”: 1719979677,
    “duration”: “464.90”,
    “db_duration”: “5.54”,
    “db_filename”: “highlan7_wp576.20240703-040012.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 09:00:09 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240703-040022.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451333313,
    “save”: true,
    “total_size”: 699730742,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1719979212,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240703-040022.zip”,
    “lastmodunix”: 1719979677,
    “duration”: “464.90”,
    “db_duration”: “5.54”,
    “db_filename”: “highlan7_wp576.20240703-040012.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740560409
    }
    [2025-02-26 09:15:08 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240710-040022.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451365392,
    “save”: true,
    “total_size”: 699841842,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1720584012,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240710-040022.zip”,
    “lastmodunix”: 1720584477,
    “duration”: “465.08”,
    “db_duration”: “5.78”,
    “db_filename”: “highlan7_wp576.20240710-040012.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 09:15:08 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240710-040022.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451365392,
    “save”: true,
    “total_size”: 699841842,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1720584012,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240710-040022.zip”,
    “lastmodunix”: 1720584477,
    “duration”: “465.08”,
    “db_duration”: “5.78”,
    “db_filename”: “highlan7_wp576.20240710-040012.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740561308
    }
    [2025-02-26 09:30:05 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240717-040025.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 433737371,
    “save”: true,
    “total_size”: 649143602,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1721188816,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240717-040025.zip”,
    “lastmodunix”: 1721189002,
    “duration”: “185.94”,
    “db_duration”: “5.87”,
    “db_filename”: “highlan7_wp576.20240717-040016.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 09:30:05 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240717-040025.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 433737371,
    “save”: true,
    “total_size”: 649143602,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1721188816,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240717-040025.zip”,
    “lastmodunix”: 1721189002,
    “duration”: “185.94”,
    “db_duration”: “5.87”,
    “db_filename”: “highlan7_wp576.20240717-040016.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740562205
    }
    [2025-02-26 09:45:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240724-040031.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 432774445,
    “save”: true,
    “total_size”: 646561777,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1721793616,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240724-040031.zip”,
    “lastmodunix”: 1721794008,
    “duration”: “390.64”,
    “db_duration”: “9.59”,
    “db_filename”: “highlan7_wp576.20240724-040017.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 09:45:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240724-040031.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 432774445,
    “save”: true,
    “total_size”: 646561777,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1721793616,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240724-040031.zip”,
    “lastmodunix”: 1721794008,
    “duration”: “390.64”,
    “db_duration”: “9.59”,
    “db_filename”: “highlan7_wp576.20240724-040017.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740563107
    }
    [2025-02-26 10:00:09 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240807-040019.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430807031,
    “save”: true,
    “total_size”: 644966236,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1723003210,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240807-040019.zip”,
    “lastmodunix”: 1723003431,
    “duration”: “221.62”,
    “db_duration”: “5.66”,
    “db_filename”: “highlan7_wp576.20240807-040010.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 10:00:09 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240807-040019.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430807031,
    “save”: true,
    “total_size”: 644966236,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1723003210,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240807-040019.zip”,
    “lastmodunix”: 1723003431,
    “duration”: “221.62”,
    “db_duration”: “5.66”,
    “db_filename”: “highlan7_wp576.20240807-040010.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740564009
    }
    [2025-02-26 10:15:03 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240814-040016.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430870667,
    “save”: true,
    “total_size”: 645268838,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1723608005,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240814-040016.zip”,
    “lastmodunix”: 1723608441,
    “duration”: “435.87”,
    “db_duration”: “5.87”,
    “db_filename”: “highlan7_wp576.20240814-040006.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 10:15:03 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240814-040016.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 430870667,
    “save”: true,
    “total_size”: 645268838,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1723608005,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240814-040016.zip”,
    “lastmodunix”: 1723608441,
    “duration”: “435.87”,
    “db_duration”: “5.87”,
    “db_filename”: “highlan7_wp576.20240814-040006.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740564903
    }
    [2025-02-26 10:30:10 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240821-040022.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 443339918,
    “save”: true,
    “total_size”: 675764650,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1724212812,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240821-040022.zip”,
    “lastmodunix”: 1724213170,
    “duration”: “357.50”,
    “db_duration”: “6.17”,
    “db_filename”: “highlan7_wp576.20240821-040012.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 10:30:10 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240821-040022.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 443339918,
    “save”: true,
    “total_size”: 675764650,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1724212812,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240821-040022.zip”,
    “lastmodunix”: 1724213170,
    “duration”: “357.50”,
    “db_duration”: “6.17”,
    “db_filename”: “highlan7_wp576.20240821-040012.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740565810
    }
    [2025-02-26 10:45:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240828-040021.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452662399,
    “save”: true,
    “total_size”: 701928812,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1724817604,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240828-040021.zip”,
    “lastmodunix”: 1724817885,
    “duration”: “280.78”,
    “db_duration”: “12.99”,
    “db_filename”: “highlan7_wp576.20240828-040004.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 10:45:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240828-040021.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452662399,
    “save”: true,
    “total_size”: 701928812,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1724817604,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240828-040021.zip”,
    “lastmodunix”: 1724817885,
    “duration”: “280.78”,
    “db_duration”: “12.99”,
    “db_filename”: “highlan7_wp576.20240828-040004.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740566707
    }
    [2025-02-26 11:00:10 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240904-040027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452600114,
    “save”: true,
    “total_size”: 701570210,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1725422410,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240904-040027.zip”,
    “lastmodunix”: 1725422858,
    “duration”: “447.07”,
    “db_duration”: “12.61”,
    “db_filename”: “highlan7_wp576.20240904-040011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 11:00:10 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240904-040027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452600114,
    “save”: true,
    “total_size”: 701570210,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1725422410,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240904-040027.zip”,
    “lastmodunix”: 1725422858,
    “duration”: “447.07”,
    “db_duration”: “12.61”,
    “db_filename”: “highlan7_wp576.20240904-040011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740567610
    }
    [2025-02-26 11:15:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240911-040026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451801629,
    “save”: true,
    “total_size”: 701065789,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1726027209,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240911-040026.zip”,
    “lastmodunix”: 1726027417,
    “duration”: “208.30”,
    “db_duration”: “12.76”,
    “db_filename”: “highlan7_wp576.20240911-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 11:15:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240911-040026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451801629,
    “save”: true,
    “total_size”: 701065789,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1726027209,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240911-040026.zip”,
    “lastmodunix”: 1726027417,
    “duration”: “208.30”,
    “db_duration”: “12.76”,
    “db_filename”: “highlan7_wp576.20240911-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740568506
    }
    [2025-02-26 11:30:08 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240918-040026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452160140,
    “save”: true,
    “total_size”: 702508286,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1726632009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240918-040026.zip”,
    “lastmodunix”: 1726632469,
    “duration”: “460.19”,
    “db_duration”: “12.87”,
    “db_filename”: “highlan7_wp576.20240918-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 11:30:08 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240918-040026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452160140,
    “save”: true,
    “total_size”: 702508286,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1726632009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240918-040026.zip”,
    “lastmodunix”: 1726632469,
    “duration”: “460.19”,
    “db_duration”: “12.87”,
    “db_filename”: “highlan7_wp576.20240918-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740569408
    }
    [2025-02-26 11:45:08 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240925-040024.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452009920,
    “save”: true,
    “total_size”: 702139798,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1727236807,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240925-040024.zip”,
    “lastmodunix”: 1727237012,
    “duration”: “205.26”,
    “db_duration”: “12.70”,
    “db_filename”: “highlan7_wp576.20240925-040007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 11:45:08 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240925-040024.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452009920,
    “save”: true,
    “total_size”: 702139798,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1727236807,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20240925-040024.zip”,
    “lastmodunix”: 1727237012,
    “duration”: “205.26”,
    “db_duration”: “12.70”,
    “db_filename”: “highlan7_wp576.20240925-040007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740570308
    }
    [2025-02-26 12:00:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241002-040027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451641005,
    “save”: true,
    “total_size”: 701260481,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1727841610,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241002-040027.zip”,
    “lastmodunix”: 1727841909,
    “duration”: “299.39”,
    “db_duration”: “12.71”,
    “db_filename”: “highlan7_wp576.20241002-040010.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 12:00:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241002-040027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451641005,
    “save”: true,
    “total_size”: 701260481,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1727841610,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241002-040027.zip”,
    “lastmodunix”: 1727841909,
    “duration”: “299.39”,
    “db_duration”: “12.71”,
    “db_filename”: “highlan7_wp576.20241002-040010.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740571207
    }
    [2025-02-26 12:15:08 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241009-040026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451761823,
    “save”: true,
    “total_size”: 701448915,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1728446409,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241009-040026.zip”,
    “lastmodunix”: 1728446865,
    “duration”: “455.71”,
    “db_duration”: “12.95”,
    “db_filename”: “highlan7_wp576.20241009-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 12:15:08 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241009-040026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451761823,
    “save”: true,
    “total_size”: 701448915,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1728446409,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241009-040026.zip”,
    “lastmodunix”: 1728446865,
    “duration”: “455.71”,
    “db_duration”: “12.95”,
    “db_filename”: “highlan7_wp576.20241009-040009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740572108
    }
    [2025-02-26 12:30:08 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241016-040029.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451776229,
    “save”: true,
    “total_size”: 701524065,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1729051212,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241016-040029.zip”,
    “lastmodunix”: 1729051671,
    “duration”: “459.26”,
    “db_duration”: “12.89”,
    “db_filename”: “highlan7_wp576.20241016-040012.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 12:30:08 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241016-040029.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 451776229,
    “save”: true,
    “total_size”: 701524065,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1729051212,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241016-040029.zip”,
    “lastmodunix”: 1729051671,
    “duration”: “459.26”,
    “db_duration”: “12.89”,
    “db_filename”: “highlan7_wp576.20241016-040012.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740573008
    }
    [2025-02-26 12:45:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241023-040027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452823764,
    “save”: true,
    “total_size”: 702748570,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1729656010,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241023-040027.zip”,
    “lastmodunix”: 1729656454,
    “duration”: “443.96”,
    “db_duration”: “12.73”,
    “db_filename”: “highlan7_wp576.20241023-040010.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 12:45:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241023-040027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452823764,
    “save”: true,
    “total_size”: 702748570,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1729656010,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241023-040027.zip”,
    “lastmodunix”: 1729656454,
    “duration”: “443.96”,
    “db_duration”: “12.73”,
    “db_filename”: “highlan7_wp576.20241023-040010.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740573906
    }
    [2025-02-26 13:00:11 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241106-050025.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452995287,
    “save”: true,
    “total_size”: 703383777,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1730869208,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241106-050025.zip”,
    “lastmodunix”: 1730869619,
    “duration”: “411.94”,
    “db_duration”: “13.11”,
    “db_filename”: “highlan7_wp576.20241106-050008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 13:00:11 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241106-050025.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 452995287,
    “save”: true,
    “total_size”: 703383777,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1730869208,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241106-050025.zip”,
    “lastmodunix”: 1730869619,
    “duration”: “411.94”,
    “db_duration”: “13.11”,
    “db_filename”: “highlan7_wp576.20241106-050008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740574811
    }
    [2025-02-26 13:15:05 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241113-050025.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 453557610,
    “save”: true,
    “total_size”: 705452337,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1731474007,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241113-050025.zip”,
    “lastmodunix”: 1731474460,
    “duration”: “452.62”,
    “db_duration”: “13.06”,
    “db_filename”: “highlan7_wp576.20241113-050007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 13:15:05 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241113-050025.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 453557610,
    “save”: true,
    “total_size”: 705452337,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1731474007,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241113-050025.zip”,
    “lastmodunix”: 1731474460,
    “duration”: “452.62”,
    “db_duration”: “13.06”,
    “db_filename”: “highlan7_wp576.20241113-050007.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740575705
    }
    [2025-02-26 13:30:10 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241120-050027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 463371330,
    “save”: true,
    “total_size”: 718486176,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1732078810,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241120-050027.zip”,
    “lastmodunix”: 1732079285,
    “duration”: “474.82”,
    “db_duration”: “13.19”,
    “db_filename”: “highlan7_wp576.20241120-050010.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 13:30:10 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241120-050027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 463371330,
    “save”: true,
    “total_size”: 718486176,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1732078810,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241120-050027.zip”,
    “lastmodunix”: 1732079285,
    “duration”: “474.82”,
    “db_duration”: “13.19”,
    “db_filename”: “highlan7_wp576.20241120-050010.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740576610
    }
    [2025-02-26 13:45:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241127-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 463850415,
    “save”: true,
    “total_size”: 719680104,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1732683609,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241127-050026.zip”,
    “lastmodunix”: 1732683959,
    “duration”: “350.32”,
    “db_duration”: “13.31”,
    “db_filename”: “highlan7_wp576.20241127-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 13:45:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241127-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 463850415,
    “save”: true,
    “total_size”: 719680104,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1732683609,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241127-050026.zip”,
    “lastmodunix”: 1732683959,
    “duration”: “350.32”,
    “db_duration”: “13.31”,
    “db_filename”: “highlan7_wp576.20241127-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740577507
    }
    [2025-02-26 14:00:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241204-050022.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 465001562,
    “save”: true,
    “total_size”: 721161624,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1733288405,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241204-050022.zip”,
    “lastmodunix”: 1733288857,
    “duration”: “452.73”,
    “db_duration”: “13.44”,
    “db_filename”: “highlan7_wp576.20241204-050005.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 14:00:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241204-050022.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 465001562,
    “save”: true,
    “total_size”: 721161624,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1733288405,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241204-050022.zip”,
    “lastmodunix”: 1733288857,
    “duration”: “452.73”,
    “db_duration”: “13.44”,
    “db_filename”: “highlan7_wp576.20241204-050005.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740578407
    }
    [2025-02-26 14:15:07 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241211-050029.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 465249273,
    “save”: true,
    “total_size”: 722904211,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1733893211,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241211-050029.zip”,
    “lastmodunix”: 1733893662,
    “duration”: “451.19”,
    “db_duration”: “13.34”,
    “db_filename”: “highlan7_wp576.20241211-050011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 14:15:07 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241211-050029.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 465249273,
    “save”: true,
    “total_size”: 722904211,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1733893211,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241211-050029.zip”,
    “lastmodunix”: 1733893662,
    “duration”: “451.19”,
    “db_duration”: “13.34”,
    “db_filename”: “highlan7_wp576.20241211-050011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740579307
    }
    [2025-02-26 14:30:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241218-050039.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 465269292,
    “save”: true,
    “total_size”: 722921891,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1734498022,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241218-050039.zip”,
    “lastmodunix”: 1734498235,
    “duration”: “213.53”,
    “db_duration”: “13.34”,
    “db_filename”: “highlan7_wp576.20241218-050022.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 14:30:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241218-050039.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 465269292,
    “save”: true,
    “total_size”: 722921891,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1734498022,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241218-050039.zip”,
    “lastmodunix”: 1734498235,
    “duration”: “213.53”,
    “db_duration”: “13.34”,
    “db_filename”: “highlan7_wp576.20241218-050022.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740580206
    }
    [2025-02-26 14:45:10 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241225-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470459599,
    “save”: true,
    “total_size”: 729487535,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1735102809,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241225-050026.zip”,
    “lastmodunix”: 1735103291,
    “duration”: “481.92”,
    “db_duration”: “13.07”,
    “db_filename”: “highlan7_wp576.20241225-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 14:45:10 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241225-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470459599,
    “save”: true,
    “total_size”: 729487535,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1735102809,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20241225-050026.zip”,
    “lastmodunix”: 1735103291,
    “duration”: “481.92”,
    “db_duration”: “13.07”,
    “db_filename”: “highlan7_wp576.20241225-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740581110
    }
    [2025-02-26 15:00:08 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250101-050027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470444753,
    “save”: true,
    “total_size”: 729390487,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1735707609,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250101-050027.zip”,
    “lastmodunix”: 1735708092,
    “duration”: “483.48”,
    “db_duration”: “13.32”,
    “db_filename”: “highlan7_wp576.20250101-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 15:00:08 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250101-050027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470444753,
    “save”: true,
    “total_size”: 729390487,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1735707609,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250101-050027.zip”,
    “lastmodunix”: 1735708092,
    “duration”: “483.48”,
    “db_duration”: “13.32”,
    “db_filename”: “highlan7_wp576.20250101-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740582008
    }
    [2025-02-26 15:15:05 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250108-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470619061,
    “save”: true,
    “total_size”: 730026830,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1736312408,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250108-050026.zip”,
    “lastmodunix”: 1736312643,
    “duration”: “235.29”,
    “db_duration”: “13.22”,
    “db_filename”: “highlan7_wp576.20250108-050008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 15:15:05 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250108-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470619061,
    “save”: true,
    “total_size”: 730026830,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1736312408,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250108-050026.zip”,
    “lastmodunix”: 1736312643,
    “duration”: “235.29”,
    “db_duration”: “13.22”,
    “db_filename”: “highlan7_wp576.20250108-050008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740582905
    }
    [2025-02-26 15:30:16 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250115-050029.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470638432,
    “save”: true,
    “total_size”: 730145656,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1736917211,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250115-050029.zip”,
    “lastmodunix”: 1736917693,
    “duration”: “481.42”,
    “db_duration”: “13.50”,
    “db_filename”: “highlan7_wp576.20250115-050011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 15:30:16 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250115-050029.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470638432,
    “save”: true,
    “total_size”: 730145656,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1736917211,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250115-050029.zip”,
    “lastmodunix”: 1736917693,
    “duration”: “481.42”,
    “db_duration”: “13.50”,
    “db_filename”: “highlan7_wp576.20250115-050011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740583816
    }
    [2025-02-26 15:45:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250122-050035.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470750033,
    “save”: true,
    “total_size”: 730662739,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1737522017,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250122-050035.zip”,
    “lastmodunix”: 1737522464,
    “duration”: “446.64”,
    “db_duration”: “13.13”,
    “db_filename”: “highlan7_wp576.20250122-050017.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 15:45:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250122-050035.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 470750033,
    “save”: true,
    “total_size”: 730662739,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1737522017,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250122-050035.zip”,
    “lastmodunix”: 1737522464,
    “duration”: “446.64”,
    “db_duration”: “13.13”,
    “db_filename”: “highlan7_wp576.20250122-050017.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740584706
    }
    [2025-02-26 16:00:08 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250129-050028.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 471025985,
    “save”: true,
    “total_size”: 731171649,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1738126811,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250129-050028.zip”,
    “lastmodunix”: 1738127090,
    “duration”: “278.83”,
    “db_duration”: “13.35”,
    “db_filename”: “highlan7_wp576.20250129-050011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 16:00:08 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250129-050028.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 471025985,
    “save”: true,
    “total_size”: 731171649,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1738126811,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250129-050028.zip”,
    “lastmodunix”: 1738127090,
    “duration”: “278.83”,
    “db_duration”: “13.35”,
    “db_filename”: “highlan7_wp576.20250129-050011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740585608
    }
    [2025-02-26 16:15:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250205-050027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472555537,
    “save”: true,
    “total_size”: 735100091,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1738731608,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250205-050027.zip”,
    “lastmodunix”: 1738731850,
    “duration”: “241.79”,
    “db_duration”: “14.86”,
    “db_filename”: “highlan7_wp576.20250205-050008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 16:15:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250205-050027.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472555537,
    “save”: true,
    “total_size”: 735100091,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1738731608,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250205-050027.zip”,
    “lastmodunix”: 1738731850,
    “duration”: “241.79”,
    “db_duration”: “14.86”,
    “db_filename”: “highlan7_wp576.20250205-050008.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740586506
    }
    [2025-02-26 16:30:14 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250212-050028.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472564478,
    “save”: true,
    “total_size”: 735144215,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1739336411,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250212-050028.zip”,
    “lastmodunix”: 1739336895,
    “duration”: “484.14”,
    “db_duration”: “13.31”,
    “db_filename”: “highlan7_wp576.20250212-050011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 16:30:14 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250212-050028.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472564478,
    “save”: true,
    “total_size”: 735144215,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1739336411,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250212-050028.zip”,
    “lastmodunix”: 1739336895,
    “duration”: “484.14”,
    “db_duration”: “13.31”,
    “db_filename”: “highlan7_wp576.20250212-050011.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740587414
    }
    [2025-02-26 16:45:06 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250219-050035.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472271115,
    “save”: true,
    “total_size”: 735572222,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1739941217,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250219-050035.zip”,
    “lastmodunix”: 1739941701,
    “duration”: “484.16”,
    “db_duration”: “13.51”,
    “db_filename”: “highlan7_wp576.20250219-050017.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 16:45:06 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250219-050035.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472271115,
    “save”: true,
    “total_size”: 735572222,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1739941217,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250219-050035.zip”,
    “lastmodunix”: 1739941701,
    “duration”: “484.16”,
    “db_duration”: “13.51”,
    “db_filename”: “highlan7_wp576.20250219-050017.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740588306
    }
    [2025-02-26 17:00:10 UTC] Running job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250226-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472314293,
    “save”: true,
    “total_size”: 735762546,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1740546009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250226-050026.zip”,
    “lastmodunix”: 1740546230,
    “duration”: “221.56”,
    “db_duration”: “13.35”,
    “db_filename”: “highlan7_wp576.20250226-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “pending”
    }
    [2025-02-26 17:00:10 UTC] Deleting Job: {
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250226-050026.zip”,
    “action”: “boldgrid_backup_post_jobs_email”,
    “action_data”: {
    “mode”: “backup”,
    “dryrun”: false,
    “compressor”: “php_zip”,
    “filesize”: 472314293,
    “save”: true,
    “total_size”: 735762546,
    “folder_include”: “WPCORE,\/wp-content”,
    “folder_exclude”: “.git,node_modules,wp-content\/cache”,
    “table_exclude”: [],
    “title”: null,
    “description”: null,
    “ABSPATH”: “\/home\/highlan7\/public_html\/JKWP2\/”,
    “backup_id”: “64dacc8c”,
    “siteurl”: “https:\/\/www.jonkeeyes.com”,
    “timestamp”: 1740546009,
    “gateway_interface”: false,
    “http_host”: “www.jonkeeyes.com”,
    “php_sapi_name”: “litespeed”,
    “php_uname”: “Linux mi3-ls21.a2hosting.com 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64”,
    “php_version”: “7.4.33”,
    “server_addr”: “66.198.240.35”,
    “server_name”: “www.jonkeeyes.com”,
    “server_protocol”: “HTTP\/1.1”,
    “server_software”: “LiteSpeed”,
    “uid”: 1008,
    “username”: “highlan7”,
    “encrypt_db”: false,
    “trigger”: “Cron”,
    “filepath”: “\/home\/highlan7\/boldgrid_backup\/boldgrid-backup-www.jonkeeyes.com-64dacc8c-20250226-050026.zip”,
    “lastmodunix”: 1740546230,
    “duration”: “221.56”,
    “db_duration”: “13.35”,
    “db_filename”: “highlan7_wp576.20250226-050009.sql”
    },
    “post_action”: “delete_all_prior”,
    “status”: “running”,
    “start_time”: 1740589210
    }

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Total Upkeep backup archive running every 10 minutes
Your information: