K9Copy – DVD backup tool
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
TDE Weblate 95ed132d72 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
7 hours ago
doc Replace Qt with TQt 2 years ago
icons Drop autotools support 2 years ago
k9Mplayer Replace TRUE/FALSE with boolean values true/false 12 months ago
k9author Fix location of call to avcodec_close for old version of libavcodec 6 months ago
k9decmpeg Replace TRUE/FALSE with boolean values true/false 12 months ago
k9devices Use tdeprocess.h 1 year ago
k9vamps Use strlcat from libc instead of custom one. This resolves issue #29 2 years ago
libdvdnav Drop autotools support 2 years ago
libk9copy Use TDESimpleConfig 8 months ago
src Remove use of TDE_VERSION 17 hours ago
translations Update translation files 7 hours ago
AUTHORS Removed unnecessary executable flag. 8 years ago
CMakeL10n.txt Use centralized cmake version 2 years ago
CMakeLists.txt Use centralized cmake version 2 years ago
COPYING Removed unnecessary executable flag. 8 years ago
ChangeLog Removed unnecessary executable flag. 8 years ago
ConfigureChecks.cmake Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags' 3 months ago
INSTALL Removed unnecessary executable flag. 8 years ago
NEWS Removed unnecessary executable flag. 8 years ago
README Removed unnecessary executable flag. 8 years ago
TODO Removed unnecessary executable flag. 8 years ago
config.h.cmake Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY 2 years ago

README

install from sources:

make -f Makefile.cvs
./configure --prefix=/usr
make
make install      (as root)


k9copy can now copy dvd with bad sectors.
for a faster copy from a dvd with bad sectors : reduce the readahead for the drive :

as root: hdparm -a8 /dev/dvd