Uses the TAR and ZLIB functions of your server to create a single .tar.gz file that contains ALL of your catalog files and folders.
Use the Database Backup Tool first, and your sql backup will be included in the file that Full Catalog Backup creates.
The newly created file will be presented as a link so that you can also download a copy for safe keeping.
Follow the installation instructions to add this script to the Admin/Tools box for easy access.
Backup now, and backup often.
Legend: 
Download

Report
there a ; missing in the language define , change this line and add the missing ";" :
define('TEXT_HAS_BEEN_DELETED', ' has been deleted.');
Have made some changes in admin/catalog_backup.php so all button are ind languages/(You)
Now on danish
http://forums.oscommerce.com/index.php?showtopic=263004
Carrying on from athensclass' original contribution this major update adds the following:
- Consolidated the scripts into one.
- Added listing of existing backups with ability to download previous backups.
- Added checkbox style deletion of previous backups.
- Added separation of directories for database and catalog backups.
- Moved important configuration settings into configure.php.
- Added ability to easily change source folder for the backup.
- Added ability to exclude files easily.*
- Added ability to change PHP date format easily.*
- Added ability to define backup filename prefix easily.*
- Added error checking for existence and permissions of backup dir.
- Added success and fail text depending on tar error code.
- Added language definitions.
- Added source and destination directory text.
- Added a file to check if tar and gzip are installed.
- Added a restore script to easily restore backups.
* see the top of catalog/admin/catalog_backups.php for details.
Obviously you have not downloaded and read the installation guide. (no offense)
check the "Notes" section of the install file.
enjoy
for somebody with 1.2gb of images theres a problem
Uses the TAR and ZLIB functions of your server to create a single .tar.gz file that contains ALL of your catalog files and folders.
Use the Database Backup Tool first, and your sql backup will be included in the file that Full Catalog Backup creates.
The newly created file will be presented as a link so that you can also download a copy for safe keeping.
Follow the installation instructions to add this script to the Admin/Tools box for easy access.
Backup now, and backup often.