Making a backup of files.. To make an ISO of a directory
mkisofs -o ./vps-20090517.iso backups/
To make ISO's from devices:
dd if=/dev/cdrom of=/var/tmp/disk.iso
Found this simply explained here - thanks! here