xqf/mktarsnapshot
Thomas Debesse cbe4c1c966 update ChangeLog for changes since 2010 plus some documentation fix
readme markdown fixes

news - currently

news - currently

README emails

README emails

Changelog

Changelog

Changelog
2013-11-02 01:20:59 +01:00

10 lines
180 B
Bash
Executable File

#!/bin/sh
DATE=`date +%Y%m%d%H%M`
VERSION=1.0.5.2
d=xqf-${VERSION}_$DATE
set -e
set -x
svn export . $d
tar --force-local --owner=root --group=root -cjf $d.tar.bz2 $d
/bin/rm -r $d