Results 1 to 3 of 3
-
02-20-2008, 09:51 AM #1Member
- Join Date
- Feb 2008
- Posts
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Include/Exclude statements in dsm.sys for backup of domino on linux
I'm pretty new to the tsm world and I want to backup the notesdata area on a linux server and the log files, but i don't want to backup any of the system files or unnecessary files inside notesdata, so i've come up with the following include/exclude statements and was hoping that someone here might have some pointers for me on what else i should put in there or what i shouldn't have in the list.
The include/exclude portion of the dsm.sys file is as follows:
exclude /.../*
include /var/log/.../*
include /local/notesdata/.../*
exclude /local/notesdata/.../*.ft/.../*
exclude /local/notesdata/.../*.ft/.../*.*
-
02-20-2008, 08:08 PM #2Moderator
- Join Date
- Feb 2007
- Location
- Brisbane, Australia
- Posts
- 2,072
- Thanks
- 0
- Thanked 3 Times in 3 Posts
I know nothing about notes but what you have looks right, except with the last 2 lines you don't need to exclude both * and *.* - just exclude *
-
02-20-2008, 08:36 PM #3
Hi Haage,
EXCLUDE "*"
EXCLUDE "*.*"
EXCLUDE "/.../*"
EXCLUDE "/.../*.*"
INCLUDE "/domino/data/*.*"
INCLUDE "/domino/data/*"
EXCLUDE "*.txn"
EXCLUDE "*.ntf"
EXCLUDE "*.nsf"
EXCLUDE.image "/boot"
This is what we have done in our Mail Server.You please include /var/log to backup the logs.
Aroon
Similar Threads
-
Exclude Directories dsm.sys On Linux
By marck_burgers in forum Backup / Archive DiscussionReplies: 5Last Post: 09-13-2007, 04:10 AM -
Duplicate include exclude statements????
By mricca in forum Backup / Archive DiscussionReplies: 1Last Post: 04-28-2005, 05:54 PM -
Include / Exclude processing between Windows and Linux
By spearchucker in forum Backup / Archive DiscussionReplies: 0Last Post: 12-23-2004, 03:56 PM -
TSM Scheduler on Linux using wrong dsm.sys
By pbs in forum TSM ServerReplies: 2Last Post: 09-08-2004, 08:41 AM -
dsm.sys include/exclude statement
By henrychen in forum Backup / Archive DiscussionReplies: 1Last Post: 10-20-2003, 09:52 PM


Reply With Quote