Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-05-16 13:05:49

dberthia
Member
From: Minnesota
Registered: 2006-03-08
Posts: 22
Website

New blog backup solution

Hello-

I was wondering if anybody has tried this new blog backup solution: BackupMyBlog. It looks like it should work for all PHP/My SQL blogs, but I have been unable to set it up because of some strange pathing error. If anybody gets this working with Textpattern, please let me know.

What do you folks use for backup?

Offline

#2 2006-05-16 13:24:21

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,122
Website GitHub Mastodon Twitter

Re: New blog backup solution

If you are in textdrive you can use <a href=“http://help.textdrive.com/index.php?pg=kb.page&id=113”>this</a> script. Maybe you can use it in other severs too if they offer you cron.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2006-05-17 01:59:16

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: New blog backup solution

I use Rob’s plugin to do it by hand, as well as the following CRON command:

/usr/local/bin/mysqldump --default-character-set=utf8 --user=username --password=password --quote-names --complete-insert --extended-insert --quick --compact --lock-tables=false --skip-add-locks --all-databases | gzip > /home/username/backup/`date "+%Y.%m.%d"`.gz

:)

Offline

Board footer

Powered by FluxBB