`

TSM - Creating an include-exclude list (optional)

阅读更多

Creating an include-exclude list (optional)

This is an optional task but an important one. If you do not create an

include-exclude list, Tivoli Storage Manager considers all files for backup services

and uses the default management class for backup and archive services.

You must be an authorized user to perform this task.

You can create an include-exclude list to exclude a specific file or groups of files

from backup services, and to assign specific management classes to files. Tivoli

Storage Manager backs up any file that is not explicitly excluded. You should

exclude Tivoli Storage Manager client directories from backup services. You can

use the query inclexcl command to display a list of include and exclude

statements in the order they are examined when determining whether an object is

to be included.

Specify the include-exclude list in your dsm.sys file. If you define more than one

server in your dsm.sys file, each server must have its own include-exclude list.

This list can also contain include-exclude statements obtained from the

include-exclude files you specify with the inclexcl option.

When the client processes include-exclude statements, the include-exclude

statements within the include-exclude file are placed at the position occupied by

the inclexcl option in dsm.sys, in the same order, and processed accordingly.

You can use the following methods to create an include-exclude list or specify an

include-exclude file:

1. You can add include-exclude statements in the Tivoli Storage Manager or Web

client directory tree. The online help provides detailed instructions.

 

2. Open the Edit menu and select Client Preferences. In the Preferences dialog,

click the Include/Exclude section. You can specify an INCLEXCL file using the

Preferences editor. However, you cannot create the INCLEXCL file using the

Preferences editor.

You can also create an include-exclude list manually by performing the following

steps:

1. Determine your include and exclude requirements.

2. Locate the server stanza in your dsm.sys file. Each server stanza must have its

own include-exclude list.

3. Enter your include and exclude statements. Tivoli Storage Manager evaluates all

exclude.fs and exclude.dir statements first (regardless of their position within

the include-exclude list), and removes the excluded file spaces, directories, and

files from the list of objects available for processing. All other include-exclude

statements are processed from the bottom of the list up. Therefore, it is

important to enter all your include-exclude statements in the proper order. For

example, in the following include-exclude list the includefile.cpp file is not

backed up:

include /Users/user01/Documents/includefile.cpp

exclude /Users/user01/Documents/.../*

However, in the following include-exclude list the includefile.cpp file is

backed up:

exclude /Users/user01/Documents/.../*

include /Users/user01/Documents/includefile.cpp

4. Save the file and close it. For Mac OS X, ensure that you save the file as plain

text. Do not add the .txt extension.

5. Restart your Tivoli Storage Manager client to enable your include-exclude list.

Excluding file spaces and directories

Use exclude.dir statements to exclude all files and sub-directories in the specified

directory from processing. Tivoli Storage Manager evaluates all exclude.dir

statements first (regardless of their position within the include-exclude list), and

removes the excluded directories and files from the list of objects available for

processing. The exclude.dir statements override all include statements that match

the pattern.

Table 19. Options for excluding file spaces and directories

Option Description

exclude.fs

Excludes file spaces matching the pattern. The client does not consider

the specified file space for processing and the usual deleted-file

expiration process cannot occur. If you exclude a file space that was

previously included, existing backup versions remain on the server

subject to retention rules specified in the associated management class

definition.

exclude.dir

Excludes a directory, its files, and all its subdirectories and their files

from backup processing. For example, the statement exclude.dir

/test/dan/data1 excludes the /test/dan/data1 directory, its files, and

all its subdirectories and their files. Using the exclude.dir option is

preferable over the standard exclude option to exclude large directories

containing many files that you do not want to back up. You cannot use

include options to override an exclude.dir statement. Only use

exclude.dir when excluding an entire directory branch.

Note:

1. Use the following statements to exclude volumes /Volumes/disk2

altogether from backup processing. Note that the volume

(/Volumes/disk2) will still be backed up, but all other directories on

/Volumes/disk2 will be excluded.

exclude /Volumes/disk2/*

exclude.dir /Volumes/disk2/*

2. An alternative method for excluding an entire volume from domain

incremental backup is to use a domain statement to exclude the

volume. For example:

domain "-/Volumes/disk2"

This alternative still permits selective backup processing of files on

/Volumes/disk2.

分享到:
评论

相关推荐

    MATLAB_TSM-Toolbox_2.03.zip

    MATLAB_TSM-Toolbox_2.03.zip是一个压缩包,其中包含了多种时间序列变换(Time Series Modulation,简称TSM)工具箱,专用于音频处理领域。这个工具箱集成了不同类型的TSM算法,如OLA(Overlap-Add)、WSOLA...

    TSM-SYBASE备份系统安装文档

    【TSM-SYBASE备份系统安装文档】是一个详细的教程,旨在帮助初学者理解TSM(Tivoli Storage Manager)、TSMAPI、Sybase以及SybaseAPI,并指导如何构建基于TSM的Sybase数据库备份系统。以下是对每个部分的详细解释: ...

    Node-Replication实现TSM-Server-to-Server

    ### Node-Replication 实现 TSM Server-to-Server #### 一、概述 IBM Tivoli Storage Manager (TSM) 是一种广泛应用于企业级数据备份和恢复解决方案的产品。TSM 提供了强大的功能来保护组织的数据,其中包括 Node ...

    北京工商局-TSM-安装配置手册完整版

    - **说明**:介绍用于安装部署TSM(Tivoli Storage Manager)系统的存储介质的信息。 - **重要性**:确保使用的介质符合系统要求,避免安装过程中出现问题。 #### 1.2 root 用户.profile 环境变量 - **说明**:配置...

    丰田工程标准 TSM 5516G 聚酰胺树脂成型材料

    丰田工程标准TSM 5516G详细规定了聚酰胺树脂成型材料的应用、分类、性能等要求,是汽车塑料零件制造的重要参考标准。聚酰胺树脂因其卓越的物理性能和化学稳定性,在工程塑料领域中被广泛应用,特别是在汽车工业中...

    TSM-FOR-LINUX

    TSM FOR LINUX。测试可以用。 文档可以参照百度。。。。

    TSM-PV_TSM的matlab实现

    关于变音的PV-TSM算法,用matlab进行实现,供声学相关初学者参考,A Review of Time-Scale Modification of Music Signals文献第三部分的复现

    TSM-OLA算法matlab实现

    关于变音的重叠保留算法,用matlab进行实现,供声学相关初学者参考,A Review of Time-Scale Modification of Music Signals文献第一部分的复现

    TSM-wsola的matlab实现

    关于变音的wsola算法,用matlab进行实现,供声学相关初学者参考,A Review of Time-Scale Modification of Music Signals文献第二部分的复现

    自适应TSM-RT用于快速分析3-D大尺度海面的EM散射

    自适应TSM-RT(Two-Scale Model Ray Tracing,双尺度模型射线追踪)方法是一种用于快速分析电磁(EM)散射特性的技术,特别是在针对三维(3-D)大尺度海面的研究中。它是在之前的工作基础上的进一步改进,目的是为了...

    TSM Server-Client-TDPO安装配置手记

    【TSM Server-Client-TDPO 安装配置详解】 TSM(Tivoli Storage Manager)是一款由IBM开发的企业级数据保护解决方案,用于管理和备份各种数据。本篇将详细介绍TSM Server、Client以及TDP for Oracle的安装配置过程...

    论文研究-基于AKA的Parlay改进认证机制 .pdf

    通过将信任和安全功能从框架中独立出来,TSM-AKA能够在不改变TSM其他实现细节的基础上,解决认证过程中的三方关系,并确保共享密钥的安全存储和使用。 AKA体系的工作原理是基于SIM卡(或USIM卡),它包含了一组算法...

    TSM LAN-FREE+TDPO配置实例

    ### TSM LAN-FREE+TDPO配置实例详解 #### 一、TDPO配置步骤 **1. 安装TDPO for Oracle** - **获取安装包:** - TDPO for Oracle 的安装包位于 `/tsm/tdpo` 目录下,版本号为 `5.2.0.0`。 - **安装过程:** - ...

    TSM培训资料、TSM维护文档

    TSM备份相关文档集合,包含以下文档: ...TSM-7.1.6部署工艺手册.pdf TSM培训课件.ppt TSM操作指南.docx TSM日常维护手册.doc TSM的监控和维护.pdf TSM系统备份介绍.doc tsm维护.doc TSM维护操作手册.doc

    TSM+LAN-FREE配置实例

    【TSM+LAN-FREE配置实例】是一种在数据中心环境中实现高效、可靠备份的解决方案。Tivoli Storage Manager(TSM)是IBM推出的一款强大的企业级数据保护软件,它提供了全面的数据备份和恢复功能。LAN-FREE备份技术则...

    L6562-TSM103-电源板-资料_LED驱动原理图_PFC_

    在L6562-TSM103电源板中,PFC部分主要负责提升输入电源的品质,确保电流接近于纯正弦波形,以符合电网标准。L6562内置的PFC控制器可以实现有源功率因数校正,通过比较输入电压和电流的相位差,调整开关元件的工作...

    TSM实施完全教程-详细解读

    ### TSM实施完全教程-详细解读 #### 一、软件安装 ##### 1.1 软件安装 为了正确地安装Tivoli Storage Manager (TSM), 首先需要准备安装光盘或导入安装文件。在此过程中,推荐使用smit工具进行安装。在选择安装包...

    TSM 标准Overview 4-24-7 - 中文-简

    **TSM标准Overview 4-24-7 中文简版**是针对Tivoli Storage Manager(TSM)的一种特定的、简化的介绍性材料。TSM,由IBM开发,是一款强大的企业级备份和恢复软件,它提供了全面的数据保护解决方案,广泛应用于各种...

    Turkish Script Mafia:TSM-开源

    【标题】"Turkish Script Mafia (TSM): 开源项目详解" 在信息技术领域,开源软件已经成为推动创新和发展的重要力量。"Turkish Script Mafia (TSM)" 是一个专注于土耳其语的开源项目,它提供了用于处理和操作土耳其...

    TSM_API报错说明.txt

    TSM_API报错说明.txt

Global site tag (gtag.js) - Google Analytics