Results 1 to 5 of 5
Thread: Script / dsmc
-
05-27-2010, 10:24 AM #1Newcomer
- Join Date
- May 2010
- Posts
- 12
- Thanks
- 2
- Thanked 1 Time in 1 Post
Script / dsmc
i have to backup a lot of files every two hours.
so i try to make a script and schedule with windows task scheduler:
cd c:\program files\tivoli\tsm\baclient
dsmc incremental -archmc=INC_BUP_2HOURLY "D:\*" -description="Inc Backup" %date%" -subdir=yes
but there is no archmc for incremental backups and i need other retention for those files.
thx for your help.
-
05-27-2010, 01:27 PM #2Member
- Join Date
- Jan 2006
- Location
- In your head...
- Posts
- 470
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Is there a need to have this process bind to different retention than normal nightly backups? If so perhaps creating a nodename_2hr or something to that affect with its own dsm.opt file and change what the data binds to as far as policy sets.
Otherwise,
I believe if you use the binding to the long term policy set and set in the dsm.opt file on the client or a client option set that paticular node is associated with you'll get the retention you are looking for.
You should also be able to create a 2 hr schedule with enhanced schedules within TSM itself. Then you'll be able to report on the status of the backups.Last edited by dms19; 05-27-2010 at 03:54 PM.
"Whats this button do?"
-
05-27-2010, 01:28 PM #3
You will need to create a new management class (with different retention) in this existing policy domain and bind this node to this management class/domain.
I suggest you take a look at this redbook from IBM, espacially chapter 9; "Policy Management", it will explain TSM way of doing what you need:
http://www.redbooks.ibm.com/redbooks/pdfs/sg244877.pdf (IBM Tivoli Storage Management Concepts)
-
05-27-2010, 02:53 PM #4
What JeanSeb said. After you create management class, and activate the policyset, you can bind your special directory to the new management class in your dsm.opt file.
include.backup c:\win98\system\* mybackupclass
Also, I think you'd be best served by triggering these two-hour schedules from the TSM server. You can create one schedule that runs every two hours. Pretty easy to use.
-
05-28-2010, 07:29 AM #5Newcomer
- Join Date
- May 2010
- Posts
- 12
- Thanks
- 2
- Thanked 1 Time in 1 Post
i've created two dsm.opt and two different tsm scheduler. it seems like it works.
you are very friendly. thanks a lot guys.
Similar Threads
-
dsmc -virtualnodename
By pferreir in forum Backup / Archive DiscussionReplies: 4Last Post: 06-10-2009, 02:50 AM -
dsmc usage
By tenpin in forum Restore / Recovery DiscussionReplies: 3Last Post: 04-27-2009, 05:59 PM -
Script: init script for dsmc sched
By davalex in forum Backup / Archive DiscussionReplies: 0Last Post: 12-05-2007, 09:43 AM -
Stop a script? How do I know if script is running?
By khawts in forum ScriptingReplies: 1Last Post: 10-12-2007, 04:23 PM -
setuid for dsmc
By schiwitz in forum Backup / Archive DiscussionReplies: 2Last Post: 05-06-2005, 10:21 AM


Reply With Quote
