I'm planning to move a client's repository volumes from one server to another.
Their repository is configured to create a new rollover volume after the current reaches 20 GB.
I've robo-copied the volumes from the old to the new server.
I'm going to run it again to get any changes before changing the path in LF admin to point to the new location.
My question is, do I need to run robocopy against all 20 GB rollover volume folders again or just the latest one (that is around 5 GB)? Do the older 20 GB rollover volume folders ever change for any reason? Or are they "static" and in "stasis" and so I don't need to robocopy them again since their contents don't ever change? I know the images are stored in the volume folders and they don't change but I'm not sure if there's any metadata that could change?
If I need to do all of them, it'll take hours. If I only have to do the most current rollover to get any changes, it'll take about 30 minutes which would be a huge time saver.
Thanks
Jason