Source:Creating Exclude List: Difference between revisions

From SEPsesam
(Updated.)
No edit summary
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages /><translate><!--T:1-->
<translate><!--T:1-->
<div class="noprint"><languages />
{{Copyright SEP AG‎|en}}
{{Copyright SEP AG‎|en}}


<!--T:2-->
<!--T:2-->
{{Navigation_latest|release=4.4.3|link=[[Special:MyLanguage/SEP_sesam_Documentation#previous|Documentation archive]]}}
{{Navigation_latest|release=[[Special:MyLanguage/SEP_sesam_Release_Versions|4.4.3/4.4.3 ''Grolar'']]|link=[[Special:MyLanguage/SEP_sesam_Documentation#previous|Documentation archive]]}}</div>
 


==Overview== <!--T:3--></translate>
==Overview== <!--T:3--></translate>
Line 11: Line 13:
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
| rowspan="2" style="padding:0px 10px 0px;" | <translate><!--T:5-->
| rowspan="2" style="padding:0px 10px 0px;" | <translate><!--T:5-->
[[File:SEP_next.png|45px|link=SBC_CLI#exclude_lists]]</translate>
[[File:SEP_next.png|45px|link=Special:MyLanguage/SBC_CLI#exclude_lists|SBC CLI exclude]]</translate>
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | <translate><!--T:6-->
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | <translate><!--T:6-->
See also: [[Special:MyLanguage/SBC_CLI#exclude_lists|SBC CLI exclude]] – [[Special:MyLanguage/Exclude_with_Regular_Expressions_4.4|Exclude with regular expressions]] – [[Special:MyLanguage/Exclude_with_File_Patterns_4.4|Exclude with file patterns]] – [[Special:MyLanguage/FAQ#exclude_VSS_writers|How to exclude specific VSS writers from a backup?]]</translate>
See also: [[Special:MyLanguage/SBC_CLI#exclude_lists|SBC CLI exclude]] – [[Special:MyLanguage/Exclude_with_Regular_Expressions_4.4|Exclude with regular expressions]] – [[Special:MyLanguage/RegExp:_Examples_for_Excluding_Matched_Patterns|Examples for Excluding Matched Patterns]] – [[Special:MyLanguage/Exclude_with_File_Patterns_4.4|Exclude with file patterns]] – [[Special:MyLanguage/FAQ#exclude_VSS_writers|How to exclude specific VSS writers from a backup?]]</translate>
|}
|}


Line 25: Line 27:
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
| rowspan="2" style="padding:0px 10px 0px;" | <translate><!--T:9-->
| rowspan="2" style="padding:0px 10px 0px;" | <translate><!--T:9-->
[[File:icon_archived_docs.png|45px|link=SEP_sesam_Documentation]]</translate>
[[File:icon_archived_docs.png|45px|link=Special:MyLanguage/SEP_sesam_Documentation#previous|Documentation archive]]</translate>
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | <translate><!--T:10-->
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | <translate><!--T:10-->
If you are using an older SEP sesam version, refer to [[Special:MyLanguage/SEP_sesam_Documentation#previous|Documentation archive]].</translate>
If you are using an older SEP sesam version, refer to [[Special:MyLanguage/SEP_sesam_Documentation#previous|Documentation archive]].</translate>
Line 35: Line 37:
Some files are only temporary while others are permanently in use. These files should be either excluded from the ordinary backup or be backed up in a special way. For example, you may not want to back up any temporary (''.tmp'') files, read-only files, or files from specific directories (e.g., ''download directory''). SEP sesam provides a number of ways for setting up exclusion:</translate>
Some files are only temporary while others are permanently in use. These files should be either excluded from the ordinary backup or be backed up in a special way. For example, you may not want to back up any temporary (''.tmp'') files, read-only files, or files from specific directories (e.g., ''download directory''). SEP sesam provides a number of ways for setting up exclusion:</translate>


*<translate><!--T:13-->
*<translate>
[[Special:MyLanguage/Creating_Exclude_List#editor|Specifying files, file types or regular expressions in ''Exclude List'']] when creating a [[Special:MyLanguage/Standard_Backup_Procedure#task|backup task]]. </translate>
<!--T:69-->
[[Special:MyLanguage/Creating_Exclude_List#GUI|Specifying ''Exclude List'']] in GUI.</translate>
*<translate><!--T:14-->
*<translate><!--T:14-->
[[Special:MyLanguage/Creating_Exclude_List#custom|Creating a custom exclude list]] on the [[Special:MyLanguage/SBC_CLI#exclude_lists|SEP sesam Client (SBC SLI)]] to exclude a larger number of files</translate>
[[Special:MyLanguage/Creating_Exclude_List#custom|Creating a custom exclude list]] on the [[Special:MyLanguage/SBC_CLI#exclude_lists|SEP sesam Client (SBC SLI)]] to exclude a larger number of files</translate>
Line 44: Line 47:
[[Special:MyLanguage/Creating_Exclude_List#sm.ini|Using SEP sesam configuration file ''sm.ini'']] to exclude files from all backups on the client. </translate>
[[Special:MyLanguage/Creating_Exclude_List#sm.ini|Using SEP sesam configuration file ''sm.ini'']] to exclude files from all backups on the client. </translate>


<translate>=={{anchor|editor}}Add files, file types or regular expressions in the ''Exclude List Editor''== <!--T:17-->
<translate>=={{anchor|GUI}}Exclude list in GUI== <!--T:70-->  
 
<!--T:18-->
When creating a backup task, you specify the source for your backup as well as define any files or patterns you want to exclude from backup.</translate>
 
<ol><li><translate><!--T:19-->
From '''Main Selection -> Tasks -> By clients''', select your client and click '''New backup task'''. The ''New backup task'' window opens.</translate>
<li><translate><!--T:20-->
Enter the '''Task name'''.</translate>
<li><translate><!--T:21-->
From the '''Backup type''' drop-down list, select '''appropriate backup type'''.</translate>
<li><translate><!--T:22-->
Specify the '''Source'''. If you want to back up individual files, you can either browse for directories and files that you want to include in the backup or enter their names followed by a comma (''C:/Program Files/SEPsesam/var/db,C:\Users\AA\Documents\references''). If you want to backup the whole file system, set the source as ''all''. If you want to back up only files that match a specific pattern, use the [[Special:MyLanguage/FAQ#incl-excl_files|include list]] instead.</translate>
<li><translate><!--T:23-->
In the '''Exclude List Editor''', specify the exclusions by using regular expressions. Add the exclusion patterns on by one followed by a comma. For example, if you want to back up source ''/usr'' but skip ''*.tmp'' and ''old*.c'' files and all old* directories, add the following pattern to the editor:</translate></li>
 
\.tmp$, /old.*\.c$, /old.*/$
<translate><!--T:24-->
[[image:exclude_list.png|700px|left|link=]]</translate>
<br clear=all></ol>


{{<translate><!--T:25-->
<!--T:71-->
When creating a backup task, you specify the source for your backup as well as define any files or patterns you want to exclude from backup. Note that when the number of files to be excluded for backup exceeds allowed length for the exclude list, you should set up exclusion as described in section [[Special:MyLanguage/Creating_Exclude_List#custom|Create a custom exclude list on client]].</translate> 
<ol><li><translate><!--T:72-->
From ''Main Selection'' -> '''Tasks''' -> '''By clients''', select your client and click '''New backup task'''. The ''New backup task'' window opens.</translate>
<li><translate><!--T:73-->
Specify the '''Source'''. If you want to back up individual files, you can either browse for directories and files that you want to include in the backup or enter their names followed by a comma (''C:/Program Files/SEPsesam/var/db,C:\Users\AA\Documents\references''). If you want to backup the whole file system, set the source as ''all''. If you want to back up only files that match a specific pattern, use the [[Special:MyLanguage/FAQ#incl-excl_files|include list]] instead. Note that if you select the source by browsing, the ''task type'' and ''task name'' are set automatically. If you enter the source manually, you have to enter the ''task name'' and select relevant [[Special:MyLanguage/SEP_sesam_Glossary#task_type|''task type'']].</translate></li>
<li><translate><!--T:74-->
In the '''Exclude List''', specify the files or folders which you do not want to back up in one of the following ways:</translate><br />
<translate><!--T:75-->
{{anchor|browse_button}}'''Exclude by using the browse button'''</translate><br /><translate><!--T:76-->
The simplest way to exclude the specific files or folders from the backup is by using the big browse button (next to the fields ''Source'' and ''Exclude List'') and selecting your source for exclude in the ''Client File View'' window. In our example we have excluded ''logs'' and ''program files'' from the backup, as shown in the screenshot below.</translate><br />
<translate><!--T:77-->
[[image:Basic_exclude_list.jpg|700px|link=]]</translate>
<br clear=all>
<translate><!--T:78-->
{{anchor|editor}}'''Add files, file types or regular expressions in the ''Exclude List Editor'''''</translate><br />
<translate><!--T:79-->
In the '''Exclude List Editor''', specify the exclusions by using regular expressions. On Windows, you can also use the option ''Pattern Exclude'', however on Linux it is only possible to exclude by using regular expressions (''RegExp Exclude'').</translate>
<br /><translate><!--T:80-->
Add the exclusion patterns one by one followed by a comma. For example, if you want to back up source ''/usr'' but skip ''*.tmp'' and ''old*.c'' files and all old* directories, add the following pattern to the editor: {{path|\.tmp$, /old.*\.c$, /old.*/$}} </translate><br />
<translate>
<!--T:81-->
[[image:exclude_list.jpg|700px|link=]]</translate>
<br clear=all>
<translate><!--T:82-->
Click '''OK'''.</translate></li></ol>
<translate>
<!--T:83-->
For more examples on excludes using regular expression patterns, see [[Special:MyLanguage/RegExp:_Examples_for_Excluding_Matched_Patterns|Examples for Excluding Matched Patterns]].</translate>
{{<translate><!--T:66-->
note</translate>|<translate><!--T:26-->
note</translate>|<translate><!--T:26-->
Exclude by using regular expressions is the default setting, but you can change it to use the file pattern (?,*) instead of regex by modifying the configuration file <tt><SESAM_VAR>/var/ini/sm.ini</tt> on the [[Special:MyLanguage/SEP_sesam_Glossary#SBC|SEP sesam Client]]. In the config file <tt>sm.ini</tt> change the entry<br /> <nowiki>EXCLUDE_MATCH= REGEXP to EXCLUDE_MATCH= PATTERN </nowiki>.</translate>}}
Exclude by using regular expressions is the default setting, but you can change it to use the file pattern (?,*) instead of regexp by modifying the configuration file <tt><SESAM_VAR>/var/ini/sm.ini</tt> on the [[Special:MyLanguage/SEP_sesam_Glossary#SBC|SEP sesam Client]]. In the config file <tt>sm.ini</tt> change the entry</translate><br /> <translate><!--T:67-->
<nowiki>EXCLUDE_MATCH= REGEXP to EXCLUDE_MATCH= PATTERN</nowiki></translate>.}}


<translate>=={{anchor|custom}}Create a custom exclude list on client== <!--T:27-->
<translate>=={{anchor|custom}}Create a custom exclude list on client== <!--T:27-->
Line 83: Line 97:


*<translate><!--T:32-->
*<translate><!--T:32-->
[[Special:MyLanguage/Creating_Exclude_List#novell|Exclude list for Novell OES]]</translate>
[[Special:MyLanguage/Creating_Exclude_List#novell|Exclude list for Micro Focus OES (formerly Novell OES)]]</translate>


<translate><!--T:33-->
<translate><!--T:33-->
Line 114: Line 128:
note</translate>|<translate>
note</translate>|<translate>
<!--T:65-->
<!--T:65-->
In SEP sesam versions < 4.4.3.45, the exclude list, defined on Linux/UNIX in a Lotus Notes backup task, does not work if specified with {{path|\.}}. For versions < 4.4.3.45, specify the exclude list for Notes without the preceding backslash, e.g., use {{path|/srv/notesdata/help$}} instead of {{path|\./srv/notesdata/help$'}}. </translate>}}
In SEP sesam versions < 4.4.3.45, the exclude list, defined on Linux/UNIX in a Lotus Notes backup task, does not work if specified with {{path|\.}}. For versions < 4.4.3.45, specify the exclude list for Notes without the preceding backslash and a dot, e.g., use {{path|/srv/notesdata/help$}} instead of {{path|\./srv/notesdata/help$'}}. </translate>}}


<translate>==={{anchor|windows}}Exclude list on Windows=== <!--T:41-->
<translate>==={{anchor|windows}}Exclude list on Windows=== <!--T:41-->
Line 138: Line 152:
  D:/gui
  D:/gui


<translate>==={{anchor|novell}}Exclude list for Novell OES=== <!--T:46-->
<translate>==={{anchor|novell}}Exclude list for Micro Focus OES (formerly Novell OES)=== <!--T:46-->


<!--T:47-->
<!--T:47-->
Line 187: Line 201:


<!--T:61-->
<!--T:61-->
To define the excludes for the client, open the <tt>sm.ini</tt> file and under the parameter <tt>SBC_EXCLUDE</tt> enter one parameter per line. Use regular expressions to define the excludes. For example, to exclude the directories ''/dev'', ''/mnt'' and ''/media''
To define the excludes for the client, open the <tt>sm.ini</tt> file and under the parameter <tt>SBC_EXCLUDE</tt> enter one parameter per line.  
from the backup, specify the following:</translate>
<ul><li>On Linux, use regular expressions to define the excludes in <tt>sm.ini</tt>. For example, to exclude the directories ''/dev'', ''/mnt'' and ''/media'' from the backup, specify the following:</li></translate>
  [SBC_EXCLUDE]
  [SBC_EXCLUDE]
  ExcludePattern1=\./mnt$
  ExcludePattern1=\./mnt$
Line 195: Line 209:


<translate><!--T:62-->
<translate><!--T:62-->
If you would rather create an exclude list based on file patterns, see [[Special:MyLanguage/FAQ#SBC|How can I set the SBC so that the exclude list always uses the file pattern (?,*) instead of using regular expressions?]]</translate>
<li>On Windows, use file patterns to define the excludes in <tt>sm.ini</tt>. You can use this to exclude files that match the specified names or paths (note that  <file_name> can include wildcard characters, e.g., * and ?).</li></ul></translate>
<div class="noprint">


<translate>==See also== <!--T:63-->
<translate><div class="noprint">
[[Special:MyLanguage/Exclude_with_Regular_Expressions_4.4|Exclude with regular expressions]] – [[Special:MyLanguage/Exclude_with_File_Patterns_4.4|Exclude with file patterns]] – [[Special:MyLanguage/FAQ#exclude_VSS_writers|How to exclude specific VSS writers from a backup?]]</translate></div>
==See also== <!--T:63-->
[[Special:MyLanguage/SBC_CLI#exclude_lists|SBC CLI exclude]] – [[Special:MyLanguage/Exclude_with_Regular_Expressions_4.4|Exclude with regular expressions]] – [[Special:MyLanguage/RegExp:_Examples_for_Excluding_Matched_Patterns|Examples for Excluding Matched Patterns]] – [[Special:MyLanguage/Exclude_with_File_Patterns_4.4|Exclude with file patterns]] – [[Special:MyLanguage/FAQ#exclude_VSS_writers|How to exclude specific VSS writers from a backup?]]</div></translate>

Revision as of 12:09, 18 December 2018

Other languages:

Copyright © SEP AG 1999-2024. All rights reserved.

Any form of reproduction of the contents or parts of this manual is allowed only with the express written permission from SEP AG. When compiling and designing user documentation SEP AG uses great diligence and attempts to deliver accurate and correct information. However, SEP AG cannot issue a guarantee for the contents of this manual.

Docs latest icon.png Welcome to the latest SEP sesam documentation version 4.4.3/4.4.3 Grolar. For previous documentation version(s), check Documentation archive.


Overview

For each backup you can back up only selected files, files that match a specific pattern and exclude specific files, file types or directories from backups.

Some files are only temporary while others are permanently in use. These files should be either excluded from the ordinary backup or be backed up in a special way. For example, you may not want to back up any temporary (.tmp) files, read-only files, or files from specific directories (e.g., download directory). SEP sesam provides a number of ways for setting up exclusion:

Exclude list in GUI

When creating a backup task, you specify the source for your backup as well as define any files or patterns you want to exclude from backup. Note that when the number of files to be excluded for backup exceeds allowed length for the exclude list, you should set up exclusion as described in section Create a custom exclude list on client.

  1. From Main Selection -> Tasks -> By clients, select your client and click New backup task. The New backup task window opens.
  2. Specify the Source. If you want to back up individual files, you can either browse for directories and files that you want to include in the backup or enter their names followed by a comma (C:/Program Files/SEPsesam/var/db,C:\Users\AA\Documents\references). If you want to backup the whole file system, set the source as all. If you want to back up only files that match a specific pattern, use the include list instead. Note that if you select the source by browsing, the task type and task name are set automatically. If you enter the source manually, you have to enter the task name and select relevant task type.
  3. In the Exclude List, specify the files or folders which you do not want to back up in one of the following ways:
    Exclude by using the browse button
    The simplest way to exclude the specific files or folders from the backup is by using the big browse button (next to the fields Source and Exclude List) and selecting your source for exclude in the Client File View window. In our example we have excluded logs and program files from the backup, as shown in the screenshot below.
    File:Basic exclude list.jpg
    Add files, file types or regular expressions in the Exclude List Editor
    In the Exclude List Editor, specify the exclusions by using regular expressions. On Windows, you can also use the option Pattern Exclude, however on Linux it is only possible to exclude by using regular expressions (RegExp Exclude).
    Add the exclusion patterns one by one followed by a comma. For example, if you want to back up source /usr but skip *.tmp and old*.c files and all old* directories, add the following pattern to the editor: \.tmp$, /old.*\.c$, /old.*/$
    Exclude list.jpg
    Click OK.

For more examples on excludes using regular expression patterns, see Examples for Excluding Matched Patterns.

Information sign.png Note
Exclude by using regular expressions is the default setting, but you can change it to use the file pattern (?,*) instead of regexp by modifying the configuration file <SESAM_VAR>/var/ini/sm.ini on the SEP sesam Client. In the config file sm.ini change the entry
EXCLUDE_MATCH= REGEXP to EXCLUDE_MATCH= PATTERN.

Create a custom exclude list on client

You can specify a custom exclude list of items to be skipped during backup by creating a special file on SEP sesam Client. Typically, you would create a separate exclude file when the number of files or directories to be excluded for backup exceeds allowed length for exclude list (max. 1024 characters in SEP sesam version ≥ 4.4.3; max. 255 characters in version ≤ 4.4.2).

A custom exclude list must be a text file that is created on the SEP sesam Client on which the backup will be executed. The syntax for exclude entries is platform/OS dependent, see:

Once you have created the exclude file, for example exclude_list.txt, enter it in the backup task properties as follows:

Create or open the backup task, select the Options tab and under the Additional call arguments in the Save options field, enter the specified file in the form: -X C:/sesam/exclude_list.txt.

Exclude list on Linux

Create the exclude file on the client in the directory /etc/sesam, for example /etc/sesam/exclude_list.txt. The following rules apply:

  • Each file or directory that you want to exclude from backup must be specified in a separate line (one entry per line).
  • Wildcards are not supported.
  • The exclude entries have to be set up with a regular expressions syntax.

This is an example of the exclude_list.txt on Linux:

 \./tmp$
 \./home/John Doe/videos.zip$
 \./home/John Doe/Business Documents/YearEnd Closing for business year 2006$
Information sign.png Note
In SEP sesam versions < 4.4.3.45, the exclude list, defined on Linux/UNIX in a Lotus Notes backup task, does not work if specified with \.. For versions < 4.4.3.45, specify the exclude list for Notes without the preceding backslash and a dot, e.g., use /srv/notesdata/help$ instead of \./srv/notesdata/help$'.

Exclude list on Windows

Create the exclude file on the client in the directory C:\Program Files\SEPsesam\var\ini, for example exclude_list.txt. The following rules apply:

  • Use only / (slash) in the exclude file and NOT \ (backslash).
  • Each file or directory that you want to exclude from backup must be specified in a separate line (one entry per line). This also applies to paths that include spaces.


This is an example of the exclude_list.txt on Windows:

D:/DOWNLOAD
D:/PREKITS
D:/Dev
D:/kit_2_3_1_7
D:/kit_2_3_1_5
D:/knoppix
D:/ACHIM
D:/gui

Exclude list for Micro Focus OES (formerly Novell OES)

Create the exclude file on the client in the directory /etc/sesam, for example /etc/sesam/exclude_list.txt. The following rules apply:

  • Each file or directory that you want to exclude from backup must be specified in a separate line (one entry per line).
  • Use only the pattern format for exclude.
  • Wildcards are allowed in the file or directory entries.
  • An exclude folder must end with a / (slash).


This is an example of the exclude_list.txt:

/media/nss/VOL1/tmp/
/media/nss/VOL1/USR/*/Notes/Workspace/
/media/nss/VOL1/data/do_not_backup.txt

For example, /media/nss/VOL1 is entered as source in the backup task. This means that the complete VOL1 will be backed up, excluding the items in the exclude file that is specified by the following entry in the Save options field of the Options tab in the backup task definition:

 -X /etc/sesam/exclude_list.txt

SEP sesam will exclude all the files and directories from the backup that are listed in the file.

Creating a special file nosbc to permanently exclude a directory

You can permanently exclude a directory from all backups on the client by creating a special file in the directory itself – this file is .nosbc on Unix or nosbc on Windows. By creating such a file in the directory, the directory will not be backed up even though is might be included in the specified source.

The behavior can be switched off for a specific backup task by entering the -o noexcl switch under the backup task properties, tab Options -> Save options.

Using sm.ini to completely exclude files from backups on the client

You can use the central SEP sesam config file sm.ini to specify the files on the client that should never be backed up. The advantage of using this method is that you can exclude files or directories from all backups performed on the respective client.

The default location of the sm.ini file is <SESAM_ROOT>\var\ini\sm.ini.

To define the excludes for the client, open the sm.ini file and under the parameter SBC_EXCLUDE enter one parameter per line.

  • On Linux, use regular expressions to define the excludes in sm.ini. For example, to exclude the directories /dev, /mnt and /media from the backup, specify the following:
  • [SBC_EXCLUDE] ExcludePattern1=\./mnt$ ExcludePattern2=\./dev$ ExcludePattern3=\./media$
  • On Windows, use file patterns to define the excludes in sm.ini. You can use this to exclude files that match the specified names or paths (note that <file_name> can include wildcard characters, e.g., * and ?).