The Situation:
I have a rsync set to back up to a couple of usb hard drives. The backup of one server goes to a certain usb drive, let's call it "Backup A" and "Drive A". There is a second backup, "Backup B" that saves to "Drive B". The backups are incremental, so it is imperative that they continue to use the same drives. The OS is CentOS 4.2.
The Problem:
Drive B is unplugged and plugged in frequently. It is difficult to predict where it will mount. Sometimes it is /media/usbdisk1, sometimes usbdisk2. I need to be able to consistently mount the same disk to the same folder. Does anyone have a solution?
I have a rsync set to back up to a couple of usb hard drives. The backup of one server goes to a certain usb drive, let's call it "Backup A" and "Drive A". There is a second backup, "Backup B" that saves to "Drive B". The backups are incremental, so it is imperative that they continue to use the same drives. The OS is CentOS 4.2.
The Problem:
Drive B is unplugged and plugged in frequently. It is difficult to predict where it will mount. Sometimes it is /media/usbdisk1, sometimes usbdisk2. I need to be able to consistently mount the same disk to the same folder. Does anyone have a solution?