Tagged Questions
0
votes
3answers
266 views
moving files between linux servers via shell script
What method is the most script-friendly for moving files between servers?
The only methods I know of are SSH and rsync, but I don't want to jump into them if there is something else that is a ...
0
votes
2answers
106 views
Migrating to a new server
I was asked by a client to move a website to a new server. Normally I would make a local copy by downloading it and then uploading it to the new server after making any necessary configuration changes ...