首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >TSM拒绝在一个分区上备份子目录,但拒绝备份其他分区上的子目录。

TSM拒绝在一个分区上备份子目录,但拒绝备份其他分区上的子目录。
EN

Unix & Linux用户
提问于 2016-01-25 17:39:28
回答 1查看 395关注 0票数 1

在TSM拒绝递归到我/分区上的子目录时,我遇到了问题。这不适用于我的其他分区,在其中,它需要递归。这与我的包含/排除列表无关。

以下是TSM的输出:

代码语言:javascript
复制
# dsmc preview backup / -cons -subdir=yes
IBM Tivoli Storage Manager
Command Line Backup-Archive Client Interface
  Client Version 7, Release 1, Level 3.1 
  Client date/time: 25/01/16   18:29:49
(c) Copyright by IBM Corporation and other(s) 1990, 2015. All Rights Reserved.

Node Name: NODENAME.EXAMPLE.COM
Session established with server BLACKHOLE: Linux/x86_64
  Server Version 6, Release 3, Level 5.0
  Server date/time: 25/01/16   18:29:49  Last access: 25/01/16   18:28:47

Preview function invoked.
Depending on the number of objects to query, this operation could take a while to complete.

Are you sure you want to continue? (Yes (Y)/No (N)) y
Name:                                 Size:        Type:        Status:    Pattern:               Source:          Mgmt Class:
-----                                 -----        -----        -------    --------               -------          -----------
/lib                                  5  B         -            Included   -                      -                DEFAULT
/foo                                  0  B         -            Included   -                      -                DEFAULT
Preview output has been successfully written to file 'dsmprev.txt'.

这就是我的根分区的实际样子( foo文件在那里进行调试)

代码语言:javascript
复制
# ls -l /
total 25
drwxr-xr-x   1 root root 1066 Jan 23 13:04 bin
drwxr-xr-x   6 root root 4096 Jan  6 12:45 boot
drwxr-xr-x  22 root root 4620 Jan 25 18:06 dev
drwxr-xr-x   1 root root 5626 Jan 25 15:04 etc
-rw-r--r--   1 root root    0 Jan 25 18:29 foo
drwxr-xr-x   1 root root  100 Nov  4 15:52 home
lrwxrwxrwx   1 root root    5 Oct 20 16:09 lib -> lib64
drwxr-xr-x   1 root root 1410 Oct 20 16:09 lib32
drwxr-xr-x   1 root root 4880 Jan 25 09:50 lib64
drwxr-xr-x   1 root root   10 Oct 24 22:17 media
drwxr-xr-x   1 root root   10 Oct 31  2013 mnt
drwxr-xr-x   1 root root  348 Jan 24 17:12 opt
dr-xr-xr-x 388 root root    0 Jan 25 08:55 proc
drwx------   1 root root  512 Jan 25 18:26 root
drwxr-xr-x  26 root root  680 Jan 25 18:06 run
drwxr-xr-x   1 root root 4060 Jan 25 09:50 sbin
drwxr-xr-x   1 root root    0 May 27  2015 srv
dr-xr-xr-x  12 root root    0 Jan 25 18:29 sys
drwxrwxrwt  18 root root 1500 Jan 25 18:26 tmp
drwxr-xr-x   1 root root  194 Nov 15 14:11 usr
drwxr-xr-x   1 root root  186 May 31  2015 var

/文件系统在btrfs上,没有子卷(目前)。

下面是我的dsm.sys文件(主要是标准文件)的内容:

代码语言:javascript
复制
SErvername  BLACKHOLE
   COMMMethod         TCPip
   TCPPort            1542
   SSL YES
   TCPServeraddress   blackhole.example.com
   NODENAME nodename.example.com

         PasswordDir "/etc/tivoli/"
         PasswordAccess generate
         ErrorLogName "/var/log/tsm/dsmerror.log"
         SchedLogName "/var/log/tsm/dsmsched.log"
   inclexcl /etc/tivoli/incl-excl-file

斜杠文件目前是空的(但它仍然失败与我的常规文件,这在其他计算机上运行良好)。

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2016-03-04 12:55:29

该问题是由所使用的TSM版本中的一个错误引起的,TSM客户端可以在btrfs文件系统上悄悄跳过文件并绑定挂载。

有关该漏洞的详细信息可在IBM网站上找到:http://www-01.ibm.com/support/docview.wss?uid=swg21977589

解决方案是升级到较新版本的TSM客户机(如7.1.4.1)。

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/257572

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档