Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Backup of data

Quote Reply
Backup of data
Hi!

tried searching but no luck.

i have a simple question .. well not for me :(
In admin screen when i try to create backup file of sql data, which file should i put in ... *.txt or *.sql or what ... and should it be URL or full path ...

tanx in advance
Gregor

Gregor
Quote Reply
Re: [sc2utp] Backup of data In reply to
The extension is a matter of choice, but most people will go for .sql

You will also need to type a relative path on your server for back-ups so if you have a directory on your server like /home/mysite/backups use this path: /home/mysite/backups/myfile.sql



~ ERASER


Free JavaScripts @ Insight Eye
Quote Reply
Re: [Eraser] Backup of data In reply to
done .. thanx a lot

Gregor
Quote Reply
Re: [Eraser] Backup of data In reply to
Thanks,

I had been wondering about that also.

--
Rob

SW Montana's Online Community
Modular Model Railroading
Quote Reply
Re: [vanderen] Backup of data In reply to
To further that, if you have several databases - forums, ads etc, then try this little PHP script that automatically logs into your server and gzips the database dumps.

http://www.vbulletin.com/...b4&threadid=4256

I use it to regularly back up 6 mySQL databases so I can confirm it works just great.



~ ERASER


Free JavaScripts @ Insight Eye
Quote Reply
Re: [Eraser] Backup of data In reply to
Or you could use telnet or ssh :)

> gzip -c dump.sql
Quote Reply
Re: [RedRum] Backup of data In reply to
Oops, - Read my above post as a shell script not a PHP script.



~ ERASER


Free JavaScripts @ Insight Eye