source: drbl-virt/tar_drbl-virt.sh

Last change on this file was 221, checked in by rock, 14 years ago

Bugfix: fix copy sequence

File size: 179 bytes
Line 
1#!/bin/bash
2
3# [Version Setup]
4version="0.2"
5
6# [Main]
7cd ../
8tar zcvf drbl-virt-${version}_$(date +%Y-%m-%d-%H-%M-%S).tar.gz --exclude=.svn  --exclude=tar_drbl-virt.sh drbl-virt
Note: See TracBrowser for help on using the repository browser.