Ok, I do some backups by copying stuff via tar -cvf /Volumes/SMBVolume/Backup/Backup.tar ~/Documents to my parent's PC. Everything works fine from my iBook to the PC, but the other way around, it won't work. The process will start, but I get no feedback and no lines are printed (I always have verbose on, so I should see the individual files being untared). What's the matter? I mean it shouldn't matter for Unix what kind of file from which directory I am *reading*.
Any suggestions?