Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-06 Thread Corinna Vinschen
On Mar  5 22:23, Jari Aalto wrote:
   wget\
 http://cygwin.cante.net/rsnapshot/setup.hint \
 http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1-src.tar.bz2 \
 http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1.tar.bz2 \

Connecting to cygwin.cante.net|91.155.180.179|:80... failed: Connection timed 
out.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-06 Thread Corinna Vinschen
On Mar  5 22:23, Jari Aalto wrote:
 http://cygwin.cante.net/rsnapshot/setup.hint \
 http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1-src.tar.bz2 \
 http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1.tar.bz2 \

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-05 Thread Jari Aalto
* Mon 2008-03-03 Igor Peshansky [EMAIL PROTECTED]
* Message-Id: [EMAIL PROTECTED]
 On Tue, 4 Mar 2008, Jari Aalto wrote:

 ... rsnapshot makes extensive use of hard links, so disk space is only
 used when absolutely necessary...

 This will not be true on some non-NTFS filesystems (e.g., FAT).  Perhaps a
 note in the Cygwin-specific README to that regard is in order?

Good idea. Added.

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-05 Thread Jari Aalto
* Wed 2008-03-05 Volker Zell [EMAIL PROTECTED]

 Both binaries have the following as the first 3 lines. Looks a little strange.

 #!/usr/bin/perl -w
 # the path to perl at the top was generated by autoconf
 #!/usr/bin/perl -w

That's harmless and cosmetic value only, but I've taken cared of this.

 Also your postinstall script has two times the following code block:

Fixed.

  mkdir rsnapshot
  cd rsnapshot
  wget\
http://cygwin.cante.net/rsnapshot/setup.hint \
http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1-src.tar.bz2 \
http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1.tar.bz2 \
  tar -xf rsnapshot-1.3.0-1-src.tar.bz2
  ./rsnapshot*.sh --color all

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


[GTG] Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-05 Thread Dr. Volker Zell
 Jari Aalto writes:

 * Wed 2008-03-05 Volker Zell [EMAIL PROTECTED]
 
 Both binaries have the following as the first 3 lines. Looks a little 
strange.
 
 #!/usr/bin/perl -w
 # the path to perl at the top was generated by autoconf
 #!/usr/bin/perl -w

 That's harmless and cosmetic value only, but I've taken cared of this.

 Also your postinstall script has two times the following code block:

 Fixed.

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker
  


Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-04 Thread Corinna Vinschen
On Mar  3 19:07, Igor Peshansky wrote:
 On Tue, 4 Mar 2008, Jari Aalto wrote:
 
  ... rsnapshot makes extensive use of hard links, so disk space is only
  used when absolutely necessary...
 
 This will not be true on some non-NTFS filesystems (e.g., FAT).  Perhaps a
 note in the Cygwin-specific README to that regard is in order?  FWIW, I
 would also change the ldesc to indicate that hard links will only be used
 on NTFS and whatever other systems support them (Corinna?).

FAT and FAT32 afaik.  Samba is treated as NTFS, NFS depends on the
underlying FS, don't know about other exotic FS.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-04 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

 http://packages.debian.org/rsnapshot

Both binaries have the following as the first 3 lines. Looks a little strange.

#!/usr/bin/perl -w

# the path to perl at the top was generated by autoconf

#!/usr/bin/perl -w



Also your postinstall script has two times the following code block:

for i in   etc etc/rsnapshot.conf
do
src=$fromdir/$i
dest=/$i

[ -e $dest ]  continue

if [ -d $src ] ; then
install -d -m 755 $dest
continue
fi

install -m 644 $src $dest
done



[ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-03 Thread Cygwin-bug#20080303T1651

Included in Debian stable:

http://packages.debian.org/rsnapshot

Jari

sdesc: A local and remote filesystem snapshot utility
ldesc: Rsnapshot is a filesystem snapshot utility. It can take incremental
snapshots of local and remote filesystems for any number of machines.
rsnapshot makes extensive use of hard links, so disk space is only
used when absolutely necessary.
category: Archive Perl
requires: cygwin perl

a) manual

  wget\
http://cygwin.cante.net/rsnapshot/setup.hint \
http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1-src.tar.bz2 \
http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1.tar.bz2

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir rsnapshot ; cd rsnapshot
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/rsnapshot/get.sh \
  http://cygwin.cante.net/rsnapshot/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-03 Thread Igor Peshansky
On Tue, 4 Mar 2008, Jari Aalto wrote:

 ... rsnapshot makes extensive use of hard links, so disk space is only
 used when absolutely necessary...

This will not be true on some non-NTFS filesystems (e.g., FAT).  Perhaps a
note in the Cygwin-specific README to that regard is in order?  FWIW, I
would also change the ldesc to indicate that hard links will only be used
on NTFS and whatever other systems support them (Corinna?).
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

That which is hateful to you, do not do to your neighbor.  That is the whole
Torah; the rest is commentary.  Go and study it. -- Rabbi Hillel