cdrtools 2.01.01a56 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News cdrtools 2.01.01a56 (Development branch)
# 1  
Old 01-22-2009
cdrtools 2.01.01a56 (Development branch)

cdrtools (formerly cdrecord) creates home-burned CDs/DVDs with a CDR/CDRW/DVD recorder. It works as a burn engine for several applications. It supports CD/DVD recorders from many different vendors; all SCSI-3/mmc- and ATAPI/mmc-compliant drives should also work. Supported features include IDE/ATAPI, parallel port, and SCSI drives, audio CDs, data CDs, and mixed CDs, full multi-session support, CDRWs (rewritable), DVD-R/-RW, DVD+R/+RW, TAO, DAO, RAW, and human-readable error messages. cdrtools includes remote SCSI support and can access local or remote CD/DVD writers. License: Common Development and Distribution License (CDDL) Changes:
Fewer compilation warnings are shown with GCC, HP-UX cc, and Mac OS X cc. cdrecord now has a workaround for a TSST DVD+RW firmware bug. A bug in cdrecord introduced wifh DVD multi-border 18 months ago that prevented CD multi session in SAO mode was fixed. Readcd no longer dumps core when the target FS is full. Mkisofs now fully supports the "ST" Rock Ridge signature. A workaround has been added for a bug in gmake < 3.81. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
backup-manager(8)					      System Manager's Manual						 backup-manager(8)

NAME
backup-manager - An easy to use backup tool for your Linux box. SYNOPSIS
backup-manager [options] DESCRIPTION
Backup Manager is an easy-to-use tool for generating archives. It is designed with simplicity in mind for those who don't want an obfuscated tool for making tarballs. There are different methods for building archives: tarballs, incremental tarballs, mysql dumps, svn dump. You can also write your own method with a generic method that will execute a command and will archive its output. Every times you run Backup Manager, you can upload archives thanks to a couple of upload methods: through FTP, SSH or even with RSYNC. It's also possible to export your archives to removable media like CDR or DVD. CONFIGURATION FILES
Backup Manager's behavior is defined in configuration files. You can use different configuration files at the same time. The default con- figuration file is `/etc/backup-manager.conf'. An example should have been provided with the program, most of the time it's installed in `/usr/share/backup-manager/backup-man- ager.conf.tpl'. If you want exhaustive details about how to write your own configuration files, please refer to the Backup Manager User Guide: http://www.backup-manager.org/documentation/user-guide/ OPTIONS
--version Show the version number. --verbose|-v Print what happens to STDOUT. --no-warnings Disable warnings. --help|-h Print a short help message. --upload|-u Just upload the files. --purge|-p Just purge old archives. --burn|-b Just burn the archives. --md5check|-m Just perform the MD5 checkup on the CDR/CDRW. --conffile|-c file Use an alternate config file. --force|-f Force overwrite of existing archives. --no-upload Disable the uploading process. --no-burn Disable the burning process. --no-purge Disable the purging process. BUGS
If you find a bug or want to submit a wish-list to the development team, feel free to use the official Bug Tracking System: http://bugzilla.backup-manager.org WEBSITE
To find latest news and releases, come to the official website: http://www.backup-manager.org SEE ALSO
backup-manager-upload(8), ssh-keygen(1) AUTHOR
Alexis Sukrieh <sukria@backup-manager.org> backup-manager(8)