Skip to main content

External disk space for backups

Comments

14 comments

  • cPAdminsMichael
    Hi! You can always add an extra/external drive to the server for the backup storage. That should work just fine. I'd recommend that you use remote storage though. There are plenty of providers offering S3 or rsync/ssh storage - we are one of them ;-)
    0
  • cPRex Jurassic Moderator
    Do you know what size your daily backup is?
    0
  • psytanium
    Do you know what size your daily backup is?

    Around 70GB
    0
  • cPRex Jurassic Moderator
    Since that's the case, you'd need to have more room free on the system, or have a separate disk just for backups.
    0
  • psytanium
    Since that's the case, you'd need to have more room free on the system, or have a separate disk just for backups.

    How can I have separate disk just for backup ? My hosting provider can only upgrade the vps plan, disk, memory and cpu. Usually when the backup process complete, the retained backups delete ? can i set an option to delete the retained backup before the new backup start ? this way ill allow more space for the process.
    0
  • cPRex Jurassic Moderator
    There is not an option to delete the old backups before the new ones complete. That would allow the possibility of no backups being in place if something were to go wrong. You could always upgrade the VPS plan if you wanted to keep additional backups.
    0
  • psytanium
    There is not an option to delete the old backups before the new ones complete. That would allow the possibility of no backups being in place if something were to go wrong. You could always upgrade the VPS plan if you wanted to keep additional backups.

    I don't want to pay lots of money to upgrade unnecessary resources like CPU, bandwidth and Memory. Any way to mount external drive ? What possible solution cPanel offers ?
    0
  • cPRex Jurassic Moderator
    You could use a remote backup system:
    0
  • psytanium
    You could use a remote backup system:
    0
  • cPRex Jurassic Moderator
    Yes to 1 and 2, but for number 3 you would need to move the file back to the server manually before starting the restoration. This is outlined in our documentation here:
    0
  • psytanium
    Thank you for the information. Still want to make sure if this option is available: Is there a way to backup account database and public_html but exclude the emails ? because i have some users with 1GB website size but 30GB emails.
    0
  • cPRex Jurassic Moderator
    You definitely could do that. You could use the exclude file as mentioned here to remove the mail directory from the backups:
    0
  • psytanium
    Thank you, the mail exclusion helped a lot with disk space. Just 1 more question. Any SSH command to check the whole backups size ?
    0
  • cPRex Jurassic Moderator
    Sure! You could run something like this to check the backup size: du -h --max-depth 1 /backup/xxxx-xx-xx
    where "xxxx-xx-xx" is the date of the backup you want to examine.
    0

Please sign in to leave a comment.