The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
2.3 Daily Backup
Is there a good hack that can do this while you sleep?
|
#2
|
||||
|
||||
Just use a cronjob to copy your database files and php files to a backup directory. That's what I've been doing. You would need access to SSH.
|
#3
|
||||
|
||||
|
#4
|
||||
|
||||
I don't know how it's done but I asked my host to set up a daily cron to backup my database at midnight every night
- miSt |
#5
|
||||
|
||||
Mist, who is your provider? They actually did it? No charge or hassle?
|
#6
|
||||
|
||||
I have my contacts so no
|
#7
|
||||
|
||||
I dunno, i've heard that using cron jobs isnt such a good idea. If users are online at the same time that the backup is downloading, it can corrupt or delete something. In my case, it deletes random threads and users if I have the cron job on. :/
|
#8
|
||||
|
||||
Quote:
For myself, instead of exporting the database, I backup the actual mysql database files. |
#9
|
||||
|
||||
]
Quote:
example of how do *I* backup my database (+250Mb w/o any attached files) [high]mysqldump --opt -h localhost -uuser -p database_name | gzip -c --best > `date +%d_%m_%y`.Forum.SQL.gz[/high] Worked fine in past 1.5-2 years... We moved twice and both times import/export worked flawessly |
#10
|
||||
|
||||
*bump*
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|