K
K
karpo5182019-11-20 14:10:07
linux
karpo518, 2019-11-20 14:10:07

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

4 answer(s)
P
pfg21, 2019-11-20
@pfg21

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.

P
poisons, 2019-11-20
@poisons

You can look in the direction of urbackup, there is just a webgui.

A
Alexey Dmitriev, 2019-11-20
@SignFinder

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.

V
Victor Taran, 2019-11-20
@shambler81

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 question

Ask a Question

731 491 924 answers to any question