Yoona Posted November 8, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted November 8, 2013 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? Quote Link to comment Share on other sites More sharing options...
Tosko Posted November 8, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 8 Reputation: 0 Joined: 12/17/11 Last Seen: November 22, 2015 Share Posted November 8, 2013 (edited) 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 November 8, 2013 by Vosko Quote Link to comment Share on other sites More sharing options...
Winz Posted November 14, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted November 14, 2013 (edited) 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 November 14, 2013 by Winz Quote Link to comment Share on other sites More sharing options...
Question
Yoona
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.