Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by rwniceing
at 2024-09-09 22:10:08
Point:500 Replies:6 POST_ID:829225USER_ID:12079
Topic:
Apache Web Server;;Linux
I would like to transfer my VPS hosting account to new one.
What exact gzip command to compress my whole root directory without any mistake ?
Besides root directory, what else directory I need to do gzip compression ?
On the new server, I believe there is also root directory. If I do uncompress my old root
directory on the new one root directory. that will be issue, right ?
What good procedures for safe database transfer to new server I need to follow as other one does ?
Please advise
Rwniceing
What exact gzip command to compress my whole root directory without any mistake ?
Besides root directory, what else directory I need to do gzip compression ?
On the new server, I believe there is also root directory. If I do uncompress my old root
directory on the new one root directory. that will be issue, right ?
What good procedures for safe database transfer to new server I need to follow as other one does ?
Please advise
Rwniceing
Expert: Sandy replied at 2024-09-10 07:19:59
assuming ssh is on default port 22 else specify the one
Expert: Sandy replied at 2024-09-10 07:19:37
no port is needed.. yes it will ask for root password of new server...
Author: rwniceing replied at 2024-09-10 07:18:04
it might need password for new server , right ? Any port number is required ?
Expert: Sandy replied at 2024-09-10 07:14:12
can try with below command..
#rsync -avz /root/temp/ user@<server-ip>:/home/root/local
for reference use #man rsync
TY/SA
#rsync -avz /root/temp/ user@<server-ip>:/home/root/local
for reference use #man rsync
TY/SA
Author: rwniceing replied at 2024-09-10 07:10:31
rsync is command, just one command transfer my old root directory database to new server
Could your write more about the instruction for rysnc command ?
Could your write more about the instruction for rysnc command ?
Expert: Sandy replied at 2024-09-10 07:07:59
i would suggest to perform rsync over the network.
TY/SA
TY/SA