Estou tendo o problema onde o TSM se recusa a recursar em subdiretórios da minha partição. Isso não se aplica às minhas outras partições, onde ele recurse. Isso é independente da minha lista de inclusão / exclusão.
Aqui está a saída do TSM:
# 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'.
E esta é a aparência da minha partição raiz (o arquivo foo está lá para depuração)
# 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
O sistema de arquivos / está no btrfs, sem subvolumes (no momento).
Aqui está o conteúdo do meu arquivo dsm.sys (principalmente padrão):
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
O arquivo inclexcl está atualmente vazio (mas ainda falha com meu arquivo regular, que funciona bem em outros computadores).