Announcement

Collapse
No announcement yet.

LVE for cPanel Backup

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LVE for cPanel Backup

    Hello,

    I want to try to reduce cpbackup (cPanel Backup) via LVE wrapper. When I add cpbackup to LVE:
    lve_suwrapper 50 /usr/local/cpanel/scripts/cpbackup (50 = LVE ID = I set limits for this ID...)
    I receive from command line:
    [cpbackup] Backup Not Enabled (This can be adjusted in WHM => Backup => Legacy Backup Configuration)

    But backup enabled in WHM, everything is working (cpanel backup and cron for backup).

    How I can to add cpbackup to LVE?

    Thank you!

  • #2
    Hello,

    Im getting the same error message on my test VM without lve_suwrapper as well:

    Code:
    [root@cl7cpea4test ~]# /usr/local/cpanel/scripts/cpbackup
    
    [cpbackup] Backup Not Enabled (This can be adjusted in WHM => Backup => Legacy Backup Configuration)
    Please try to add lve_suwrapper 50 to the cron task, so it should look like this:

    Code:
    0 1 * * * lve_suwrapper 50 /usr/local/cpanel/scripts/cpbackup

    Comment

    Working...
    X