ADSM-L

Re: Copygroup settings for Incremental and full backups

2002-06-18 13:51:52
Subject: Re: Copygroup settings for Incremental and full backups
From: Gerald Wichmann <gwichman AT ZANTAZ DOT COM>
Date: Tue, 18 Jun 2002 10:52:14 -0700
First of all, referring to full/incrementals in regards to TSM/ADSM doesn't
really apply (unless you're talking about backing up DB's and similar
applications). All backups are incremental. TSM simply examines your file
system and only backups up files that A-haven't been backed up yet, B-have
changed (newer version then a previously backed up file). So the very first
backup on a node will in essence be a "full" in some respect, but from there
on out they're all incrementals. How long the various files/directories are
retained is dependent on the domain the node is assigned to (and subsequent
hierarchy). On the other hand if you actually want a FULL backups and retain
it for a long time, you may find doing an archive to be more to your liking.

You need to look into how management classes work. In a given domain, you
have a hierarchy of domain->policy set->management class->copygroup. Each
domain has 1 policy set. Each policy set can have many management classes.
Each management class has 2 copygroups (a backup and an archive copygroup).
For a given domain that you create, you assign a "default management class"
which is basically the management class (and thereby copygroup parameters of
VERE,VERD,RETE,RETO) that all nodes use for their retention settings,
*provided you don't specify any other specific management classes*.

Basically what you need to do is for whatever domain your node is in, create
a new management class and then the 2 copygroups for that management class
that have the new retention settings you're after. Then for the node in your
dsm.sys (or dsm.opt in the case of windows) file, use include statements to
send whatever you wish to include to the specific management class. E.g.

Create new management class called SPECIAL.. then in dsm.sys/opt:

Include /usr/.../*
Include /tmp/.../*
Include /home/.../* SPECIAL

Whatever the "default management class" is would be the retention settings
for everything except any files that fall into my above include of "include
/home/.../* SPECIAL" which tells TSM to bind those files to that specific
management class.

Again it's all in the admin guide.. go look up and rear about the entire
domain/policy set/management class/copygroup hierarchy.

Regards,

Gerald Wichmann
Senior Systems Development Engineer
Zantaz, Inc.
925.598.3099 (w)

<Prev in Thread] Current Thread [Next in Thread>