[Lunar-commits] CVS: moonbase/archive/ibackup BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Jasper Huysmans jasper at lunar-linux.org
Sat Jan 3 08:57:04 GMT 2004


Update of /var/cvs/lunar/moonbase/archive/ibackup
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24710

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Add iBackup tool. Contributed by bkw. Works well for me.

--- NEW FILE: BUILD ---
( 
  prepare_install &&
  make install install-config 
) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends coreutils &&
depends tar &&
depends gzip &&
optional_depends openssh	""	""	"Encrypt shell transfers"
optional_depends gnupg		""	""	"Sign and encrypt your backup files"

--- NEW FILE: DETAILS ---
          MODULE=ibackup
         VERSION=2.27
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=http://www.linuks.mine.nu/ibackup/$SOURCE
      SOURCE_VFY=md5:14d38c6e16b2aefa88899bed4009df21
        WEB_SITE=http://www.linuks.mine.nu/ibackup/
         ENTERED=20040102
         UPDATED=20040102
           SHORT="iBackup simplifies backing up the system configuration files."
cat << EOF
iBackup simplifies backing up the system configuration files (/etc) for 
UNIX systems (Solaris, *BSD, Linux). You can run the program from any 
directory, it will by default save the (maybe compressed) tarball to /root. 
It is possible to encrypt the tarball, to upload the tarball to some 
other host and run this backup automated in a cronjob. 
You could also send the backup by mail, using nail.
EOF



More information about the Lunar-commits mailing list