Quote:
|
For method 1, do we need to amend any configuration file to point to the correct path since the new /opt is no longer on SDA1?
|
I don't believe so, as long as the mount point /opt is the same as the original. My guess is that you'll change the old /opt mount point to something like /oldopt
Quote:
|
Is there any advantage to use rsync since the new /opt should be empty, thus, there is nothing to sync to reduce migrating time right?
|
Since you'll be copying from the old /opt to the new /opt, I'm always concerned about hard links, and I know rsync handles them fine.
Doug