BackupTGZ
BackupTGZ is a .NET 2.0 program for easy backing up your files to standard *.tar.gz files. Every run of
BackupTGZ produces two new files named by date and time. The
*.tar.gz file contains all new and changed files and lists of all
unchanged files that did not need to be compressed. The *.md5.gz file
contains MD5 checksums of all files in the *.tar.gz. These checksums
will be used in the next runs to find the changed files.
To
configure the list of files and folders you want to have backed up, you
edit a simple XML file. Run BackupTGZ without parameters to see an
example.
The used file format *.tar.gz is a standard. So you can restore the
backup with standard tools.
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2 of
the License, or any later version.
Copyright (C) 2006..2007 Udo Liess
Download latest binaries
Download latest sources