Answer the question
In order to leave comments, you need to log in
What GUI server software can be used for automated site backups?
We need a solution that, after configuration, will allow you to easily and conveniently work with backup copies of remote sites through a web interface.
There are several sites running on different engines hosted on different hosting/servers. Accordingly, work with copies should be performed in a single unified format via SSH.
I provide the logic of the system as follows:
1. Set up synchronization using an ssh key and enter data for connecting to the database
2. Set up a schedule. The system creates automatic backups according to this schedule. For example, through rsync and mysqldump.
3. If necessary, file and database recovery is performed automatically in a few clicks.
Are there any ready-made solutions for such systems?
Answer the question
In order to leave comments, you need to log in
if not about backup, but mirroring is enough, then put syncthing.
for nominal versioning on a spare mirror, set up a multi-level backup of changes.
if we drop the gui, rsnapshot is enough. He can copy site directories natively, for a database dump it is enough for him to slip scripts. Recovery is not a couple of clicks - copy the directory from the backup and restore the database.
just a bash script a few lines and all
1 go into the database, do a sshow table
2 upload an array and dump the database with an array
3 create archives
4. upload to the external server
all the
other programs you need, here is the code for 3 lines
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question