Welcome, Guest. Please Login or Register.
August 29, 2025, 12:44:18 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  What are my backup options? « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: What are my backup options?  (Read 721 times)
szybszy
Noobie
*
Posts: 36


me not llama

What are my backup options?
« on: April 03, 2002, 02:43:14 AM »
Reply with quote

I understand I have the following backup options:

1) simply store all the files on my harddrive - but that generates excessive traffic

2) ask my provider to back up files - I have yet to check that

My lamer type of question is - how do I make a compressed file ON the server?

Thanks!!!
« Last Edit: April 03, 2002, 07:09:18 PM by szybszy » Logged
Shoeb Omar
Disciple of Joe
YaBB God
*****
Posts: 1420


The shrub demands war. I don't. The world doesn't.

ICQ - 69234983clickopedia@hotmail.com WWW
Re:What are my backup option?
« Reply #1 on: April 03, 2002, 03:25:00 AM »
Reply with quote

u cant ;)

unless someone here will write a script for ya :)
Logged

"If we all practice an eye for an eye, pretty soon the whole world will be blind" - Gandhi

We need to start listening to advocates of peace in oder to advance society. We have not grown from the prehistoric barbarians we once were.  Will society ever mature?
szybszy
Noobie
*
Posts: 36


me not llama

Re:What are my backup option?
« Reply #2 on: April 03, 2002, 08:33:20 AM »
Reply with quote

Thanks, Omario - at least I know where I am.

Could you or anybody help me revise the list below - "Backup Essentials" i.e. files I HAVE TO back up once in a while.

- messages file (which one is it?)
- user profiles file (which one is it?)
- settings.php
- "language".as.yp (if changed)
- template.php

What else?

Thanks!!!
« Last Edit: April 03, 2002, 08:34:06 AM by szybszy » Logged
Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:What are my backup option?
« Reply #3 on: April 03, 2002, 06:06:41 PM »
Reply with quote

After hunting high and low across the entire web for a:

simple, effective, needs-no-configuration, PHP, working backup script...

...I eventually found one  ;D

It's called XT Dump and it's less than 20kb in size

Upload it, check the folder and file permissions.

Then run it through your web browser - give it the user, password, database name, and then let it give you a list of all the tables.

Select them all and make sure the 'drop tables if they exist' is NOT checked.

It will then create a sql file on the server which you can restore from.

Download it at:
http://www.hotscripts.com/cgi-bin/dload.cgi?ID=13447

So long as it doesn't take longer than 30 seconds (script will time out) it should work. I haven't tested it fully and it is only v0.5 - but so far so good....
Logged

You can't have everything... where would you put it? -- Steve Wright
szybszy
Noobie
*
Posts: 36


me not llama

Re:What are my backup option?
« Reply #4 on: April 03, 2002, 07:08:57 PM »
Reply with quote

THanks!!!! I'll let you know how it worked for me.
Logged
Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:What are my backup options?
« Reply #5 on: April 03, 2002, 07:12:11 PM »
Reply with quote

I spent so much time looking for it - I thought that others should benefit from my hunting  :)
Logged

You can't have everything... where would you put it? -- Steve Wright
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:What are my backup options?
« Reply #6 on: April 03, 2002, 08:21:35 PM »
Reply with quote

Greg - do you know if it works on servers running in safe mdoe?
Logged

Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:What are my backup options?
« Reply #7 on: April 03, 2002, 08:24:42 PM »
Reply with quote

My server runs in safe mode and I've had no problems - it's an amazing little script - version 0.5 - it works, it's compact and it doesn't require configuring! :)
Logged

You can't have everything... where would you put it? -- Steve Wright
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:What are my backup options?
« Reply #8 on: April 03, 2002, 09:49:22 PM »
Reply with quote

Great program!
Logged
Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:What are my backup options?
« Reply #9 on: April 04, 2002, 07:11:02 PM »
Reply with quote

I know - I'm hoping to use its code in a (very) simple YaBB SE backup script.

I'm going to call it yabb2sql (original huh!)

Hope to code it in the next few days
Logged

You can't have everything... where would you put it? -- Steve Wright
CyCLOS
Noobie
*
Posts: 6


I'm a llama!

Re:What are my backup options?
« Reply #10 on: April 06, 2002, 06:23:58 PM »
Reply with quote

Hi,

Great script, tested it and it works. Cause I am not a mysql guru :) can anyone tell me how to restore this kind of backup? Do I need a script too or....

Cya!
Logged
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:What are my backup options?
« Reply #11 on: April 07, 2002, 01:09:26 AM »
Reply with quote

ZZEE Active SQL Backup is also a nice backup script. It can send an e-mail with the .gz file attached to it. Only it's hard to configure and it's shareware :(
Logged

Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:What are my backup options?
« Reply #12 on: April 07, 2002, 10:07:02 AM »
Reply with quote

Quote from: CyCLOS on April 06, 2002, 06:23:58 PMGreat script, tested it and it works. Cause I am not a mysql guru :) can anyone tell me how to restore this kind of backup? Do I need a script too or....

Yes, hmmmm, errr, I've got a re-edited version for backing up YaBB SE. Although I realised I haven't got a way to restore it - yet. I've been *Googling and I've got some leads - Expect me to release the script in the next week ;)

* I like Googling :)
Logged

You can't have everything... where would you put it? -- Steve Wright
CyCLOS
Noobie
*
Posts: 6


I'm a llama!

Re:What are my backup options?
« Reply #13 on: April 07, 2002, 03:46:48 PM »
Reply with quote

Googling is the best :)

Can`t wait to get my hands on that release. Goodluck!
Logged
NumberOne
Noobie
*
Posts: 2


i-Mode is coming

nr_uno@hotmail.com WWW
Re:What are my backup options?
« Reply #14 on: April 14, 2002, 11:48:02 AM »
Reply with quote

I'm certainly going to use this script. I know a bit about SQL, but since we do not have Telnet access to the host we're running our boards on, I guess I have to restore using webpages, which I don't have. I'm looking forward to a restore script. I will make backups anyway, because I've heard rumors about hackers hacking boards, emptying databases....
Logged

The next generation mobile communication : www.i-mode-info.net
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  What are my backup options? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.019 seconds with 18 queries.