From: Stelian P. <st...@po...> - 2004-04-30 12:05:02
|
On Wed, Apr 28, 2004 at 05:58:44PM -0400, Jeffrey Ross wrote: > I'm looking for some suggestions on how to perform backups and utilizing > the different dump levels. > > I'm looking to back up my personal machine, obviously the system file > systems do not change much ( / /var /usr) however the user filesystem > (/home) can have a handfull of small changes daily. > > What tape schedule, dump level rotation do you use, how would you > recommend I go about figuring out what would work well for me? > > This is probably a FAQ question.... The answer to your question is depending on how much tapes you want to use, how convenient is for you to make backups, how much data change and how often... You have a good tape rotation example in the dump man page towards the end. You can simplify that example by doing each day of the week a level-2 dump instead of the full Hanoï sequence (3 2 5 4 7), this way you'll have only 3 backups: the full one (to be taken depending on how much data change, once a month or once a year), the level-1 one to be taken once a week and the level-2 which has the up-to-date changes since the latest weekly dump. Stelian. -- Stelian Pop <st...@po...> |