copy patch to script root directory and unzip it
Quote:
|
and I want to backup my host to my computer
|
the easiest way to do this, connect to server via SSH and run command
Code:
tar -zcf backup.tgz /path/to/script
and then copy backup.tgz to your computer.