Good News Everyone!
So, the news from the site Sypex Dumper:
Added integration files for MODx 1.0.x.
The authorization file uses MODx authorization, checks for the session, as well as whether the user has rights for the backup. Those. if you have entered the MODx admin area, until you exit, you will enter the dumper without entering a password.
By default it is calculated that the dumper will be in the MODx directory. When integrated, the dumper replaces the standard backup in MODx.
Tested on MODx version 1.0.4
')
Integration files can be
downloadedDownload
Sypex Dumper 2.0.8Instruction:
1. Unpack the contents of the archive SypexDumper_208.zip to the root
2. Unpack the manager and sxd folders from the archive to the root (with the replacement of files)
3. Set the write permission to the server for the backup folder in the sxd directory (modx / sxd / backup) => 0777
4. Install chmod 666 for modx / sxd / cfg.php and modx / sxd / ses.php files.
5. Go to the admin MODx, menu Tools -> Backup (Tools - Backup).
Now, in theory, you can backup / restore the database in Sypex Dumper 2 without additional authorization.
How it will look like:

Now I put myself on one project - for some reason, it is not automatically included yet, I will try to figure out what the matter is.
PS: Comrades, who yesterday downloaded the integration files - update on the same link, as they corrected the authorization error.
PPS: Now you can
not replace the standard backup, and make the module .
Installation Instructions:
1. Unzip the contents of the archive SypexDumper_208.zip to the root of the site
2. Unpack from the archive sxd2_for_modx.zip only the folder “sxd” and drop it into the root (with the replacement of files)
3. Set the write permission to the server for the backup folder in the sxd directory (modx / sxd / backup) => 0777
4. Install chmod 666 for modx / sxd / cfg.php and modx / sxd / ses.php files.
5. Go to the admin panel Modules-> Manage Modules and create a module, fill in the fields
Name: Sypex Dumper 2
Description: Backup and restore MySQL
Enable blocking only for admins
In the module code, add the contents of the module_code.php file from the sxd2_for_modx.zip archive
Attention: the developers hurried and nakosyachili with quotes, the correct code would look like this:if(!$modx->hasPermission('bk_manager')) { $e->setError(3); $e->dumpError(); } if ($manager_theme) $manager_theme .= '/'; else $manager_theme = ''; echo '<HTML> <h1>Sypex Dumper 2</h1> <div class="sectionHeader">Backup and restore MySQL</div> <div class="sectionBody" id="lyr4"> <iframe src="../sxd/" width="586" height="462" frameborder="0" style="margin:0;"></iframe> </div> </HTML>';
6. Enter the MODx admin panel, the Modules -> Sypex Dumper 2 menu in which you can backup / restore the database in Sypex Dumper 2 without additional authorization.