On 09 July, 2007 - Dan [EMAIL PROTECTED] sent me these 4,2K bytes:

> Does anyone have a customer using IBM Tivoli Storage Manager (TSM) with 
> ZFS? I see that IBM has a client for Solaris 10, but does it work with ZFS?

You can backup ZFS filesystems, but it doesn't understand the ACLs right
now.

Normally with TSM, if you don't specify any filesystem it will backup
all filesystems. Since it doesn't recognize ZFS, that doesn't happen..

So you can either specify manually which filesystems to backup (but then
the "auto-all" doesn't happen), or you can for instance do the
following in dsm.sys:
POSTschedulecmd "/path/to/neat/script"

which contains:
#!/bin/sh
/sbin/zfs list -H -o mountpoint | xargs dsmc incr


dsmc q fil   will give you something similar to:
  1   07/09/07   03:02:22   UFS     /
  2   07/09/07   04:11:58   UNKNOWN  /data
  3   07/09/07   03:50:08   UFS     /export/home10
...

/Tomas
-- 
Tomas Ögren, [EMAIL PROTECTED], http://www.acc.umu.se/~stric/
|- Student at Computing Science, University of Umeå
`- Sysadmin at {cs,acc}.umu.se
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to