hi can enyone tell me how to back up the players armure lvl and all stuf...ty
hi can enyone tell me how to back up the players armure lvl and all stuf...ty
if u mean backing up character using colinux
then here it is:
*from root
but this is from my server into the the backup foldercp -r /dbf/ /backup/
cp -r /export/ /backup/
and this is how i restore it back:
*from root
rm -r -f /dbf/
rm -r -f /export/
mkdir /dbf/
mkdir /export/
cp -r /serv/backup/dbf/* /dbf/
cp -r /serv/backup/export/* /export/
---------- Post added at 07:43 PM ---------- Previous post was at 07:40 PM ----------
ops sorry
the restore is from mercdante...i copy from the forum
mine is:
coz u see im not placing my backup folder in serv folderrm -r -f /dbf/
rm -r -f /export/
mkdir /dbf/
mkdir /export/
cp -r /backup/dbf/* /dbf/
cp -r /backup/export/* /export/
hehe...small different only
rm -rf
xDDDD
I think u should create new folder everytime... cos if db falls and this script starts(if u use cron) u'll lose all... but I dont know linux console well to do this=(
well ty but i use a linux with interface and i need to know where the players save ar XD in DB?