Let me assure you that the operations I'm going to perform is on my live production server, so there is no scope for any error.
The server as well as my local machine are using Linux operating system only.
I'm able to login through the terminal on my machine with following command and entering the password :
root@32.77.491.13
Then again I typed in following command to go into the directory '/var/www'
on the server :
cd /var/www
Now what I want to create is create a folder titled 'website_backup_19_02_2016' inside the folder 'var/www/'
In the newly created folder 'website_backup_19_02_2016'
all the files and folders present in '/var/www/'
should be copied (except the newly created folder 'website_backup_19_02_2016'
).
Can someone please provide me the exact set of command in sequential manner so that by executing them I can take backup of my website without any hassle.