X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 5 (https://forum.x-cart.com/forumdisplay.php?f=64)
-   -   Backup Master module (https://forum.x-cart.com/showthread.php?t=73982)

Triple A Racing 05-20-2016 12:25 AM

Re: New module for X-Cart 5 - Backup Master
 
Quote:

Originally Posted by xplorer
We have released a new module for X-Cart 5 - Backup Master

This maybe a good idea for some users but for others.....aren't comprehensive and selectable backups both simple, available and free anyway? (albeit only manually done at present) That is assuming you have the correct server access? (and in this example using Apache)

Two simple steps:

Backup (manage as well of course...) all the relevant SQL data via https://www.phpmyadmin.net

Back up all / some / selected items / directories / files etc remotely (via SSH) and relevant simple specific remote commands e.g.

tar -zcvf backupdate-live.tar.gz --exclude= /****/****/public_html/spare

(Or write simple a backup script(s) and run the script(s) command remotely)

You can then copy the backup or backups to an alternate remote / non-server storage area too e.g.

rsync -va --progress login_details:/source/ /destination

Backups we don't find a problem and we can't see us ever needing a module to do them (sledgehammer to crack a nut?) but it's obviously different for everybody dependent on their own setups

However....backing up both CORE and Modules that still don't work properly aka as they should 8O
Yes, we do find annoying because we're actually just making interim back ups of faults until these are (eventually) rectified.

xplorer 05-20-2016 05:31 AM

Re: New module for X-Cart 5 - Backup Master
 
Quote:

Let's say the cart is installed in root. There is a directory in root which is not stock XC5. Will the backup include this directory?

It will not include this directory. The module creates a backup of the X-Cart 5 based shop only.

Quote:

Or more simple question - does the module backs up everything found under the cart installation directory and everything found within the cart database?

The dump will include only the tables having the same prefix that is used for XC5 tables. Other tables are not included into the dump.

If someone stores files in extra directories / extra database tables (that XC5 knows nothing about), I believe he/she knows what he/she is doing and can either create the backup from the console, or can alter the module's class method that returns the list of directories and files to include into the archive.

But this should not be the problem for a lot of "stock" X-Cart 5 shops and XC5 shops with custom modules developed as per the documentation.

Quote:

Backups we don't find a problem and we can't see us ever needing a module to do them (sledgehammer to crack a nut?) but it's obviously different for everybody dependent on their own setups

Well, if you want to create backups from the Linux console manually, you don't need this module. Unless you don't have the SSH access.

cflsystems 05-20-2016 08:57 AM

Re: New module for X-Cart 5 - Backup Master
 
I think there is a need for module like this. Definitely some users want to double on the backups and not rely on the host only and these users are not knowledgeable enough to mess with the console.

Ok Slava this could be included in your Pro version:
- on the backup page have a list of all directories/files the backup will not include by default and allow user to select any of them to include
- same with database tables

This will satisfy Kevin's requirement too ;)

cherie 05-20-2016 10:18 AM

Re: New module for X-Cart 5 - Backup Master
 
All tables in the X-Cart database should be included in the X-Cart database backup.

cflsystems 05-20-2016 12:02 PM

Re: New module for X-Cart 5 - Backup Master
 
Quote:

Originally Posted by cherie
All tables in the X-Cart database should be included in the X-Cart database backup.

Yes I still think the module should backup all files/directories and entire database regardless

kevinrm 05-20-2016 06:44 PM

Re: New module for X-Cart 5 - Backup Master
 
It's not really a matter "if" I can do a manual backup, I can. It's a matter if I have time to do it, among the multitude of other things I have to do everyday. Looking for something that can be set up, it backs up x-cart, uploads it to Drop Box (or other offsite location), on a scheduled basis, I have backup files in case the whole server dies, and I don't have to think about it anymore. That's what I'm looking for, anyway.

xgarb 05-23-2016 06:27 AM

Re: New module for X-Cart 5 - Backup Master
 
A better approach might be a system where a remote storage system is somehow permitted to access all files and the database over some secure connection and pulls the data into the backup.

This way if someone gets onto your server they can't attack the backups as well as the server with X-cart installed doesn't have access to the backups.

qualiteam 05-23-2016 09:58 PM

Re: New module for X-Cart 5 - Backup Master
 
I've removed a number of messages that are off-topic to this forum thread.
You are welcome to give your feedback on the module there, but please keep discussions on how backups work in X-Cart 4, or how you can create backups through the Linux console, in separate forum threads.
Thanks!

Triple A Racing 05-24-2016 12:57 AM

Re: New module for X-Cart 5 - Backup Master
 
Quote:

Originally Posted by qualiteam
I've removed a number of messages that are off-topic to this forum thread

No problem with that action (some were ours, some were not) as we don't own or manage the forum.

Database backups / restores (SQL only) were a free core function in the old XC4 that we used and have been accurately replicated in XC5 under the Tools section. Some other free core functions from XC4 however have only re-appeared in XC5 as 'paid' add-on modules, which does not feel like progress to end users who have made the product change (like us)... Added to this, is that there are still no visible signs of, or discussions about (yet...) access to changelogs for modules and you can see why people may want to discuss alternatives to the theory that 'modules are the only way...' :D/

https://dl.dropboxusercontent.com/u/50440624/Z-Forum/IMG_8171.jpg

Please consider that viewing from a perspective (different than your own) is also important for other forum members. After all, this isn't a new, online evo-version of the old Pravda! 8O

rocky 05-24-2016 01:45 AM

Re: New module for X-Cart 5 - Backup Master
 
Guys,

Thank you very much for the feedback on this module.

It's true that this module is not aimed to the experienced and tech-savvy X-Cart users. They can do backups on their own and it's not hard if you know how to do it (we can say the same about almost everything). Moreover, backups can be done through the hosting control panel (cPanel, Plesk and so on). It's not that convenient though since you back the entire account up, not only X-Cart store. It might take some time to create such a backup and restore it then. Furthermore, sometimes you don't need to restore all the account and just need X-Cart files to get your store back online as soon as possible.

The module is aimed to that part of X-Cart community who doesn't know how to create backups at all, they don't have time to learn and just don't want to learn and it's their right.

What can be simpler than creating a backup with only 1 button from admin area? I guess nothing.

Yes, you might be not that tech savvy to restore the backup, but you can contact us and we can help you. At least you'll have a backup copy your X-Cart store can be recovered from.

Believe it or not, but numerous of time our customers came to us saying that their store is messed (server went down, developer messed files, upgrade went wrong and so on) and they don't have a backup. None. At all. Their hosting didn't do backups and they didn't know how to do it on their own.
Nightmare scenario. You have to start everything from a scratch.

With this module X-Cart client can do a one-button-click backup before updating an inventory or upgrading the store and be safe.

The module is just released and hasn't been announced yet (apart from this forum thread), but it's already been sold several times. Our customers likes an idea of creating a backup with one button directly from admin area.


We do really appreciate all your suggestions and will definitely take them into consideration while working on Pro version.

Thank you.


All times are GMT -8. The time now is 01:36 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.