Package: gcp Version: 0.1.1-2 Severity: normal When copying a (large) file from HDD to USB the files timestamp is not copied exact. It seems to work fine with smaller files (up to 1Gig), I couldn't spot the time-diff on these files.
ls --full-time ~/gps/Legend_MapData/geoclub/gmapsupp.img /media/3330-3661/Garmin/GMAPSUPP.IMG -rw-r--r-- 1 joerg joerg 1619558400 2011-04-13 18:01:29.000000000 +0200 /home/joerg/gps/Legend_MapData/geoclub/gmapsupp.img -rw-r--r-- 1 joerg joerg 1619558400 2011-04-13 18:01:28.000000000 +0200 /media/3330-3661/Garmin/GMAPSUPP.IMG The bad thing with this tiny difference is the source is always newer. Using "[ $SOURCE -nt $DESTINATION ]" always returns true. When using "cp -p" instead of "gcp --force" the result is the following. ls --full-time ~/gps/Legend_MapData/geoclub/gmapsupp.img /media/3330-3661/Garmin/GMAPSUPP.IMG -rw-r--r-- 1 joerg joerg 1619558400 2011-04-13 18:01:29.000000000 +0200 /home/joerg/gps/Legend_MapData/geoclub/gmapsupp.img -rw-r--r-- 1 joerg joerg 1619558400 2011-04-13 18:01:29.000000000 +0200 /media/3330-3661/Garmin/GMAPSUPP.IMG -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-rc6-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gcp depends on: ii python 2.6.6-14 interactive high-level object-orie ii python-dbus 0.83.2-1+b1 simple interprocess messaging syst ii python-gobject 2.28.4-1 Python bindings for the GObject li Versions of packages gcp recommends: ii python-progressbar 2.2-2 text progressbar library for Pytho gcp suggests no packages. -- no debconf information -- regards Joerg -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

