View Single Post
  #2 (permalink)  
Old 07-09-2009, 12:49 PM
cPanelDavidG's Avatar
cPanelDavidG cPanelDavidG is offline
cPanel Technical Sales
 
Join Date: Nov 2006
Location: Houston, TX
Posts: 7,995
cPanelDavidG is on a distinguished road
Quote:
Originally Posted by crazyfish View Post
I've been wondering if I am using my VPS's disk space efficiently. Currently I configured the WHM backup for daily incremental backups of the accounts, account config files and database to a separate backup folder then I use rsync to copy them to an offsite server.

Is this the best way to use my limited disk space? I was thinking that maybe I should just backup the databases to the backup folder and just use rsync to copy the whole /home folder.

Any thoughts or opinions?
Incremental backups are inefficient on disk space in the sense that when a file is removed from an account, it is never removed from the incremental backup. To avoid this issue, you could use regular backups but that would lead to more disk I/O (as all data would always be backed up, not just what's changed). Of course, I'm limiting my discussion to cPanel/WHM functionality.

I'm sure there are custom setups that others can recommend.
__________________
Want our technical analysts to login to your server to assist you? You can contact our technical analysts at: http://tickets.cPanel.net/submit
Reply With Quote