Hello,
I would like to know if it's possible to transfer accounts using the command line. What I want to achieve is the exact same behavior as Transfer Tool from WHM after selecting the account/accounts but through the command line. Are there specific commands for the xfertool and xferpoint for this?
From what I know, the alternative steps could be something like:
1. Use this command to make an archive of the user
2. Move archive to new server using SCP or anything else that does the job.
3. Use this command to restore the archive of user.
4. Suspend account on the old server
Please let me know if there are some steps that I've missed.
As mentioned, I would like it if it can be achieved using the xfertool and xferpoint tools directly, as these are used in the Transfer Tool through the WHM interface.
Thank you.
I would like to know if it's possible to transfer accounts using the command line. What I want to achieve is the exact same behavior as Transfer Tool from WHM after selecting the account/accounts but through the command line. Are there specific commands for the xfertool and xferpoint for this?
From what I know, the alternative steps could be something like:
1. Use this command to make an archive of the user
Code:
/scripts/pkgacct
3. Use this command to restore the archive of user.
Code:
/scripts/restorepkg
Code:
/scripts/suspendacct
As mentioned, I would like it if it can be achieved using the xfertool and xferpoint tools directly, as these are used in the Transfer Tool through the WHM interface.
Thank you.