Skip to main content

Default local backup directory

Comments

5 comments

  • vanessa
    The /backup folder would be located off of /, which is only 1.9G on your server. So this will probably not be a good idea for you. While /home is usually not the best place, you may want to consider using that volume instead because it has enough space to accommodate backups. You can set this to something like /home/backup, or do a bind mount like so: mkdir /home/backup mount --bind /home/backup /backup
    And add to /etc/fstab: /home/backup /backup none bind 0 0
    But, you also said this: [QUOTE] I would like to configure daily backups by ftp and not leave a copy in the default backup directory after complete.
    So if you don't want to store backups locally, why are you asking for help with setting the local default backup directory? Just choose the FTP option and provide the credentials.
    0
  • cPanelMichael
    [quote="Bruce123, post: 1671531">I would like to configure daily backups by ftp and not leave a copy in the default backup directory after complete.
    Hello :) You can browse to: "WHM Home " Backup " Backup Configuration" Ensure that "Retain backups in the default backup directory." is not selected and backups will be deleted after being moved to another destination. Note that temporary space is still required when backing up the accounts to a remote destination, so ensure you use a backup directory with free space, as Vanessa mentioned in the previous post. Thank you.
    0
  • Bruce123
    Thank you, Vanessa and Michael. As always, I appreciate the help I receive here. I will create the /home/backup folder and do it that way.
    0
  • Wayne DJ
    Hi there, i have a similar problem. I need to backup to /home as it has the most space. I have created a /home/backups directory and do not want to keep a copy in the default backup area(disabled local copy) but i get the following error when i select this. ((I have naturally entered /home/backups)) "Error: Nowhere to back up: no enabled destinations found and retaining local copies is disabled."
    0
  • cPanelMichael
    Hi there, i have a similar problem. I need to backup to /home as it has the most space. I have created a /home/backups directory and do not want to keep a copy in the default backup area(disabled local copy) but i get the following error when i select this. ((I have naturally entered /home/backups)) "Error: Nowhere to back up: no enabled destinations found and retaining local copies is disabled."

    Hello, To clarify, are you attempting to make local backups, or do you want backups stored on a remote destination? Is the "Default Backup Directory" not sufficient for your needs? Thank you.
    0

Please sign in to leave a comment.