Monday, July 28, 2008

Mark Knopfler must be pissed

My little iTunes backup script is having problems with one particular file, or so it seems.

#!/bin/sh

NICE="/usr/bin/nice -n +19"
RSYNC='/usr/bin/rsync'
ITUNES_DIR='/Volumes/data2/esteban/Music/iTunes/'
SEAGATE_ITUNES_DIR='/Volumes/OsX/Users/esteban/Music/'

$NICE $RSYNC -aE -vv --delete --progress --exclude="toAdd" $ITUNES_DIR $SEAGATE_ITUNES_DIR

# EoF #


It started to print this error message:

iTunes Music/soundtracks/Virgin suicides/Air - The virgin suicides - 11- Empty house.mp3 is uptodate
iTunes Music/soundtracks/Virgin suicides/Air - The virgin suicides - 12 - Dead bodies.mp3 is uptodate
iTunes Music/soundtracks/Virgin suicides/Air - The virgin suicides - Alone again naturally.mp3 is uptodate
iTunes Music/soundtracks/Virgin suicides/Air - The virign suicides - 13 - Suicide underground.mp3 is uptodate
iTunes Music/Dire Straits/Brothers in arms/Dire Straits - Brothers in arms - 03 - Walk of life.mp3
3953181 100% 148.20kB/s 0:00:26 (1505, 19.5% of 7379)
rsync: read errors mapping "/Volumes/data2/esteban/Music/iTunes/iTunes Music/Dire Straits/Brothers in arms/Dire Straits - Brothers in arms - 03 - Walk of life.mp3": Input/output error (5)
total: matches=0 tag_hits=0 false_alarms=0 data=8047884
ERROR: iTunes Music/Dire Straits/Brothers in arms/Dire Straits - Brothers in arms - 03 - Walk of life.mp3 failed verification -- update discarded.

sent 8389900 bytes received 30120 bytes 132598.74 bytes/sec
total size is 22381954591 speedup is 2658.18
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-24.1/rsync/main.c(717)


This are the properties of the file, on Thor, my Quicksilver beauty:

% ls -lsth
total 101216
12672 -rw-r--r-- 1 esteban esteban 6M Nov 30 2007 Dire Straits - Brothers in arms - 06 - Ride across the river.mp3
8672 -rw-r--r-- 1 esteban esteban 4M Apr 18 2007 Dire Straits - Brothers in arms - 07 - The mans too strong.mp3
12112 -rw-r--r-- 1 esteban esteban 5M Apr 21 2006 Dire Straits - Brothers in arms - 04 - Your latest trick.mp3
15368 -rw-r--r-- 1 esteban esteban 7M Apr 21 2006 Dire Straits - Brothers in arms - 02 - Money for nothing.mp3
6672 -rw-r--r-- 1 esteban esteban 3M Apr 21 2006 Dire Straits - Brothers in arms - 08 - One world.mp3
15736 -rw-r--r-- 1 esteban esteban 7M Apr 21 2006 Dire Straits - Brothers in arms - 05 - Why worry.mp3
7728 -rw-r--r-- 1 esteban esteban 3M Apr 14 2006 Dire Straits - Brothers in arms - 03 - Walk of life.mp3
9616 -rw-r--r-- 1 esteban esteban 4M Apr 14 2006 Dire Straits - Brothers in arms - 01 - So far away.mp3
12640 -rw-r--r-- 1 esteban esteban 6M Apr 14 2006 Dire Straits - Brothers in arms - 09 - Brothers in arms.mp3


And on the Seagate, the external HDD where I store the backups:

% ls -lsht
total 93488
0 -rw------- 1 esteban esteban 0B Jul 26 05:32 Dire Straits - Brothers in arms - 03 - Walk of life.mp3
12672 -rw-r--r-- 1 esteban esteban 6M Nov 30 2007 Dire Straits - Brothers in arms - 06 - Ride across the river.mp3
8672 -rw-r--r-- 1 esteban esteban 4M Apr 18 2007 Dire Straits - Brothers in arms - 07 - The mans too strong.mp3
12112 -rw-r--r-- 1 esteban esteban 5M Apr 21 2006 Dire Straits - Brothers in arms - 04 - Your latest trick.mp3
15368 -rw-r--r-- 1 esteban esteban 7M Apr 21 2006 Dire Straits - Brothers in arms - 02 - Money for nothing.mp3
6672 -rw-r--r-- 1 esteban esteban 3M Apr 21 2006 Dire Straits - Brothers in arms - 08 - One world.mp3
15736 -rw-r--r-- 1 esteban esteban 7M Apr 21 2006 Dire Straits - Brothers in arms - 05 - Why worry.mp3
9616 -rw-r--r-- 1 esteban esteban 4M Apr 14 2006 Dire Straits - Brothers in arms - 01 - So far away.mp3
12640 -rw-r--r-- 1 esteban esteban 6M Apr 14 2006 Dire Straits - Brothers in arms - 09 - Brothers in arms.mp3


BTW, I hate that song, I am completely fed up of it, the same goes for 'Money for nothing'; the best one, IMHO, is 'Brothers in arms'.

Labels: , , , ,

0 Comments:

Post a Comment

<< Home