Skip to main content

Move backups to another server and remove backups

Comments

5 comments

  • GOT
    I do not know a way to change the behavior as you are really wanting. Just curious, but if you have an NFS mounted to the server, why not just generate the backups directly to the NFS mounted folder instead of making them on a local disk and then transporting them? That would also let you use incremental instead which would run much quicker.
    0
  • speckados
    I knew someone would write their expert opinion, or their curiosity. I have a system of my own for 8 years, with rsync and I keep 1 daily copy for 30 days and another of every month for a year. But from 25 years old, I have more than 15 having 2 security copies, made from different systems, in everything I do, and I regularly check that they work. (is curiosos but the copies of Cpanel more than once have failed, pro things as absurd as a change of version of mysql, a mysql error that led to mysqldump to not be valid, etc) I have the current backup on the NFS partition, but Cpanel uses this partition, to COMPRESS the copy there, with the consequent expenses of useless resources. That said, my question was clear and concise on one extreme. If you have something to contribute regarding that question. You are welcome. Questions Is it possible to indicate to the backup system in a way that does not put in the transport but does it directly in the movement? If it is not possible, the most appropriate option I see is to create a script that "stops" the backup system with a sleep for a while, in such a way that it will give you time to move the files. Is it an error that could be solved? Thanks for your lines, although I would prefer something relative to the matter. NOTE: I know, I'm a little nasty. It is what my age and many years have been hearing what I do not want to hear.
    0
  • cPanelLauren
    Is it possible to indicate to the backup system in a way that does not put in the transport but does it directly in the movement?

    The backup system will not function this way the backup is created locally then transported to the remote destination if there is one. There is a feature request for this but at this time it's not something we're planning on pursuing: To avoid the load on the server, there is a make offer to find a way generate the backup on the remote server.
    If it is not possible, the most appropriate option I see is to create a script that "stops" the backup system with a sleep for a while, in such a way that it will give you time to move the files.

    This isn't possible through the automated backup system if you wanted something like this you'd most likely need to write a custom script to move the backups in the method you'd like. You might also take a look at JetBackup which has some further configurability and we've recently started offering through the store: cPanel & WHM Add-ons
    0
  • speckados
    A last question. What dir use WHM/Cpanel for make temporal backup? Destination backup ? Best regards.
    0
  • cPanelLauren
    What dir use WHM/Cpanel for make temporal backup?

    I'm not entirely sure I understand what you're asking here, but, if you're wanting to know what the default backup directory is it's /backup
    Destination backup ?

    without a specifically identified path it's just /backup here as well.
    0

Please sign in to leave a comment.