Skip to main content

/dev/mapper/centos-root is 100% full

Comments

4 comments

  • vacancy
    41G backup 3.1G var 5.5G usr The calculation is correct. When installing the server, 50 gb of space is reserved for the main directory and backup and other system directories have consumed this space. You can move backups into /home directory.
    0
  • Gerlis
    @vacancy How can I move or back up to the home directory? can be done in whm settings?
    0
  • vacancy
    [CODE=bash]mkdir /home/backup rsync -avp /backup/ /home/backup
    Check that the backups have been moved to the /home/backup folder, then delete the backup folder in the main directory. For new backups change the backup file path from "Backup configuration > Default Backup Directory" /backup to change /home/backup
    0
  • cPanelLauren
    Keep in mind if you move the backups to /home you will encounter issues with quotas if you use them. A better solution to this would he to put backups on a separate mount rather than have them included in / or /home
    0

Please sign in to leave a comment.