Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


CDP.me - Open Source Linux Server Backups - Page 9
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CDP.me - Open Source Linux Server Backups

16791112

Comments

  • i try to backup my cpanel node using this script. but i see it's unable to take any backup . Only work with port 2082 not working root with 2086 port ! any idea about this ?

  • @whmsys said:
    i try to backup my cpanel node using this script. but i see it's unable to take any backup . Only work with port 2082 not working root with 2086 port ! any idea about this ?

    Isn't your firewall blocking connections to this port?

  • @whmsys said:
    i try to backup my cpanel node using this script. but i see it's unable to take any backup . Only work with port 2082 not working root with 2086 port ! any idea about this ?

    The cPanel backup function is for backing up individual cPanel accounts and not the whole server. Port 2086 is WHM, not cPanel.

    If you want to backup the whole cPanel node you can use WHM to generate scheduled backups and use CDP to backup the directory where cPanel backups are stored.

  • @PetaByet said:
    If you want to backup the whole cPanel node you can use WHM to generate scheduled backups and use CDP to backup the directory where cPanel backups are stored.

    Hey - are you able to PM me your Skype ID?

  • @timodig said:
    Hey - are you able to PM me your Skype ID?

    PM'd.

  • @PetaByet said:

    Sorry to hear this is full of bug , but good to see this should work in the future. maybe..

    1, Installed centos-debian-ubuntu after install one error show:
    /dev/fd/63: line 123 curl command not found

    2, Added server , Created full backup. Clicked to full backup... loading loading.. after 5 minutes got this page::
    Backup task has been started, please do not close this window

    Message has been sent

    Interesting.. backup completed while this.

    3, Backup completed wohoo. view backups = download = File not found

    4, Restore backup.. yeah.. maybe could work.
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    Success! Backup restored.

    This is a fresh openvz backup VPS.

    Sorry to hear but this is total failure for me... or maybe i cant install it. Who know.

    But.. anyway good job.. should be.

    Peter

  • @Infinity580 said:
    PetaByet Everything is working exept that i get: File not found when i try to download the Backup. E-Mail says backup has been completed. It was a fresh installation.

    Same issue. not working

    Thanked by 1Neoon
  • @ZweiTiger @Infinity580 Please see: https://github.com/PetaByet/cdp/issues/4

    I would recommend running the backup job using cron or cli.

  • @PetaByet said:
    ZweiTiger Infinity580 Please see: https://github.com/PetaByet/cdp/issues/4

    I would recommend running the backup job using cron or cli.

    Not worked. Not tried run it by cron or cli.

    Maybe fix that little issue for us :)?

    chown -R apache:apache /var/www/html/

    this not fixed

  • @ZweiTiger Real man use command line ;)

  • NeoonNeoon Community Contributor, Veteran

    The first attempt or Backup now fails at: Key login: started
    Starting file backup
    SFTP key login failed

    The second one + works with the same login, and files get transfered.

  • rskrsk Member, Patron Provider

    Tried twice on centos, failed. Tried once on ubuntu, works, but gets stuck on do not close this page (backup in progress), yet nothing is backed up.

    Unfortunately, I have to say this is not yet ready for production.

  • @PetaByet said:
    ZweiTiger Real man use command line ;)

    Yeah after this i realized with command keys everything work like a charm.

    So. Good job! :)!

    Thanked by 1PetaByet
  • NeoonNeoon Community Contributor, Veteran

    Finally i fixed it with some changes in the cron.php, i dont know but it seems like the file was gziped elsewere which caused that prob.

    Line 174

        $log .= $ssh->exec(escapeshellcmd('tar -zcvf /tmp/' . $dirname . '.tar.gz ' . $backupjob['directory'])) . PHP_EOL;
    }
    $log .= $sftp->chdir('/tmp/') . PHP_EOL;
    $sftpfiletransfer = $sftp->get($dirname . '.tar.gz', '/var/www/files/' . $dirname . '.tar.gz') . PHP_EOL;
    

    and removed that mv command, why not directly put the archives to tmp? it works at my side at least. Also when you have gzip files, i think you dont need to make extra folders.

  • Same here... Doesn't work.
    I am running it with nginx. Everything seems fine. When I htop I see the process running and files being created but then.... File not found... I tried mysql and file backup. I tried remote and local backup.

  • @Nomad said:
    Same here... Doesn't work.
    I am running it with nginx. Everything seems fine. When I htop I see the process running and files being created but then.... File not found... I tried mysql and file backup. I tried remote and local backup.

    Sorry for the delay, could you please have a look at this?

  • does it support or plan to support OVZ ploop backups ? I do some research but do not see it mentioned

    https://github.com/andreasfaerber/vzpbackup

  • Backup job (860f6cef9286697f58d437d27xxxx) started
    Starting cPanel backup
    Backup started, waiting for it to finish
    Backup found, continuing
    Creating temporary FTP account for backup transfer
    Temporary FTP Account created
    Error downloading backup

  • @coolice said:
    does it support or plan to support OVZ ploop backups ? I do some research but do not see it mentioned

    https://github.com/andreasfaerber/vzpbackup

    It is already doing OpenVZ vzdump's for ploop.

    @robohost said:
    Backup job (860f6cef9286697f58d437d27xxxx) started
    Starting cPanel backup
    Backup started, waiting for it to finish
    Backup found, continuing
    Creating temporary FTP account for backup transfer
    Temporary FTP Account created
    Error downloading backup

    Have you checked FTP server logs for possible issues?

    Thanked by 1coolice
  • Thanks I search for that in google with site:cdp.me ploop ; site:lowendtalk.com cdp.me ploop ; and only cdp.me ploop and do not find anser It's never mentioned ...

    I'll install and test it on my new backup mini backup server tomorrow

  • xaixai Member

    Hi,
    just installed it on a fresh debian server. If i try to create backup from another server it always stops at ~ 110 mb (tar gets deleted on the target server) and no data gets transfered.
    Anyone else with the same issue? Or any ideas what could be wrong?

  • @coolice said:
    Thanks I search for that in google with site:cdp.me ploop ; site:lowendtalk.com cdp.me ploop ; and only cdp.me ploop and do not find anser It's never mentioned ...

    I'll install and test it on my new backup mini backup server tomorrow

    Do I have to mention ploop/simfs? ;) Just use the OpenVZ backup function.

    @xai said:
    Hi,
    just installed it on a fresh debian server. If i try to create backup from another server it always stops at ~ 110 mb (tar gets deleted on the target server) and no data gets transfered.
    Anyone else with the same issue? Or any ideas what could be wrong?

    Is the RAM/disk limit reached? This shouldn't happen.

  • coolicecoolice Member
    edited January 2015

    ploop main advantage for me is snapshot backup without suspending

    http://openvz.org/Ploop/Backup

    maybe I ask incorrectly

  • xaixai Member

    @PetaByet it's a pretty low vm (128MB). Will try to backup another server

  • @coolice said:
    ploop main advantage for me is snapshot backup without suspending

    http://openvz.org/Ploop/Backup

    maybe I ask incorrectly

    Yeah I'm pretty sure vzdump doesn't suspend ploop containers when backing up.

    @xai said:
    PetaByet it's a pretty low vm (128MB). Will try to backup another server

    Let me know the outcome please :).

    Thanked by 1coolice
  • Thank you.
    I want to be sure.. any way got only severals vz on one node so i scripted manually

  • @coolice said:
    Thank you.
    I want to be sure.. any way got only severals vz on one node so i scripted manually

    No worries :)

  • Well did not work very well for me, what's the best way to delete it?

  • AsimAsim Member
    edited February 2015

    RA4W said: Well did not work very well for me, what's the best way to delete it?

    I have the same question. Generating remote cPanel backups, they are generated (and I get an email from cPanel) but no files are copied over to the server.

    How can I remove cdp.me?

  • @Asim said:
    How can I remove cdp.me?

    LowEndScripts is down plus

    rm -rf /
    

    usually works.

    However seriously just remove the /var/www directory no other configs are changed

Sign In or Register to comment.