inside SSH makes no sense. Do you mean you used scp to upload a backup file? If not, what do you mean?
You can shell into your server and as root:
mv /path/to/backupfile /desired/path/to/backupfile
Note that depending on how you got the folder to the server to begin with, you may need to change it's ownership to that of the domain you're trying to restore.
Jeff