Project Packer & Backup tool

BlitzMax Forums/BlitzMax Programming/Project Packer & Backup tool

grable(Posted 2007) [#1]
Heres a little something i use to pack/release & backup my projects with, might come in handy for some of you =)

its a collection of commandline apps that compress files from filelists in 2 modes, RELEASE and BACKUP.

RELEASE mode, just packs the project and puts it in a "release" subdir

BACKUP mode, packs the project with current data+time, puts it in "backup" subdir AND sends it to gmail for archival.


It uses the name of directory holding the lists to name the file.

example filenames for a project in C:\Projects\MyApp\
RELEASE: C:\Projects\MyApp\release\MyApp.rar
BACKUP: C:\Projects\MyApp\backup\MyApp_20.03.2007-22.30.rar

Note that the package does not contain all required files, so you need to download them separately.

See Readme.txt for more details.

Download