rpgsearcherz
Oct 20 2008, 04:26 AM
| | Hey all, was told in another thread that it is a good idea to back up a website every day/week.
I'm wondering what the best way to do this is.
At the moment my site is using SQL and html files(The database is just for forums.)
So would I just need to ensure I have a current copy of my .html files on my pc, and go into my database through trap's control panel and export, or is there a better way?
I remember having a lot of issues in the past when it came to transferring forum databases from one host to another.
Also, let's say I take phpbb's database from username (rpgsearcherz_rpgsearcherz) and database name (rpgsearcherz_rpgsearcherz) and transferred over to...(trap_trap) and (trap_trap) would I need to change anything in the databases themselves, or would I just need to change phpbb's directory information to point to the new server/username/database instead of the old one?
Thanks in advance! |
Comment/Reply (w/o sign-up)
jlhaslip
Oct 20 2008, 05:03 AM
That is sort of a two part question you have going there. First Question: Backing-up an Account is best done in the Cpanel. Select the Backup Wizard and then follow the steps 1 to 3. Assuming that you make the default selections, a full Account Back-up will soon be available in your Account File structure. The compressed file will have a name that includes the date-time-accountname.tar.gz (example: backup-10.16.2008_21-55-30_jlhaslip.tar.gz). Simply select the file in the File Manager and download it onto your PC. I then move the file to a Thumbdrive for long-term storage. You can then unpack that file into a directory on your PC and the html (or whatever) are then available for inspection locally. if you have a localhost server such as XAMPP running, the php files can then be tested and the databases recreated so that you have a full copy, however, you will nedd to modify all of the configuation file since the DB names and paths are usually different from the Web Host. Second Question: Depends. Some Forum Software contain the Configuration information inside their DB as a "registry" table. I am not familiar with phpbb3, so I can't comment specifically on that software. Phpmyadmin SQL backups should only be trusted as a method to restore the specific Database on the same servers. Again, it will depend on the contents of the Database and the software's method of storing the configuration information.
Comment/Reply (w/o sign-up)
rpgsearcherz
Oct 20 2008, 05:08 AM
Got it, thanks a lot for that information. I really haven't done that much experimenting with Cpanel yet - mostly just doing basic things like ftp and sql accounts. I guess it'd be a good idea to better explore all of the different options there and see what does what. As confirmation though, using the cpanel backup will back up EVERYTHING? Like including databases, every file, etc. And if so, as long as I stay on Trap17 would I be able to use that to do a full replacement? Meaning...If I was to delete some pages/screw up my database I could use that backup to completely restore everything that was there before(at the time the backup was actually made)? Sorry for all of the questions, but this is very new to me and I like getting thorough understandings before screwing things up,
Comment/Reply (w/o sign-up)
jlhaslip
Oct 20 2008, 06:20 AM
Yes, it stores all of the files you have uploaded/created, AND the account files inside your Account. I am just now unpacking the compressed tar.gz file to see if the Databases are in there, too. I will post back here when I get a chance to figure out all the files that are there and whether the DB's are included. Might take a while since I am dealing with a fairly large tar.gz file to unpack onto the thumbdrive, which is pretty slow. *edit* Indeed, there is a folder that contains SQL files of all the databases in my account. you would be able to restore all the database tables and their contents from the SQL files, as well as all the settings for the Account. This is definitely the way to go.
Comment/Reply (w/o sign-up)
OpaQue
Oct 20 2008, 07:27 AM
Changing the Package? (upgrading to v3.0)======================= Order a Package at ComputingHost.com with the SAME-DOMAIN(xxx.trap17.com or your existing owned domain name) In notes section, mention the CPanel username and password of your existing cpanel account by trap17. We will upgrade your existing account and send you the details. This will cause your account to be UNLINKED out of credit-system v2.0 and you now manage its billing by paying its invoices off your credit balance Change the name of your Website -> helps to be hosted on any of our servers. ======================= Once you get your own domain name, you are free to host it anywhere. 1. If you order a domain name, you can change the name of your website from MYNAME.trap17.com to MYNAME.com. 2. Submit a Ticket to Support if you wish to change your server. Ordering a New Package======================== 1. Login to xistosupport.com/billing 2. Click Order New. 3. Go ahead with the order and you are done. We request you to allow us atleast 24-48 hours for processing your order.
Comment/Reply (w/o sign-up)
Saint_Michael
Oct 20 2008, 06:00 PM
I actually had a full backup of my site lying around in my account and poked around a bit and a full back up does have a couple of your MySQL, but my suggestion and of course its requirement is to have two separate backups of your hosting. As for the for the time frame to make these back ups you want your hosting on a weekly and your MySQL on a daily, especially if your a blogger. Now you can cut out the manual work by setting up cron jobs to do this for you, but I since I lack the experience of setting up crons you have to do some searching. I am not sure but I think trap17 has a few topics on it but again not to sure though since those topics would most likely be buried somewhere in the forums. Also when backing up MySQL you can do it in phpMyAdmin through the export import options within phpMyAdmin, even though both back up options are good, I would recommend it doing the backs up through phpMyAdmin if you haven't set up a cron job since you have quite a few more options on how you want you backup to be.
Comment/Reply (w/o sign-up)
minimcmonkey
Dec 8 2008, 12:23 PM
Cpanel is the best way of backing up all of your site as well as databases and configuration. Backups can be created then downloaded through the backup manager in cpanel. It can also create encrypted backups, for security. Another way of backing up, if you just want the files, rather that databases ad configuration, is just to use your FTP, just copy all the files off,ad paste them onto your own computer or another location. Depending on the content of the website, it may be a good idea to encrypt your backups, (Cpanel will do this) as if someone were to obtain an unencrypted copy of your password database, all of your users accounts are insecure!
Comment/Reply (w/o sign-up)
kleong
May 13 2009, 03:32 PM
You should not have any problems importing the backend for SQL. What forum software are you using? From my experience, all I need to do is to install the same version of the forum software at the new server, then go to the phpmyadmin and do the import. The new forum works just as fine. I am using phpbb. As for the static, pages, guess you have to do the ftp way.
Comment/Reply (w/o sign-up)
k_nitin_r
Jun 6 2009, 07:49 AM
Hi! I've got a WordPress blog (on another host) and I back it up using phpMyAdmin and an FTP client. I'm still getting started with the WordPress blog I have here at Trap17, so I'm not backing up my data just yet. Perhaps in another month or so. Regards, Nitin Reddy
Comment/Reply (w/o sign-up)
PatrickMc
Jun 13 2009, 05:14 PM
You can use biterscripting ( http://www.biterscripting.com ) to copy or download web pages. For example, the following command QUOTE will copy this web page to file C:/Backup/trap17.html . Patrick
Comment/Reply (w/o sign-up)
webishqiptar
Sep 3 2009, 05:01 PM
There are three things to consider for me while backing up a site, : a. The first thing to know is what is your website content, which means that you shouldn't back up the wrong things. Usually files and databases are main back up procedures. b.You can download all the files from the public_html to your desktop computer, and than reaarrange the ones needed for the future and make whatever you want. c.Or you can just constantly back up only back up databases, usually mysql databases, if you are not making much improvements to the site. I prefer full back up of a site.
Comment/Reply (w/o sign-up)
alexthemans
Sep 3 2009, 12:46 PM
If you are using some web-based applications having backup feature, e.g. Discuz! (a BBS software), you may consider it first. Then you may consider phpMyAdmin, assume you are using both PHP and MySQL, as its backup function is greatly configurable, for example, selecting tables, compression method, and I have not encountered any problem regarding its outcome yet.
Comment/Reply (w/o sign-up)
minimcmonkey
Aug 28 2009, 10:52 PM
I would recommend backing up using Cpanel - it can backup your whole site including databases, and encrypt them if you want. It is a very good idea to back up frequently. Especially if you have a lot of user submitted content in databases. You may want to use automated backups of databases, every day of week or even every few hours. the HTML files should be backup up frequently, but depending how often they are updated.
Comment/Reply (w/o sign-up)
TheDisturbedOne
Jul 31 2009, 08:07 PM
I actually don't like that feature, except for the SQL part. For files, I prefer to go via FTP, as it takes much less time.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : backup, website,
- Where Is The Place To Post The Website
(3)
Professional Website Solutions By Scorpius Designs
(0) Hi folks, you may or may not know that i am a website coder by night, fisherman by day. I am
teaming up with an excellent designer i met at college and we aim to provide custom, professional
and exclusive website solutions under the name of Scorpius Designs. At the moment its a two man
team, im the coder and he is the designer. We are based in the south east of the UK and currently
work from our respective homes. Primarily we specialize in building custom websites from scratch, no
copying and pasting here! We take on the project from the initial thought of "Damn i ne....
Website On A Cd
(3) I've got an assignment which is to do an electronic press kit. I have decided to do a website
(for the moment) My only problem is submitting it. The lecturer wants it submited on a cd. Now
I've thought about it a number of ways: 1. Doing the pages and having them done one PDF file
and linking within the file (not what I really want to do 2. Having the website and burning it CD,
but having it still work as it does on a webserver 3. just doing it as something else, such as a
keynote/powerpoint presentation. 4. Do it all in iWeb and just take it across, providing t....
Making A Picture Viewer Website
Html programming or javascript (3) this is one thing i've struggled with for ages. I want a webpage where there are little
thumbnails and in the middle somewhere is the main picture. The littole thumbnails or snipets of
infor when clicked display the main image corresponding to that clicked thumbnail or link. e.g
pictures of the country side listed in pairs or 3's or 4's in a column and you click each
one an the main view on the screen displays that particular picture. How is this achieved. Can any
one gimme a link to a site with templated for that or javascript for that or html code or past....
How To Manage The Database For E-books Website In My Sql?
(3) I wanna know how to manage the database for website of e-books with forum in it, n the database is
in mysql. PLZ HELP ME!....
Images For Website
(0) Which is the best site to build our images to host on the home pages....
How To Make A Website ?
I want help please. (13) Ok i have made my own forum. Its cool and looks like its going to go places. Anyway i wanted to add
a website and other pages to this. So i can have my forum through my website. I need some info on
it please. What is the best way to work this out ? Im quite new to all this but learning all the
time. I just need someone kind to help me or point me in the right direction. Also can you please
let me know if its a bad idea to have a website and a forum. Or to just stick with the forum.
Thanks Chris... ....
Make You Own Website Toolbar ^^/
(1) QUOTE On-demand website syndication solutions that increase traffic, revenue and brand loyalty.
Create a community toolbar and syndicate your website directly to the browser. this is example
^^/ If you want to try it >>>> http://www.conduit.com/ you can custom Email
Notifier,RSS Reader,Privacy Button & Popup Blocker,Weather and other in you toolbar /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> and after I test it . i
think It work good /smile.gif" style="vertical-align:middle" emoid=":)" border="0....
Can Your Website Be Deleted?
(5) Ok.. so i was talking to my friend mandi.. she owns a site similar to my http://have-heart.net one
and she said that there is a rummmor going around, about sites being miseriously deleted, and i
wanted to know if this is true... ok so you know how there are myspace "sites" that distribute
icons, photography, & pixels right? well according to her, your whole domain can be deleted, for
uploading those on your website.. on my site, i make everything except icons, photography &
pixels.. which i gather and give people the option to upload themselves.. saying totally....
Password Protecting Website
(7) I'm not sure if this is the right section to post this or not, i apologize if that is the case.
I am making a website for a friend, and he has asked me to have it so there needs to be a password
to access it. I'm making the website in Dreamweaver, and its an html website. So I need to know
how i am able to make it so you need a password to view the pages. I thought this wasnt possible
with html pages, because if you know the link you can access any page. There would have to be
something that redirects you unless there has been a password stored somewhere, rig....
Home Page Startup
Website... thats best suited for homepage. (6) For long i have been on the search for the best website for my homepage.... So my search ended after
a tiring search. Recently one of my suggested this website. http://www.homepagestartup.com/ .
Previously i was using igoogle as my homepage... But the purpose was different, bu my requirement
was to go to specific pages so quickly and comfortably.... This homepagestartup does exactly that.
Also the interface is just awesome. For more about the site please visit their blog here . You
have some more best homepage sites, do post it here.....
Proxy Website
which is the best proxy site you have ever seen ?? (2) People in all areas are in need of proxy site . this is because let it be in a school or in a
college the network administrator blocks all the entartainment sites and all the social networking
sites like orkut etc. even more youtube is too blocked in many cases. But the superior solution for
these problem is to use a proxy website. The same case lies even among the working people .In work
place too many such websites are blocked so they are pissed off during their free times . To help
this Community You are requested to suggest as many Good and Fast Proxy Websites here....
Create You Own Operating System
My new Website! (4) Hi all! I am The Codemaster Snake /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
alt="wink.gif" /> Well I have been recently approved for hosting my site here. Before getting
started with my website I thought that I should discudd few aspects of my site with you all. I would
appreciate if you can help me out with my website. My website http://magneto.trap17.com is going
to be focussed on Operating System Development! I will also use it to showcase my Operating System:
'Magneto'. Don't get surprised it just boots from floppy and displays ....
What Is Your Website About?
(11) Well i was just looking around, and i'm like, Hmm i wonder what the people here at trap17 are
actually hosting on their sites. So i figured i would make a topic asking what kind of website you
are hosting here on trap17? Right now i'm not hosting any website on my account /tongue.gif"
style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />....
Need Help Naming My Website
(13) Just as the subject says, I need help naming a website I'm about to make. This website will
contain my portfolio showcasing previous works I've done as a web designer/developer. I also
want to display all services that I can provide. Basically it's a web designer's website but
I have no "Company Name" for it. So could someone help me out?....
Favicon - Icon For Website Bookmark
(14) Hello everybody, i want to know how to add the icon for our site ,so that when people bookmark our
site they get a small icon besides the bookmark. like for trap17 site we get the blue colour icon
which has white colour v in it. and where to add it in ftp.my site has blog with wordpress
software,so where in the folder should i add it? i hope you are getting what i mean to say. thanks
in advance.....
Xhaloforums
My Website (3) Here is the link to my site. It's been up for a few months now and i just want to get my site
out into the public, and if you guys have any advice that would be helpful. Xhaloforums Tell me
what you think.....
How To Improve Security Of Your Website?
Tips and tricks, important things... (3) First of all i want to apologize to moderators in case that they need to close this topic because
someone opened it before...I used search and i havent found anything...once again sorry if i missed
some topic... Getting to the point! What do we need to do to make our site secure? Daily backups,
deleting install files or something else? So please tell us more about site security! I know it`s
practically impossible to make site 100% hack free, but at least 80% we can do! Advanced users
share your advices with us-newbies! You ll get post count and we ll get better sites....
My Website
(17) Please tell me what you think of my site My Site Pleae tell me what to do to improve it.(Remember
this is like my first site /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
alt="laugh.gif" /> )....
A Website With Features To Promote Your Sites
(0) www.linksdealing.com firstly such a site if its going to make you come in the top of google and
yahoo it should be there.. but it is not.. the site has a page rank of 0/10 so onwhat basis do u go
there.. the only way to make ur site more popular u come to a site with page rank 6/10 so mayb in
that site's forum you register and start posting a bit and put ur site's link in the siggy..
even that will get a bit of incoming links.. but then if tat site is ready 2 give you a link in its
main page ul be boosted.. also submit your site to se's like lycos or exci....
How To Track Your Website Visitors. Free Excellent Tool!
Free Excellent Tool! (0) If you need to track how many visitors you get on your site, referals, where they came from, etc...,
then use: www.statcounter.com It's a free service. Takes about 30 secs to signup. I could
also recommend Google Analytics, however if you do extensive research online between the 2,
you'll see that statcounter is a clear winner. You can use www.googleanalytics.com, if you wish
to track conversions and other business related activities. That's where Analytics excels over
statcounter. With both, you simply insert a piece of code in your site. -A P.S.....
How Do I Make A Website
(21) Well, I don't think this is the right place to ask tis question but I need help. I have no idea
on how to make a website and I'm so confused. Please help! Moving from Tutorials to Web
designing discussion ....
The Devils Forum
My website (6) Well i didn't really know where to put this. anyway i have got a new website
www.thedevilsforum.com/forum And i am looking for mods. Please check it out and sign up thanks
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />....
Un-filtered Browsing
How can I create a proxy on my website to bypass my schools internet f (0) My highschools internet is all filtered from accessing webistes such as games porn etc. In the past
i have managed to overcome this by accessing a proxy on numerous websites. This involves going to
this website then entering the desired blocked website into a input box. Then that website transfers
me to the blocked website via this webiste. At least this is how i think it works.... How can I add
something similar to this on a website of my own?....
Need A Webmaster For Your Website?
(3) HeY, if your new in creating a website I can get you going For FREE! yep but only for
starter and .htm and .html users you can contact me turkuz91@hotmail.com move to
general since it wasn't a tool or software. Use proper English words and avoid slangs. U is YOU
and R is ARE. ....
How To Make Website Popular
(37) Can some one please tell me how i can make my website a famous .My website has no any treffic.?? No
one visits my website.IS there any way to make it popular ? Please help me , with your advices and
suggestions. Note. my website is on msn and yahoo already , and it will be on google soon too..
http://pakdir.com ....
Oldest Website?
(37) Does anyone know of the oldest website on the internet that is still up? It would be kind of
interesting to visit.....
What Website Do You Find Your Always Goin Back To?
and not trap17 lol (77) hey wanted to know what type of site you guys like and wot are the sites you always find your self
lookin at and checkin for updates. and dont put trap17 /tongue.gif' border='0'
style='vertical-align:middle' alt='tongue.gif' /> i no its great and that put this topic is about
other sites /laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /> cheers lil
chris....
Games For Website
(15) I am new at this website stuff and I would like to put games on it. I don't know where to get
good games and I was wondering if anyone could help me with that problem. If so just post it here.
Thank You!....
Tutorial Website
http://kalacreations.com/ (13) http://kalacreations.com/ QUICK LINKS GRAPHICS // WAR 3 MAP EDITOR // Computer // Web
Building // Programming // Messanger (NEW!) ....
Looking for backup, website,
|
Searching Video's for backup, website,
See Also,
|
advertisement
|
|