| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Backup Master module | ||||
|
|
Thread Tools | Search this Thread |
#11
|
|||||||
|
|||||||
Re: New module for X-Cart 5 - Backup Master
Quote:
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 Yes, we do find annoying because we're actually just making interim back ups of faults until these are (eventually) rectified.
__________________
Dev Store & Live Store XC Business 5.4.1.35 Server; Ubuntu 22.04.2 LTS (HWE 6.2.0.26.26 Kernel)) / Plesk Obsidian Nginx 1.20.4 / Apache 2.4.52 (Ubuntu Backported) / MariaDB 10.11.4 / PHP 7.4.33 |
|||||||
#12
|
|||||||||
|
|||||||||
Re: New module for X-Cart 5 - Backup Master
Quote:
It will not include this directory. The module creates a backup of the X-Cart 5 based shop only. Quote:
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:
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. Last edited by qualiteam : 05-23-2016 at 10:01 PM. |
|||||||||
#13
|
|||||||||
|
|||||||||
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
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#15
|
|||||||||
|
|||||||||
Re: New module for X-Cart 5 - Backup Master
Quote:
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#16
|
|||||||
|
|||||||
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.
__________________
X-Cart 5.4.1.39 Live PHP 7.4.33 5.5.5-10.3.38-MariaDB MariaDB Apache 2.4 CENTOS 7.8 64Bit Single Quad-Core E3-1241v3 3.4Ghz 8M 1600 w/ HT 32GB RAM 2x 512GB Samsung 850 Pro SSD RAID 1 |
|||||||
|
#17
|
|||||||
|
|||||||
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.
__________________
Core version: 5.5.xx |
|||||||
|
#18
|
|||||||||
|
|||||||||
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!
__________________
Alex Solovev, Qualiteam --- User manual Video tutorials X-Cart FAQ You are welcome to press "Thanks" button if you find this post useful Click here to learn how to apply patches X-Cart Extensions |
|||||||||
#19
|
|||||||
|
|||||||
Re: New module for X-Cart 5 - Backup Master
Quote:
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...' 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!
__________________
Dev Store & Live Store XC Business 5.4.1.35 Server; Ubuntu 22.04.2 LTS (HWE 6.2.0.26.26 Kernel)) / Plesk Obsidian Nginx 1.20.4 / Apache 2.4.52 (Ubuntu Backported) / MariaDB 10.11.4 / PHP 7.4.33 |
|||||||
#20
|
|||||||||
|
|||||||||
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.
__________________
Alexander Dyachkov, Director of Customer Success Last edited by rocky : 05-24-2016 at 03:41 AM. |
|||||||||
|
|||
X-Cart forums © 2001-2020
|