home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 February
/
CHIP_CD_2005-02.iso
/
bonus
/
back
/
files
/
backup.sh
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
2004-12-21
|
135 b
|
7 lines
#!/bin/sh
cd /backup && rm -f ./*.tar
tar -vcf up`date +%F`.tar D:/work --exclude-from=./exclude.conf
gzip -9 up`date +%F`.tar