I want to replicate an account on the server so I can do some testing. Here are some of the details:
- To avoid potential problems with testing in a different environment, I want the duplicate account to be on the same server, but obviously it will have to have a different username.
- The account has a massive number of files in it, some are owned by user and therefore the ownership would have to be changed to the new username, however, many of the files are owned by "nobody" because they've been uploaded using PHP scripts so I can't just chown -R the entire account
- I will also need to replicate the databases.
I know there are back-up/restore functions in both WHM and cPanel, but I'm not sure if any of them will do what I'm trying to do here.
Thanks for your help,
Paul
- To avoid potential problems with testing in a different environment, I want the duplicate account to be on the same server, but obviously it will have to have a different username.
- The account has a massive number of files in it, some are owned by user and therefore the ownership would have to be changed to the new username, however, many of the files are owned by "nobody" because they've been uploaded using PHP scripts so I can't just chown -R the entire account
- I will also need to replicate the databases.
I know there are back-up/restore functions in both WHM and cPanel, but I'm not sure if any of them will do what I'm trying to do here.
Thanks for your help,
Paul