I want to have a script which will do the following tasks for 7 different servers.
1)Mount the NAS drive.
2)Create a directory for each server
3)Copy /home for each server in their respective directories
4)Unmount the NAS drive
5)Logging the entire operation.
I am not understanding from where will this script run?
Please Help!!
:)
1)Mount the NAS drive.
2)Create a directory for each server
3)Copy /home for each server in their respective directories
4)Unmount the NAS drive
5)Logging the entire operation.
I am not understanding from where will this script run?
Please Help!!
:)
Comment