Commits


add github README


Remove create_tarball script. git will handle that for you.


Change email address change default path in conf


Extend the description


Update


o Add config file o Add more options o Handle build stamps correct (first stage)


Add new file comparing two file byte by byte and display the difference.


o Introduced a new function which writes entries to a log file and updates duplicate entries o Replaced TMPLOG with INSTLOG o Added a new log in which all backups are stored. This allows us to keep a log of already installed binaries to perform a consistent rollback


Honor file system flags when reinstalling backups


Set OVERWRITE to 0 per default


Fix miscommited path


o User can chose between gzip or bzip2 o Abort if the used compress program is unavailable


Changed directory permissions from 700 to 750


o Cleanup after detecting that INDEX or INDEX.sum are corrupt o Skip installing files if they are already installed


o Fixed a lot of typos o Renamed some variables


Replaced sha1 with sum to be independent from used hash algorithm


o Additionaly copy the whole file to the update directory o Replaced local variables with the arguments o Add some comments


o Add file overwrite mode. If files are modified locally, fetch the complete file and overwrite the installed one if the user agrees o Add appropriate entry to config file o Add Copyright notive o Add some comments


o Add some sanitiy checks - Is kernel version supported? - Is the kernel binary available? - Is the backup directory available? o Count the number of installed files. If the number is equal zero don't pretend that we installed any files at all


Replace $0 with basename $0 to make the output more pretty


Add note about bsdiff in pkgsrc(7)


Fixed another typo


o Removed a trailing slash o Display the archive at the end


Add a makefile


Add more paragraphs to make the man page more readable