From Daniel.Hain@sun.com Tue Apr 22 11:35:57 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m3MIZu43028698
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 22 Apr 2008 11:35:56 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m3MIZr2K012142
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 23 Apr 2008 02:35:55 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JZQ00103OZT4R00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 22 Apr 2008 11:35:53 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JZQ00E8POZT5N80@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 22 Apr 2008 11:35:53 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m3MIZqHP002356	for
 <PSARC-ext@sun.com>; Tue, 22 Apr 2008 11:35:52 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JZQ00701NOWGF00@fe-sfbay-10.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 22 Apr 2008 11:35:52 -0700 (PDT)
Received: from dhcp-usan09-88-152.West.Sun.COM ([129.153.88.152])
 by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JZQ005VGOZONVG0@fe-sfbay-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 22 Apr 2008 11:35:48 -0700 (PDT)
Date: Tue, 22 Apr 2008 11:35:46 -0700
From: Dan Hain <Daniel.Hain@sun.com>
Subject: PSARC 2008/272  Integrate rdiff-backup into Solaris [FastTrack timeout
 04/30/2008]
Sender: Daniel.Hain@sun.com
To: PSARC-ext@sun.com
Cc: Pradhap Devarajan <Pradhap.Devarajan@sun.com>
Message-id: <480E3002.20300@sun.com>
Organization: Solaris Revenue Product Engineering
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
Status: RO
Content-Length: 3048

I'm sponsoring this case for Pradhap Devarajan.  The timer is set to 
4/30/2008.

This case is to integrate rdiff-backup into Solaris, and requests micro 
release binding.  A man page, FAQ html and examples html are in the case 
directory. 

- Dan

Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
Copyright 2007 Sun Microsystems

1. Introduction
   1.1. Project/Component Working Name:

        Integrate rdiff-backup into Solaris

   1.2. Name of Document Author/Supplier:

        Daniel Hain

   1.3. Date of This Document:
        03/21/2008

   1.4. Name of Major Document Customer(s)/Consumer(s):
        1.4.1. The PAC or CPT you expect to review your project:
                Solaris PAC
        1.4.2. The ARC(s) you expect to review your project:
                PSARC
        1.4.3. The Director/VP who is "Sponsoring" this project:
                Chris.Armes@sun.com
        1.4.4. The name of your business unit:
                Solaris Revenue Product Engineering

   1.5. Email Aliases:
        1.5.1. Responsible Manager: joe.g@sun.com
        1.5.2. Responsible Engineer: pradhap.devarajan@sun.com
        1.5.4. Interest List:

2. Project Summary
   2.1. Project Description:
   
   rdiff-backup backs up one directory to another locally and also over 
the network.
   
4. Technical Description:

        Summary:
        This project integrates rdiff-backup-1.0.5 into Solaris
        This project requests a micro binding.

    4.1. Details:

        rdiff-backup backs up one directory to another, possibly over a 
network.
        The target directory ends up a copy of the source directory, but 
extra
        reverse diffs are stored in a special subdirectory of that 
target directory,
        so you can still recover files lost some time ago. The idea is 
to combine
        the best features of a mirror and an incremental backup. 
rdiff-backup also
        preserves subdirectories, hard links, dev files, permissions, 
uid/gid ownership,
        modification times, extended attributes, acls, and resource forks.
        Also, rdiff-backup can operate in a bandwidth efficient manner 
over a pipe,
        like rsync. Thus you can use rdiff-backup and ssh to securely 
back a
        hard drive up to a remote location, and only the differences 
will be transmitted.      

        Ben Escoto is the principal author of rdiff-backup and code 
contributions from
        Daniel Hazelbaker, Dean Gaudet and Andrew Ferguson

        webpage http://rdiff-backup.nongnu.org/index.html

    4.5. Interfaces:

        Standard C Library Functions
        Socket Library Functions
        librsync Library Functions
   
    4.6. Doc Impact:

        New man page: rdiff-backup.1 (see case directory)
       

5. References:
   http://rdiff-backup.nongnu.org/index.html

6. Resources and Schedule:
   6.4. Product Approval Committee requested information:
        6.4.1. Consolidation or Component Name:
                sfw

   6.5. ARC review type:
                FastTrack

   6.6. ARC Exposure:
                open


From Daniel.Hain@sun.com Wed May  7 14:30:59 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m47LUxW7018796
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 7 May 2008 14:30:59 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m47LUlX9017969
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 7 May 2008 22:30:58 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K0I00D0ZP3JAV00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 07 May 2008 14:30:55 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0I0030IP3J8NE0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 07 May 2008 14:30:55 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m47LUsYU021965	for
 <PSARC-ext@sun.com>; Wed, 07 May 2008 14:30:54 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K0I00J01O9YQC00@fe-sfbay-10.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 07 May 2008 14:30:54 -0700 (PDT)
