19.03.99 local	- Implement RUBI

30.03.99 local	- Add scsistop/scsistart

09.06.99 0.0.1	- first package

09.08.99 local	- Change to remote backup over ssh

12.08.99 local	- Add support for more than just Linux
		  currently tested on Solaris 5.5.1
		  and Solaris 5.6

24.08.99 local	- Add local backup again, this saves the overhead 
		  while using ssh to localhost

26.08.99 local	- Add upgrade function - rubi may be run also against 
		  new boxes
		- Add some testing before writing lastdst
		- Documentation

27.09.99 1.0.0	- Changeing maning scheme from Mon, Tue... to YYYY.MM.DD-Day-HH:MM
		- Implementing new housekeeping
		- Check for successful backup a little bit improved

17.02.00 2.0    - Complete rewrite in perl

21.02.00 2.0.1  - nicer statistics
		- NetBSD's cpio won't copy fifos - I'll use now "mkfifo"
		- NetBSD's cpio won't copy sockets - I discard them now :-)
		- "," inside a filename was not correct handled

24.02.00 2.0.2	- More comments
		- Bug in runclean()

11.03.00 2.0.3	- make runclean() more verbose

2.0.4 / 2.0.5	- more samples

16.09.01 2.0.6	- Changed from "," to "\000" as delimiter

01.03.04 CVS	- perl -w and use strict;
		-> much cleaner code

		- use / as separator in protocol
		- translate \n in filenames to \000
		- use GNU cpio's -0 feature
		-> we should now be able to save files containing \n :-)

		- added runupd() which installs rubi on client
		-> no more copy from server to client

02.03.04 CVS	- PREFIX used in backup.pl
		- RegExp in backup.pl cleaned

07.07.04 CVS	- add (optional) rsync for files > 2GBytes
		- add EOF mark in walk.pl
		- add status line at the end of the backup, should be
		  reliable except in case of a crash of the remote
		  cpio process

21.09.04 3.0.0	- Release

29.03.05 3.1.0	- add "touch" of directories to set mtime like on original
		  you need to set UTIME=1 in the backup scripts

29.09.06 3.1.1	- added update proposed by Axel Beckert to fix some
		  rsync related problems and an additional message
		  when copying directories containing newlines
08.01.07 3.1.2	- added update proposed by Axel Beckert to fix an rsync
		  escape problem

13.10.10 CVS	- Cleanup samples, add some documentation
		- Add cleanup.pl
		  - keep always $KEEPG succesful backups
		  - keep them before they are $KEEPD days old

22.10.10 3.2.0	- Release

01.12.15 CVS	- Switch from cpio to pure rsync
		  while providing backward compatibility to existing rubi
		  scripts
		  + no more hassles with multiple ssh connections
		  + no more nasty file size limits of cpio
		  - slower (105min vs 35 min for 1.8TB in 2mio files)
		  - no more nice statistics

01.12.15 CVS	- Added rsync.log
		  - Used as lock to avoid concurrent backups
		  - Summarized statistics

31.12.15 4.1.0	- Release

$Id: CHANGES,v 1.15 2015/12/31 16:09:08 beat Exp $
