[zfs-discuss] RBAC and zfs

2011-08-26 Thread cephas maposah
i would like to create a role which can take snapshots, run zfs send and zfs receive. the user switches to that role and has permissions to run those commands on a pool ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/m

[zfs-discuss] zfs scripts

2011-09-09 Thread cephas maposah
i am trying to come up with a script that incorporates other scripts. eg zfs send pool/filesystem1@100911 > /backup/filesystem1.snap zfs send pool/filesystem2@100911 > /backup/filesystem2.snap i need to incorporate these 2 into a single script with both commands running concurrently.

[zfs-discuss] ZFS

2011-09-13 Thread cephas maposah
hello team i have an issue with my ZFS system, i have 5 file systems and i need to take a daily backup of these onto tape. how best do you think i should do these? the smallest filesystem is about 50GB here is what i have been doing i take snapshots of the 5 file systems, i zfs send these into a

Re: [zfs-discuss] ZFS

2011-09-13 Thread cephas maposah
, Ian Collins wrote: > On 09/13/11 09:00 PM, Peter Tribble wrote: > >> On Tue, Sep 13, 2011 at 9:48 AM, cephas maposah >> wrote: >> >>> hello team >>> i have an issue with my ZFS system, i have 5 file systems and i need to >>> take >>>