PDA

View Full Version : rsync problem


statiic
10th November 2006, 19:29
When I try this line.

rsync -apvz --delete /var/mail/ /hdb/backup/mail/

It gives me the following error.

rsync:mkdir "/hdb/backup/mail" failed: No such file or directory (2)
then blablabla IO error etc.

sjau
10th November 2006, 21:16
then create that directory...

falko
11th November 2006, 18:21
Is /dev/hdb your backup HDD? You must mount that first.

statiic
11th November 2006, 18:30
Yes I found that only an little bit to late, because I had to do my whole install over. The backup disk got the / mount point and my main harddrive got the /usr/ mount point. So my install was using both drives. Which shouldnt be the case.

I already did an complete reinstall for the 9th time ;)

falko
12th November 2006, 17:01
I already did an complete reinstall for the 9th time ;)
That's good for learning. ;)