Thanks for the reassurance and for the direction. I appreciate the peer review.
You're right, I was able to test it on a smaller directory first to verify that it works OK.
Feeling good, I performed the following.
MOUNT BACKUPDRIVE:
mount /dev/sdc1 /media/BackupDrive1/
RESTORE DIRECTORY:
dar -x /media/BackupDrive1/server.domain.local/set2/full-201408092200 -N -R / -w -g home/e-smith/files/ibays/share_data/files
That seems to be working.
It looks like I'll have to do all the incrementals as well:
dar -x /media/BackupDrive1/server.domain.local/set2/inc-001-201408102200.1.dar -N -R / -w -g home/e-smith/files/ibays/share_data/files
dar -x /media/BackupDrive1/server.domain.local/set2/inc-001-201408112200.1.dar -N -R / -w -g home/e-smith/files/ibays/share_data/files
dar -x /media/BackupDrive1/server.domain.local/set2/inc-001-201408122200.1.dar -N -R / -w -g home/e-smith/files/ibays/share_data/files
dar -x /media/BackupDrive1/server.domain.local/set2/inc-001-201408132200.1.dar -N -R / -w -g home/e-smith/files/ibays/share_data/files
I'll let you know if it doesn't go well.
Thanks again,