Received: from dhcp-usan09-88-152.West.Sun.COM ([129.153.88.152])
 by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K0I0017RP33WWE0@fe-sfbay-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 07 May 2008 14:30:39 -0700 (PDT)
Date: Wed, 07 May 2008 14:30:37 -0700
From: Dan Hain <Daniel.Hain@sun.com>
Subject: Re: PSARC 2008/272  Integrate rdiff-backup into Solaris [FastTrack
 timeout 04/30/2008]
In-reply-to: <480E3002.20300@sun.com>
Sender: Daniel.Hain@sun.com
To: PSARC-ext@sun.com
Cc: Pradhap Devarajan <Pradhap.Devarajan@sun.com>
Message-id: <48221F7D.1050605@sun.com>
Organization: Solaris Revenue Product Engineering
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <480E3002.20300@sun.com>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
Status: RO
Content-Length: 3848

Since no one objected and the timer ran out, I marked this
case as 'closed approved' in the IAM file.

Dan


Dan Hain wrote:
> I'm sponsoring this case for Pradhap Devarajan.  The timer is set to 
> 4/30/2008.
>
> This case is to integrate rdiff-backup into Solaris, and requests 
> micro release binding.  A man page, FAQ html and examples html are in 
> the case directory.
> - Dan
>
> Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
> Copyright 2007 Sun Microsystems
>
> 1. Introduction
>   1.1. Project/Component Working Name:
>
>        Integrate rdiff-backup into Solaris
>
>   1.2. Name of Document Author/Supplier:
>
>        Daniel Hain
>
>   1.3. Date of This Document:
>        03/21/2008
>
>   1.4. Name of Major Document Customer(s)/Consumer(s):
>        1.4.1. The PAC or CPT you expect to review your project:
>                Solaris PAC
>        1.4.2. The ARC(s) you expect to review your project:
>                PSARC
>        1.4.3. The Director/VP who is "Sponsoring" this project:
>                Chris.Armes@sun.com
>        1.4.4. The name of your business unit:
>                Solaris Revenue Product Engineering
>
>   1.5. Email Aliases:
>        1.5.1. Responsible Manager: joe.g@sun.com
>        1.5.2. Responsible Engineer: pradhap.devarajan@sun.com
>        1.5.4. Interest List:
>
> 2. Project Summary
>   2.1. Project Description:
>     rdiff-backup backs up one directory to another locally and also 
> over the network.
>   4. Technical Description:
>
>        Summary:
>        This project integrates rdiff-backup-1.0.5 into Solaris
>        This project requests a micro binding.
>
>    4.1. Details:
>
>        rdiff-backup backs up one directory to another, possibly over a 
> network.
>        The target directory ends up a copy of the source directory, 
> but extra
>        reverse diffs are stored in a special subdirectory of that 
> target directory,
>        so you can still recover files lost some time ago. The idea is 
> to combine
>        the best features of a mirror and an incremental backup. 
> rdiff-backup also
>        preserves subdirectories, hard links, dev files, permissions, 
> uid/gid ownership,
>        modification times, extended attributes, acls, and resource forks.
>        Also, rdiff-backup can operate in a bandwidth efficient manner 
> over a pipe,
>        like rsync. Thus you can use rdiff-backup and ssh to securely 
> back a
>        hard drive up to a remote location, and only the differences 
> will be transmitted.     
>        Ben Escoto is the principal author of rdiff-backup and code 
> contributions from
>        Daniel Hazelbaker, Dean Gaudet and Andrew Ferguson
>
>        webpage http://rdiff-backup.nongnu.org/index.html
>
>    4.5. Interfaces:
>
>        Standard C Library Functions
>        Socket Library Functions
>        librsync Library Functions
>      4.6. Doc Impact:
>
>        New man page: rdiff-backup.1 (see case directory)
>      
> 5. References:
>   http://rdiff-backup.nongnu.org/index.html
>
> 6. Resources and Schedule:
>   6.4. Product Approval Committee requested information:
>        6.4.1. Consolidation or Component Name:
>                sfw
>
>   6.5. ARC review type:
>                FastTrack
>
>   6.6. ARC Exposure:
>                open
>


-- 
Dan Hain 
Solaris Revenue Product Engineering (RPE)


