[Hampshire] cp error

Top Page

Reply to this message
Author: Lisi
Date:  
To: Hampshire LUG Discussion List
Subject: [Hampshire] cp error
On my own box, Tux now running Lenny, previously Etch, I have for some time
backed up (successfully) from the command line with:

# cp -Rpu /home/. /backup

where a separate HDD, which is formatted into a single partition, is mounted
on /backup. /home is also on a separate HDD, formatted as a single
partition.

I have just set up what I thought was the same set-up on my husband's box,
Dozy. The only easily identifiable differences are that /Backup on Dozy is
on a separate HDD, but on a partition on it, rather than the whole drive
formatted as one partition. Dozy's /home is also on a partition on a HDD
with several partitions on it.

The original cp went fine. but when I tried to run

# cp -Rpu /home/. /Backup

I was being asked file by file whether I wished to overwrite it, e.g.:

# cp -Rpu /home/. /Backup
cp: overwrite `/Backup/./peter.qt/qtrc'?

And the same, mutatis mutandis, for several more files.

So I tried to do

# cp -Rp /home/. /Backup

and again got:
cp: overwrite `/Backup/./peter.qt/qtrc'?

I tried this yesterday and again today. The results are consistent.
cp: overwrite `/Backup/./peter.qt/qtrc'?

The contents of the file qtrc are below. Permissions are -rw-rw-r-.

Help!

TIA
Lisi

[3.3]
libraryPath=/home/peter/.kde/lib/kde3/plugins/:/usr/lib/kde3/plugins/:/usr/lib/qt3/plugins

[General]
GUIEffects=general^e
embedFonts=true
enableXft=true
font=Sans Serif,12,-1,5,50,0,0,0,0,0
style=plastik
useXft=true

[KDE]
contrast=7
kdeAddedLibraryPaths=/home/peter/.kde/lib/kde3/plugins/^e/usr/lib/kde3/plugins/^e

[KWinPalette]
activeBackground=#2f67ff
activeBlend=#295db4
activeForeground=#ffffff
activeTitleBtnBg=#dcdcdc
frame=#eeeee6
inactiveBackground=#dcdcdc
inactiveBlend=#dcdcdc
inactiveForeground=#000000
inactiveFrame=#eeeee6
inactiveTitleBtnBg=#dcdcdc

[Palette]
active=#000000^e#eeeade^e#ffffff^e#fffffc^e#555552^e#c6c6bf^e#000000^e#ffffff^e#000000^e#ffffff^e#eeeee6^e#000000^e#4a79cd^e#ffffff^e#0000c0^e#800080^e
disabled=#808080^e#eeeade^e#ffffff^e#fffffc^e#555552^e#c6c6bf^e#c6c6bf^e#ffffff^e#808080^e#ffffff^e#eeeee6^e#000000^e#3d65aa^e#ffffff^e#0000c0^e#800080^e
inactive=#000000^e#eeeade^e#ffffff^e#fffffc^e#555552^e#c6c6bf^e#000000^e#ffffff^e#000000^e#ffffff^e#eeeee6^e#000000^e#4a79cd^e#ffffff^e#0000c0^e#800080^e