Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
you archive the project on one server, on the second you log in via ssh, then scp will help
Well, purely as an option, you can use FTP directly between servers - https://codeby.net/programmy-dlja-servera/peredach...
But better, of course, tar + gzip, and direct copying via ssh - scp.
On the first server:
tar
cjvf archive.tar.bz2 <what-to-archive>
sftp <second-server-user>@<second-server-name>
put archive.tar.bz2
and .bz2 do not attribute
if everything is bad, go to mc
, connect there through the ssh or ftp menu and that's it
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question