From Daniel.Hain@sun.com Wed Sep  3 10:28:50 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m83HSn8i027355
	for <psarc-ext@sac.sfbay.Sun.COM>; Wed, 3 Sep 2008 10:28:50 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m83HSfCD025128
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 4 Sep 2008 01:28:48 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K6M0090LR7ZTY00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Wed, 03 Sep 2008 10:28:47 -0700 (PDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K6M0055YR7YPF70@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Wed,
 03 Sep 2008 10:28:46 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m83HSkmi013778	for
 <PSARC-ext@Sun.COM>; Wed, 03 Sep 2008 10:28:46 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K6M00E01QJHW600@fe-sfbay-09.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Wed,
 03 Sep 2008 10:28:46 -0700 (PDT)
Received: from [129.153.88.177] by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K6M00CDLR7SIR70@fe-sfbay-09.sun.com> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Wed, 03 Sep 2008 10:28:45 -0700 (PDT)
Date: Wed, 03 Sep 2008 10:29:44 -0700
From: Daniel Hain <Daniel.Hain@sun.com>
Subject: Re: PSARC 2008/272  Integrate rdiff-backup into Solaris [FastTrack
 timeout 04/30/2008]
In-reply-to: <48221F7D.1050605@sun.com>
Sender: Daniel.Hain@sun.com
To: Dan Hain <Daniel.Hain@sun.com>
Cc: PSARC-ext@sun.com, Pradhap Devarajan <Pradhap.Devarajan@sun.com>
Message-id: <48BEC988.3080308@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <480E3002.20300@sun.com> <48221F7D.1050605@sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080630)
Status: RO
Content-Length: 4194

The project team has requested this case to be modified to integrate 
rdiff-backup-1.2.1 into Solaris instead of rdiff-backup-1.0.5 into 
Solaris as previously approved.  The 1.2.1 release is a bug fix only update.

Dan

Dan Hain wrote:
> Since no one objected and the timer ran out, I marked this
> case as 'closed approved' in the IAM file.
>
> Dan
>
>
> Dan Hain wrote:
>> I'm sponsoring this case for Pradhap Devarajan.  The timer is set to 
>> 4/30/2008.
>>
>> This case is to integrate rdiff-backup into Solaris, and requests 
>> micro release binding.  A man page, FAQ html and examples html are in 
>> the case directory.
>> - Dan
>>
>> Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
>> Copyright 2007 Sun Microsystems
>>
>> 1. Introduction
>>   1.1. Project/Component Working Name:
>>
>>        Integrate rdiff-backup into Solaris
>>
>>   1.2. Name of Document Author/Supplier:
>>
>>        Daniel Hain
>>
>>   1.3. Date of This Document:
>>        03/21/2008
>>
>>   1.4. Name of Major Document Customer(s)/Consumer(s):
>>        1.4.1. The PAC or CPT you expect to review your project:
>>                Solaris PAC
>>        1.4.2. The ARC(s) you expect to review your project:
>>                PSARC
>>        1.4.3. The Director/VP who is "Sponsoring" this project:
>>                Chris.Armes@sun.com
>>        1.4.4. The name of your business unit:
>>                Solaris Revenue Product Engineering
>>
>>   1.5. Email Aliases:
>>        1.5.1. Responsible Manager: joe.g@sun.com
>>        1.5.2. Responsible Engineer: pradhap.devarajan@sun.com
>>        1.5.4. Interest List:
>>
>> 2. Project Summary
>>   2.1. Project Description:
>>     rdiff-backup backs up one directory to another locally and also 
>> over the network.
>>   4. Technical Description:
>>
>>        Summary:
>>        This project integrates rdiff-backup-1.0.5 into Solaris
>>        This project requests a micro binding.
>>
>>    4.1. Details:
>>
>>        rdiff-backup backs up one directory to another, possibly over 
>> a network.
>>        The target directory ends up a copy of the source directory, 
>> but extra
>>        reverse diffs are stored in a special subdirectory of that 
>> target directory,
>>        so you can still recover files lost some time ago. The idea is 
>> to combine
>>        the best features of a mirror and an incremental backup. 
>> rdiff-backup also
>>        preserves subdirectories, hard links, dev files, permissions, 
>> uid/gid ownership,
>>        modification times, extended attributes, acls, and resource 
>> forks.
>>        Also, rdiff-backup can operate in a bandwidth efficient manner 
>> over a pipe,
>>        like rsync. Thus you can use rdiff-backup and ssh to securely 
>> back a
>>        hard drive up to a remote location, and only the differences 
>> will be transmitted.            Ben Escoto is the principal author of 
>> rdiff-backup and code contributions from
>>        Daniel Hazelbaker, Dean Gaudet and Andrew Ferguson
>>
>>        webpage http://rdiff-backup.nongnu.org/index.html
>>
>>    4.5. Interfaces:
>>
>>        Standard C Library Functions
>>        Socket Library Functions
>>        librsync Library Functions
>>      4.6. Doc Impact:
>>
>>        New man page: rdiff-backup.1 (see case directory)
>>      5. References:
>>   http://rdiff-backup.nongnu.org/index.html
>>
>> 6. Resources and Schedule:
>>   6.4. Product Approval Committee requested information:
>>        6.4.1. Consolidation or Component Name:
>>                sfw
>>
>>   6.5. ARC review type:
>>                FastTrack
>>
>>   6.6. ARC Exposure:
>>                open
>>
>
>


-- 
Dan Hain 
Solaris Revenue Product Engineering (RPE)


