I have a large drive on which I'd like to perform a reinstallation of Catalina. I want to take the drive out and essentially:
cd /Volumes/catalina_system
sudo mkdir old
sudo mv * old
And then perform a reinstallation of the OS and have all of the Applications and Library contents handy for restoring them if desired.
In versions of macOS prior to Catalina this was really straightforward, but now with the separate volumes for /Applications, /var, /System, etc. I'm not sure how this works and I have my reservations since I'm concerned that Catalina may not even respect an "/old" folder.
One might simply say "back it up", but in my case I'd like to understand this process regardless of that advice for various reasons. Please don't presume that I need a lecture on backup or Time Machine or anything like that. I simply want to understand how what I explained works if you have any experience or understanding in this area.
cd /Volumes/catalina_system
sudo mkdir old
sudo mv * old
And then perform a reinstallation of the OS and have all of the Applications and Library contents handy for restoring them if desired.
In versions of macOS prior to Catalina this was really straightforward, but now with the separate volumes for /Applications, /var, /System, etc. I'm not sure how this works and I have my reservations since I'm concerned that Catalina may not even respect an "/old" folder.
One might simply say "back it up", but in my case I'd like to understand this process regardless of that advice for various reasons. Please don't presume that I need a lecture on backup or Time Machine or anything like that. I simply want to understand how what I explained works if you have any experience or understanding in this area.