Jump to content
  • 0

1 Important Question


Yoona

Question


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

I am running my server on my own computer, and i want to know if how can i back up my files, save logs, save the characters, accounts ? because I am planning to get a RO Hosting for my RO? can anyone help me with this?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  8
  • Reputation:   0
  • Joined:  12/17/11
  • Last Seen:  

The server you will want to create a new backup after you have made any changes to the scripts. (There are many free backup software solutions available)

The MySQL database it is recommended to do it at least once a day. If the sql server is running on your computer you can run a tool my AutoMySQLbackup. If you host it somewhere else you are going to have to work with cron jobs if its a linux hosted space (http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html)

Windows will be batch scripted. This is more complicated since you need scheduled task that runs either a vb script or a batch file. For this you will have to go google more info.

Edited by Vosko
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

Backup server files: copy and paste the data,

save the chars / accounts / others: just backup SQL (using MySQL Workbench / PHPMyAdmin / other applications you like)

save logs:

 

if it's on linux-based system, you can try this:

 

(first, go to the root of your RO server folder)
 
./athena-start start >> athena.txt 2>&1 &
 
Edited by Winz
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...