Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: yiibong on October 27, 2005, 06:20:53 AM

Title: Any robust backup solution for sme??
Post by: yiibong on October 27, 2005, 06:20:53 AM
Hey,

I have studied to the sme backup and restore panel, as advised by the panel intruction, the restoration is "ideally to be performed on a freshly installed server."

my question is, if i want to restore partial files from backup set or only mysql database file for the existing server, can we do so?

what will be robust backup solution for the server?

Thanks.
Title: Any robust backup solution for sme??
Post by: wsmeurope on October 27, 2005, 11:23:55 AM
visit http://no.longer.valid/mylinks/singlelink.php?cid=123&lid=171
Title: Any robust backup solution for sme??
Post by: fpausp on October 27, 2005, 12:43:43 PM
Hi,

Is this working on sme7 ?
Title: Any robust backup solution for sme??
Post by: crazybob on October 27, 2005, 02:23:08 PM
Do not forget that SME 7 is still in beta, and many things are under development for it. To find out if it will work with SME 7, you may want to set up a test box and try it. Then open a bug report at sourceforge.
Title: Any robust backup solution for sme??
Post by: wsmeurope on October 27, 2005, 02:36:01 PM
I just try this on my SME 7b :

wget http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/compat-libstdc++-33-3.2.3-47.3.i386.rpm
wget http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/rar-3.3.0-1.1.el3.dag.i586.rpm
wget http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/smeserver-backup2ws-0.0.1-24dmay.noarch.rpm
rpm -Uhv compat-libstdc++-33-3.2.3-47.3.i386.rpm
rpm -Uhv rar-3.3.0-1.1.el3.dag.i586.rpm
rpm -Uhv smeserver-backup2ws-0.0.1-24dmay.noarch.rpm

It's looks working fine.
Title: Any robust backup solution for sme??
Post by: yiibong on October 27, 2005, 06:25:17 PM
Quote from: "wsmeurope"
visit http://no.longer.valid/mylinks/singlelink.php?cid=123&lid=171


Does it workable for sme7? correct me if i am wrong, the sme7 is using the different manner by doing so the backup, is it a good for sme7?

Thanks.
Title: Any robust backup solution for sme??
Post by: wsmeurope on October 27, 2005, 07:04:15 PM
Yes it is, I just install the contib on a 7b5. Have to test now ...
Title: Re: Any robust backup solution for sme??
Post by: CharlieBrady on October 27, 2005, 09:24:36 PM
Quote from: "yiibong"

I have studied to the sme backup and restore panel, as advised by the panel intruction, the restoration is "ideally to be performed on a freshly installed server."


It really should say "must be performed on a freshly installed server". It's a full disaster recovery option, nothing more, nothing less.

If you have tape backup, there is a howto I think on selective file/directory restore.
Title: Re: Any robust backup solution for sme??
Post by: gordonr on October 28, 2005, 02:54:19 AM
Quote from: "CharlieBrady"

It really should say "must be performed on a freshly installed server". It's a full disaster recovery option, nothing more, nothing less.

If you have tape backup, there is a howto I think on selective file/directory restore.


Also note that a desktop backup file is purely a gzipped tarball. You can extract files from that backup using tar, WinZip, and lots of other tools.

Desktop/HTTP backup is limited to at most 4GBytes (frequently 2GBytes) due to limitations in various places in various operating systems.