Difference between revisions of "PMSS:Transferring user from another system"

From Pulsed Media Wiki
(Created page with "This is kind of easy, but requires a follow up checkup. Login to the server you need to transfer data to, and do: cd /scripts/util screen ./userTransfer.php LOCAL_USERNAME R...")
 
 
Line 10: Line 10:
  
 
After completion restart user rTorrent. You might want to also verify permissions.
 
After completion restart user rTorrent. You might want to also verify permissions.
 +
 +
[[Category:PM Software Stack Guides]]
 +
[[Category:Guides]]

Latest revision as of 19:32, 29 December 2016

This is kind of easy, but requires a follow up checkup.

Login to the server you need to transfer data to, and do:

cd /scripts/util
screen
./userTransfer.php LOCAL_USERNAME REMOTE_USERNAME SERVERNAME

After you see transfer begins, press ctrl+a c to create new window to keep user data private even from your eyes. You can go back to previous window doing ctrl+a p and then clear text by ctrl+l. See Using SCREEN

After completion restart user rTorrent. You might want to also verify permissions.